From 06a027c3e39d1cd4c0add11fe735b9daa9d107a4 Mon Sep 17 00:00:00 2001 From: BlackCodec Date: Wed, 4 Jun 2014 15:06:55 +0200 Subject: [PATCH] Update support for encryption Add encryption tag support on username.ini --- config/users/username.ini.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/users/username.ini.example b/config/users/username.ini.example index befaed5..f8a54ed 100644 --- a/config/users/username.ini.example +++ b/config/users/username.ini.example @@ -1,5 +1,9 @@ ;Password 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 = admin \ No newline at end of file +role = admin