Browse Source

Update support for encryption

Add encryption tag support on username.ini
pull/51/head
BlackCodec 11 years ago
parent
commit
06a027c3e3
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      config/users/username.ini.example

+ 5
- 1
config/users/username.ini.example View File

@ -1,5 +1,9 @@
;Password ;Password
password = yourpassword password = yourpassword
encryption = clear
; encryption: not set, leave blank or set to clear 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
role = admin
role = admin

Loading…
Cancel
Save