Skip to content
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

Email change should require confirmation #14

Open
peter- opened this issue Sep 20, 2018 · 0 comments
Open

Email change should require confirmation #14

peter- opened this issue Sep 20, 2018 · 0 comments

Comments

@peter-
Copy link

peter- commented Sep 20, 2018

When registering an account one is initially prompted for an email address which is then verified by sending a URL with a token there. But once that email address has been confirmed and registration has been completed (by entering a name and assigning a password) the registered account data can be changed again at any time, including the email address. Only this time no confirmation email is sent, instead the data is updated immediately. That's fine for name changes, but I think is less than ideal to allow for the email address field:

Unless email is being set read_only=>true in the formFields array, which completely disables any email address changes (the workaround I've been using), this allows to set an email address the subject cannot actually receive email at, most likely because of a typo, which will prevent resetting the password via email in the future, potentially causing increased support calls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant