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,
kagutsuchi