1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-07-04 21:24:42 +02:00
vaultwarden/src/api
Stefan Melmuk 64ae5d4f81
verify email on registration via invite link
if `SIGNUPS_VERIFY` is enabled new users that have been invited have
their onboarding flow interrupted because they have to first verify
their mail address before they can join an organization.

we can skip the extra verication of the email address when signing up
because a valid invitation token already means that the email address is
working and we don't allow invited users to signup with a different
address.

unfortunately, this is not possible with emergency access invitations
at the moment as they are handled differently.
2022-10-19 22:44:17 +02:00
..
core verify email on registration via invite link 2022-10-19 22:44:17 +02:00
admin.rs Change the handling of login errors. 2022-09-06 17:27:20 +02:00
icons.rs Fix issue with CSP and icon redirects 2022-07-17 16:21:03 +02:00
identity.rs Upgrade dependencies and swap lettre to async transport 2022-07-06 23:57:37 +02:00
mod.rs use static_files() for email attachments 2022-10-19 20:39:13 +02:00
notifications.rs Fix clippy lint and remove unused log 2022-06-04 19:13:58 +02:00
web.rs use static_files() for email attachments 2022-10-19 20:39:13 +02:00