This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 672
Implement registering with an email support #1298
Labels
are-we-synapse-yet
This issue or PR involves Sytests in AWSY
C-Client-API
F-Registration
T-Enhancement
New features, changes in functionality, improvements in performance, or user-facing enhancements.
Comments
I want to work on it! |
Great, thanks! Check out #dendrite-dev:matrix.org if you want some help :) |
5 tasks
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? |
This was referenced Oct 31, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
are-we-synapse-yet
This issue or PR involves Sytests in AWSY
C-Client-API
F-Registration
T-Enhancement
New features, changes in functionality, improvements in performance, or user-facing enhancements.
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: