cancel
Showing results for 
Search instead for 
Did you mean: 

User password in database

sheva7
Champ in-the-making
Champ in-the-making
Hi,

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
———————————————–
3 REPLIES 3

samudaya
Champ on-the-rise
Champ on-the-rise
Hi,

Do you which hashing is this used?

I want to add user account by manually (by using sql query) what are the relevant tables?


Thanks
Sam

mrogers
Star Contributor
Star Contributor
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.

samudaya
Champ on-the-rise
Champ on-the-rise
Thanks Mrogers.

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?


Thanks…..