-
Notifications
You must be signed in to change notification settings - Fork 198
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
Improve registration process #1202
Comments
@danjjohnson can we conclude the acceptance criteria for this item?
|
Actually, on a second thought, I still don't understand how we can implement this.
If we send them an e-mail with a link to reset a password, we still have the problem in #1603, i.e. we can't redirect them to Another thing we can do is instead send them an e-mail with a link of the password generated for them, and log them automatically, in which case the purpose of that e-mail is to just let them know what their password is for future logins, and not to activate their account. |
…their credentials. Discussion in progress #1202.
We discussed this with @danjjohnson internally, and here's what we decided:
|
Details are discussed in the issue #1202, specifically [here](#1202 (comment)).
Details are discussed in the issue #1202, specifically [here](#1202 (comment)).
Details are discussed in the issue #1202, specifically [here](#1202 (comment)).
+1 for Automatically generate user password option |
Standardizing this should also allow for plugins to add features such as email verification when a user registers (although this is probably not needed if they need to use an email link to set their password anyway). Related: 2943141-zen |
Separated out the standard login form to a separate issue. |
When registering via My Courses, the registration process is different from the default WordPress process. You enter your chosen password on the page, and no confirmation email is sent.
We should use the default WordPress registration process here, where only the email address and username are entered, and an email is sent with a link to set your password.
Also, we should use the standard login form, to enable login via WordPress.com using Jetpack SSO.#3312 was created to handle this.The text was updated successfully, but these errors were encountered: