开发者

SugarCRM user password

I've created a 开发者_如何学运维user in SugarCRM; once I've created a user the password is mailed to the user. I see the table user, but the user_hash is blank.

Where does it store the password before it sends an email?


Check the column 'system_generated_password'. 'user_hash' will be null until the new user logs in with the the system generated password and then creates a new password for themselves.


I think you might be mistaken. I just created a new user with a user name new_user. I then did the following query:

SELECT * FROM users WHERE user_name = "new_user"

The user_hash has a value of 1e3fab09c625a96334d18d2da27dae46.

I double-checked, and the password emailed to me was l7YaR7, which md5 hashes to the above.

I did this in Sugar 6.1.1. What version are you using?

Also, did the email get sent out? It's possible that the password hash isn't sent to the DB until after the email has been successfully sent.


You can create user using md5 function if you using phpmyadmin.

You can alter the passworld and use md5() function;

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜