cancel
Showing results for 
Search instead for 
Did you mean: 

Want to implement forgetPassword feature in Alfresco

unknown-user
Champ on-the-rise
Champ on-the-rise
DELETED
3 REPLIES 3

andy
Champ on-the-rise
Champ on-the-rise
Hi

You will not be able to get the password fro the standard installation unless you crack the MD4 password hash.

It sounds like you need to store plain text passwords which can be set up by configuration.

You will need an AuthenticationComponent that takes this and generates the md4 hash.

You would have to get the plain password from the user object - see the DAO.

Regards

Andy

unknown-user
Champ on-the-rise
Champ on-the-rise
DELETED

andy
Champ on-the-rise
Champ on-the-rise
Hi

You will need to make the call inside a user transaction.

Regards

Andy