Closed (duplicate)
Project:
Salt
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2008 at 12:52 UTC
Updated:
28 Nov 2010 at 17:42 UTC
I've enabled user accounts to be created by invite only. When the recipient of the invite clicks the invite link and creates an account (by entering the email address and the desired username), the password is autogenerated and sent to the user.
The password that is emailed to the user does not work. FYI, I have installed Salt version 5.x-1.0beta on Drupal 5.11.
However, if the user clicks the one-time auto-login link and then creates his/her own password, this password works fine.
I'm thinking that the Drupal autogenerated password is not salted (or salted incorrectly)?! Thanks.
Comments
Comment #1
Zen commentedDupe of #327220: Autogenerated password not salted.
The "fix" is to not include the password in the welcome e-mail and just rely on the login-link.