mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 11:36:20 +05:30
Added encryption
Added user password encryption
This commit is contained in:
parent
fd5fa4733a
commit
32717b6d4e
1 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
;Password
|
||||
password = yourpassword
|
||||
encryption = clear
|
||||
; encryption: not set, leave blank or set to clear or none to use plain text password for the user,
|
||||
; else set to encryption algoritm supported by hash function of php to use the selected
|
||||
; encryption
|
||||
|
||||
;Role
|
||||
role = admin
|
||||
role = admin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue