Closed (fixed)
Project:
Drupal core
Version:
5.1
Component:
user.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2007 at 23:29 UTC
Updated:
3 Mar 2007 at 10:22 UTC
Hello,
I just migrated from 4.6 to 5.1. Unfortunately the password request does not work any more. Therefore users who forgot their password cannot login. The password simply does not get generated. (The old password stays valid). The sent email says:
Username: Alexander
Password: !password
My site is restricted to authenticated users, therefore it is quite essential to me.
Can anybody help? I tried with drupal 5.1, but same effect.
Thank you.
site: http://dev.techniker-cercle.at/
Drupal 5.0-RC-1
mySQL 4.1.11
PHP: 4.3.10-16
Web Server: Apache/1.3.33
Alexander
Comments
Comment #1
ChrisKennedy commentedDrupal no longer sends the password via email, but instead sends a one-time login url. You should replace !password with !login_url and update the message accordingly.
Comment #2
ChrisKennedy commentedComment #3
grisu commentedThank you!