Is it possible to find user password directly in the database ? With one tool like phpMyAdmin or else ? I know users are in the alf_authority table but i can't find passwords.
Thank you.
———————————————– Alfresco v2.9b on Windows Server 2003 ———————————————–
You should probably be using the API rather than trying to guess alfresco's private implementation details. We never recommend writing directly to the alfresco database.
Or another, probably better, way of doing it is to store your passwords in some authentication system and then have alfresco access them from there.
I'm new to Alfresco. I would like to use separate PHP module to add users to system and edit password by using this php module. If you have any idea could you please help me?