09-01-2023 07:51 AM
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?
09-01-2023 08:18 AM
Thanks Angel.
09-01-2023 08:15 AM
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
09-01-2023 08:18 AM
Thanks Angel.
Explore our Alfresco products with the links below. Use labels to filter content by product module.