cancel
Showing results for 
Search instead for 
Did you mean: 

Password change log in Alfresco

PedroLlanten
Champ in-the-making
Champ in-the-making

Hi everyone

I have the following question:
Is there a log or something similar where the last change of Alfresco password is recorded?

For any account.

I am attentive to your comments

2 REPLIES 2

fedorow
Elite Collaborator
Elite Collaborator

In the DEBUG mode the logger security.authentication.CompositePasswordEncoder have a message 'Encoding using acegis PasswordEncoder:...' about encoding new password. But this logger unset by default and do not give user name.

Just before CompositePasswordEncoder message the user. security.authentication.AuthenticationComponentImpl logger give first two leters hiden user name.

mitpatoliya
Star Collaborator
Star Collaborator

If you enable auditing for Authentication services you should be able to capture all related activities.

https://docs.alfresco.com/content-services/6.1/admin/audit/#audittutorials

Look specifically for 

  • AuthenticatedUserDataGenerator.java
  • AuthenticatedPersonDataGenerator