Closed r-a-y closed 4 years ago
This is done.
Registration page screenshot:
User's "Settings > General" page:
One minor thing to note is a change to the submit button ID on the registration page. WP's password strength JS looks for a button ID of 'submit'
or 'wp-submit'
to ensure that if a weak password is entered, it will require the user's confirmation before the form can be submitted:
So I've changed the button ID on the registration page from 'signup_submit'
to 'submit'
. This shouldn't break anything unless a plugin has altered their registration page to rely on the #signup_submit
ID (I'm thinking of a JS selector listener). If that's the case, it should be a simple one-line fix. Noted for future reference for anyone who stumbles upon this.
I'm going to port over the password strength meter from the BuddyPress Nouveau template pack to the registration and user "Settings > General" pages.
Strong passwords are happy passwords!