Skip to content

Commit 3c1bab8

Browse files
authored
Merge pull request #66 from qwc/doc-patch-1
Update README with a link to the hashing documentation
2 parents a33f577 + 43e5123 commit 3c1bab8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ You can configure this through the following environment variables when running
6262
* POSTFIXADMIN_ENCRYPT=... - database password encryption (e.g. md5crypt, SHA512-CRYPT)
6363
* POSTFIXADMIN\_SETUP\_PASSWORD=... - generated from setup.php or `php -r "echo password_hash('mysecretpassword', PASSWORD_DEFAULT);"`
6464

65-
Note: An SQLite database is probably not recommended for production use, but is a quick and easy way to try out the software without dependencies.
65+
Note: An SQLite database is probably not recommended for production use, but is a quick and easy way to try out the software without dependencies.
66+
67+
Note2: For details about database password encryption please refer to the [postfixadmin hashing documentation](https://github.com/postfixadmin/postfixadmin/blob/postfixadmin_3.3/DOCUMENTS/HASHING.md)
6668

6769
You can also set the postfix host and port.
6870

0 commit comments

Comments
 (0)