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

bugster’s picture

$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 :-(

Chipie’s picture

robert castelo’s picture

Issue summary: View changes

Should now be fixed in 7.x-1.5 version.

robert castelo’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.