-
-
Notifications
You must be signed in to change notification settings - Fork 677
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
Implement registering with an email support #1298
Comments
I want to work on it! |
Great, thanks! Check out #dendrite-dev:matrix.org if you want some help :) |
I want to take another approach on it: dendrite will send confirmation email on it's own. This would also enable another requests to be handled internally:
It would also enable logging with email as long as ID servers would no longer be used. Regarding configuration - I want to pass allowed flows and parameters explicitly in it, e.g.: client_api:
registration:
flows:
- stages:
- m.login.recaptcha
- m.login.email.identity
parameters:
m.login.recaptcha:
public_key: foobar It would be validated on dendrite startup and any error would be reported as fatal. If SMTP configuration will be passed to dendrite, user could pass Any thoughts on this? |
Spec: https://matrix.org/docs/spec/client_server/r0.6.1#email-based-identity-homeserver
Sytests:
The text was updated successfully, but these errors were encountered: