-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make requirement for verified email optional #1505
Comments
This comment was originally posted by @sandhose at matrix-org/matrix-authentication-service#1505 (comment). It turns out, it only really was an issue because I forgot to mark the imported email as the primary email when doing an upstream oauth registration. This is fixed as part of #1660, which also introduces a new claim import parameter for the email,
|
This comment was originally posted by @dklimpel at matrix-org/matrix-authentication-service#1505 (comment). How can I register a local user without verify the email?
I am not able to automate this. Either CLI or REST, but both is not possible.
|
This comment was originally posted by @sandhose at matrix-org/matrix-authentication-service#1505 (comment). There are a few ways to work around this:
|
I think we need to rework how email verification works to also accommodate #2881 We should have a separate table which holds ongoing email verifications and use that, same design as the recovery email tickets. This way, we can make the It also makes adding email verification for account deactivation or email-based 2FA better with this design? |
This issue was originally created by @hughns at matrix-org/matrix-authentication-service#1505.
Currently all users are required to have a verified email address. This should be configurable in future.
The text was updated successfully, but these errors were encountered: