I couldn't quite follow the docs on this and google was of little help.
What I would like is to have bogo login, but have users able to set a password for the future. If I'm reading it right, it is possible to store the password in the user's HomePage metadata. Do I have to do something special to "save the password in the UserHomePage"? When I bogo login with a new user, create a HomePage, go to prefs, change the password -- it says that it updated it. But when I try to log the user back in, that password doesn't work, it is just blank again.
I couldn't quite follow the docs on this and google was of little help.
What I would like is to have bogo login, but have users able to set a password for the future. If I'm reading it right, it is possible to store the password in the user's HomePage metadata. Do I have to do something special to "save the password in the UserHomePage"? When I bogo login with a new user, create a HomePage, go to prefs, change the password -- it says that it updated it. But when I try to log the user back in, that password doesn't work, it is just blank again.
ver: 1.3.11p1
config.ini:
ALLOW_ANON_USER=true
ALLOW_ANON_EDIT=false
ALLOW_BOGO_LOGIN=true
ALLOW_USER_PASSWORDS=true
USER_AUTH_ORDER = "PersonalPage : BogoLogin"
Perhaps I don't understand this auth model quite well enough yet. Any insight would be greatly appreciated, Thanks!
As you described it it's a bug. I'll have a look. Thanks!
I had the same problem today. I'm also the admin, so I'd like to know how to reset user passwords if they're likely to forget them.
<?plugin PasswordReset ?>