mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-01 11:19:52 +03:00
Cannot accept invitation to organisation in 1.33.0 #2152
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pyRammos on GitHub (Jan 26, 2025).
Vaultwarden Support String
When I invite a new user (new or existing) to join an organisation, the email link opens the login page. Upon successful completion of the login, I am again redirected to log in. The second time it is successful but the user has not joined the organisation. I have tried different email addresses and passwords, as well as starting with a new user (create user via invite) or create a user before the invite. The users personal vault works well.
The same thing worked 24hrs ago so I am thinking it may be a change since updating to 1.33.0, which happened last night for me.
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Environment settings which are overridden: DOMAIN, ADMIN_TOKEN
Config:
Vaultwarden Build Version
1.33.0
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
nginx
Host/Server Operating System
Linux
Operating System Version
Debian (Open Media Vault 7)
Clients
Web Vault
Client Version
No response
Steps To Reproduce
Expected Result
Login is successful and user accepts the invite
Actual Result
Login process is repeated, then no option to accept the invite
Logs
Screenshots or Videos
No response
Additional Context
No response
@stefan0xC commented on GitHub (Jan 26, 2025):
Thanks for the report.
I assume you have automatic account recovery policy active?
I think it's failing because of the confirmed membership requirement.
@BlackDex should we make an InvitedOrgMemberHeader for
get_organization_public_key?@BlackDex commented on GitHub (Jan 26, 2025):
Or that check should also also allow invited users, but not revoked ones
@pyRammos commented on GitHub (Jan 27, 2025):
I disabled to policy and it worked. Thank you !
@Inno-ooshot commented on GitHub (Jan 27, 2025):
Same issue here since the update, cannot accept invite.
Disabling the policy have resolved the issue as well.