I understand the ntlm passwords are encrypted with bcrypt then hashed with md4. I've trying creating my own bcrypt string and hashing but the result is clearly not what Alfresco is expecting.
How can I generate a unique valid hash without using Alfresco that can be used to set the initial admin password for a new repository?
Solved! Go to Solution.
Thanks Angel.
There is no option to set bcrypt hashed initial password.
You can follow this pattern:
1. Generate MD4 hash as initial password
https://github.com/Alfresco/alfresco-docker-installer/blob/master/generators/app/index.js#L614
2. Set password encoding to bcrypt10
The initial password will be converted to bcrypt10 eventually
Thanks Angel.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.