From 32717b6d4e2133243837b83c9201ecb255e624c1 Mon Sep 17 00:00:00 2001 From: BlackCodec Date: Mon, 4 Aug 2014 14:38:54 +0200 Subject: [PATCH] Added encryption Added user password encryption --- 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..ace040f 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 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 \ No newline at end of file +role = admin