This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
kiduc
/
bibiuc.com
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
59
Wiki
Activity
Browse Source
Added encryption
Added user password encryption
pull/73/head
BlackCodec
11 years ago
parent
fd5fa4733a
commit
32717b6d4e
1 changed files
with
5 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 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
role = admin
role = admin
Write
Preview
Loading…
Cancel
Save