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

ChrisKennedy’s picture

Category: bug » feature
Priority: Critical » Normal

Drupal 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.

ChrisKennedy’s picture

Category: feature » support
grisu’s picture

Status: Active » Closed (fixed)

Thank you!