Add "{CRYPT}" detail to deployment-dev

pull/428/head
Daniel Miller 2019-11-02 23:40:33 -07:00 committed by Clément Michaud
parent 391bd6c576
commit c6e6551ebc
1 changed files with 4 additions and 1 deletions

View File

@ -100,7 +100,10 @@ The content of this file is as follows:
The password is hashed and salted as it is in LDAP servers with salted SHA-512. Here is a one-liner to generate such hashed password:
npm run hash-password mypassword
$ npm run hash-password mypassword
$6$rounds=50000$BpLnfgDsc2WD8F2q$PumMwig8O0uIe9SgneL8Cm1FvUniOzpqBrH.uQE3aZR4K1dHsQldu5gEjJZsXcO./v3itfz6CXTDTJgeh5e8t.
Copy this newly hashed password into your `users_database.yml` file, prefixed with `{CRYPT}` as shown in the example file above.
Once the file is created, edit the configuration file with the following
block (as used in [config.yml](../test/suites/basic/config.yml)):