Fix invited user registration without SMTP #144

Closed
opened 2025-07-08 08:41:09 -04:00 by AtHeartEngineer · 0 comments

Originally created by @Timshel on 3/19/2025

Perform the user check only if verification email is used.

It was blocking the registration of invited user when email was disabled.

Edit: I wonder if it would not make sense to just always send the email ?
It does create an unintuitive flow if the user already exists since it will fail later on, but currently it means that if the user has deleted the email he has no way to verify his email anymore.

*Originally created by @Timshel on 3/19/2025* Perform the user check only if verification email is used. It was blocking the registration of invited user when email was disabled. Edit: I wonder if it would not make sense to just always send the email ? It does create an unintuitive flow if the user already exists since it will fail later on, but currently it means that if the user has deleted the email he has no way to verify his email anymore.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#144