mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Unable to invite new user #2022
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 @assid2 on GitHub (Sep 13, 2024).
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: DOMAIN, SENDS_ALLOWED, SIGNUPS_ALLOWED, ORG_CREATION_USERS, PASSWORD_ITERATIONS, ADMIN_TOKEN, YUBICO_CLIENT_ID, YUBICO_SECRET_KEY, SMTP_HOST, SMTP_SECURITY, SMTP_PORT, SMTP_FROM, SMTP_FROM_NAME, SMTP_USERNAME, SMTP_PASSWORD, SMTP_TIMEOUT, HELO_NAME
Vaultwarden Build Version
1.32.0-25d99e35
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
nginx
Host/Server Operating System
Linux
Operating System Version
Ubuntu
Clients
Web Vault
Client Version
No response
Steps To Reproduce
Expected Result
Sign up should work
Actual Result
Received an error : Unable to accept invitation. Ask an organization admin to send a new invitation.
Logs
No response
Screenshots or Videos
No response
Additional Context
The web-vault want's to do something with the invited_by_email and fails because it is null. It might be as easy as just letting that be a "". But not sure.
@stefan0xC commented on GitHub (Sep 13, 2024):
Comparing the working version with a none working link, it seems to be missing the parameters
?organizationId=_&organizationUserId=_&in the start of the link, which was probably introduced by #4827 so25d99e3506/src/mail.rs (L254-L259)shouldn't be optional but fall back to_as before.