Compare commits
2 Commits
93aef24a7a
...
e7d5544adc
Author | SHA1 | Date | |
---|---|---|---|
e7d5544adc | |||
5c4ad167f7 |
@ -17,6 +17,6 @@ jobs:
|
|||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.2.2
|
- uses: actions/checkout@v4.2.2
|
||||||
- uses: DavidAnson/markdownlint-cli2-action@v19.1.0
|
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
|
||||||
with:
|
with:
|
||||||
globs: '**/*.md'
|
globs: '**/*.md'
|
||||||
|
@ -148,8 +148,8 @@ supported languages.
|
|||||||
### POSTFIXADMIN_ENCRYPT
|
### POSTFIXADMIN_ENCRYPT
|
||||||
|
|
||||||
Via `POSTFIXADMIN_ENCRYPT` can be the algorithm specified to encrypt passwords of users. The algorithm `md5crypt` is
|
Via `POSTFIXADMIN_ENCRYPT` can be the algorithm specified to encrypt passwords of users. The algorithm `md5crypt` is
|
||||||
defined as default. Other possible values are documented
|
defined as default. Further possible algorithms can be found in the
|
||||||
[here](https://github.com/postfixadmin/postfixadmin/blob/master/DOCUMENTS/HASHING.md).
|
[documentation](https://github.com/postfixadmin/postfixadmin/blob/master/DOCUMENTS/HASHING.md).
|
||||||
|
|
||||||
### POSTFIXADMIN_SETUP_PASSWORD
|
### POSTFIXADMIN_SETUP_PASSWORD
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user