shane-tomlinson / browserid-wordpress

Wordpress plugin that adds Persona authentication
23 stars 16 forks source link

With non-Persona logins disabled, adding a user is impossible due to missing password fields #41

Closed gene1wood closed 11 years ago

gene1wood commented 11 years ago

Version 0.44

Steps to reproduce

Set "Disable non-Persona logins" in the WP plugin Go to the "User" menu and click "Add new" Fill in a "username" and "email" Notice that you can't fill in a password since the plugin removes these fields Click "Add new"

Expected results

The new user is added, perhaps with an empty password or randomly generated password

Actual results

The error message "ERROR: Please enter your password." is shown

Workaround

Temporarily re-enable non-persona logins on the live site (ugh), create the user giving them a random password, then re-disable non-persona logins after.

shane-tomlinson commented 11 years ago

aahhha. Thanks @gene1wood - I did not even think about this path, I only thought about users registering from wp-login.php.