On my site I have it set so that only admins may create user accounts.
An e-mail is sent to the user informing them of their new account and providing them with a one time log in link. The user clicks the link, and after accepting the terms & conditions they get redirected to the edit account page. This causes the user to be unable to input their own password for their account (current password is required on the edit account page before changing the password). This nullifies the purpose of the one time log in link allowing the user to input their own password.
I would love any help in fixing this as I am a new drupal developer, and not well versed in developing/editing modules for drupal.
Thanks!
Comments
Comment #1
bugster commented$pass_reset in user.module:1058 is not correctly set, because the pass-reset-token is not available anymore...
This is a major deal breaker IMHO notified first time users are not able to change their password on their first login attempt :-(
Comment #2
Chipie commentedHave you tried the patch in https://drupal.org/comment/reply/1427328/7868701 ?
Comment #3
robert castelo commentedShould now be fixed in 7.x-1.5 version.
Comment #4
robert castelo commented