![]() |
|
Registration/login problem - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: Registration/login problem (/thread-5626.html) |
Registration/login problem - kagutsuchi - 2009-08-07 Hello, On my website I'm using the register_user and user_logout plugins and I have a problem and a question. When a user registers on my site, the registration goes through fine and the thank you message is displayed. However, once the account has been activated, the user is completely unable to login. I've attempted multiple times to create a new user with a simple password and each time the login fails. The login is successful only when I change the new users password from within the admin area. Also, as for the question - I've been doing some work on the standard register_user plugin to add some multi-user functionality. In doing so, I noticed that the standard plugin checks if the function printUserLogout() exists on line 205 but then uses printPasswordForm() instead. Is there any advantage to using this form in lieu of the other? I should also mention that I'm on 1.2.6 RC2. Thanks, Registration/login problem - sbillard - 2009-08-07 Thank you for the report. There is a bug in register_user such that it is not storing the correct password. This will be fixed in tonight's nightly. The check on Registration/login problem - kagutsuchi - 2009-08-07 Ahh, I understand now. Thanks a lot! |