forked from Controls/gitea-pages
use SHA512 for password hashing
This commit is contained in:
@@ -84,7 +84,7 @@ root password
|
||||
|
||||
The root password can be set with the attribute ``rootpw``. The value
|
||||
of the attribute must be the password hash, and can be generated with the command
|
||||
``openssl passwd -1 "this is the password"``
|
||||
``openssl passwd -6 "this is the password"``
|
||||
|
||||
partitions
|
||||
~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user