You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since an email address needs to be unique, an attacker could lock the account that has no access to the email address.
When Webauthn passwordless is setup the attacker can use it to lock the individuals account since it prevents the recovery flow from succeeding.
The same can happen when using 2FA hardware keys and backup codes. We can link a yubikey to an account, create backup codes and unlink the yubikey (keeping the backup codes). When the real user tries to recover the account they will be required to enter a backup code.
Originally posted by alantbarlow August 10, 2022
I want to require email verification during the registration process. The flow I want to do is the following,
The user submits an email address for verification.
The user verifies the email address
The user finishes registration by selecting login method (Webauthn)
Im wanting these steps to occur before the user is registered. It sounds like the verification can only happen on "known" addresses which defeats the purpose of email verification. I need to be able to prevent sign-up with an un-verified email address.
Im also wanting to do something similar for the user changing their email address. From what I can see is that also is not possible for the same reason. I want the email to be verified before persisting the address into the database. That means before registration or before updating the registered email address.
Can you please let me know if this is possible?
The text was updated successfully, but these errors were encountered:
I'm also stuck on this with phone numbers. If I make a phone number verifiable, it will reserve the phone number unless the account is deleted. You can easily just create accounts and reserve phone numbers even if you don't have access to them.
Preflight checklist
Describe your problem
Since an email address needs to be unique, an attacker could lock the account that has no access to the email address.
When Webauthn passwordless is setup the attacker can use it to lock the individuals account since it prevents the recovery flow from succeeding.
The same can happen when using 2FA hardware keys and backup codes. We can link a yubikey to an account, create backup codes and unlink the yubikey (keeping the backup codes). When the real user tries to recover the account they will be required to enter a backup code.
Describe your ideal solution
Workarounds or alternatives
Version
v0.10.1
Additional Context
Discussed in #2655
Originally posted by alantbarlow August 10, 2022
I want to require email verification during the registration process. The flow I want to do is the following,
Im wanting these steps to occur before the user is registered. It sounds like the verification can only happen on "known" addresses which defeats the purpose of email verification. I need to be able to prevent sign-up with an un-verified email address.
Im also wanting to do something similar for the user changing their email address. From what I can see is that also is not possible for the same reason. I want the email to be verified before persisting the address into the database. That means before registration or before updating the registered email address.
Can you please let me know if this is possible?
The text was updated successfully, but these errors were encountered: