Password change log in Alfresco

cancel
Showing results for 
Search instead for 
Did you mean: 
PedroLlanten
Member II

Password change log in Alfresco

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
fedorow
Senior Member II

Re: Password change log in Alfresco

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
Moderator
Moderator

Re: Password change log in Alfresco

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