aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorm.fu <m_fu@310415.no-reply.drupal.org>2009-03-26 22:28:39 +0000
committerm.fu <m_fu@310415.no-reply.drupal.org>2009-03-26 22:28:39 +0000
commit2595209ce4f817b77a7948970392c91331c3c4e7 (patch)
treea8d88509589f7f55221c3f3b1218590ed749f2ee
parent6a47694344b17d7498d390ca11354f3370cd6416 (diff)
downloaddrupal_htpasswdsync-2595209ce4f817b77a7948970392c91331c3c4e7.tar.gz
drupal_htpasswdsync-2595209ce4f817b77a7948970392c91331c3c4e7.tar.bz2
drupal_htpasswdsync-2595209ce4f817b77a7948970392c91331c3c4e7.zip
Added #408798 by fasdalf@fasdalf.ru : request for windows support
windows does not support crypt password hash added support for SHA-1 password hash which is supported by windows.
-rw-r--r--README.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index dc79cc1..4bdf410 100644
--- a/README.txt
+++ b/README.txt
@@ -39,6 +39,17 @@ installed before any user creation.
- htgroup file
The file that will synchronize the roles.
+
+ - password hashing algorythm
+
+ Let you choose how the password is encrypted/hashed. There are two options
+ crypt and SHA-1.
+ Crypt works only on Un*x platforms. SHA-1 shall work on bother Windows
+ based systems and Un*xes.
+
+ WARNING: changing this value only change the way new or updated password.
+ You will need to request you users to all change their password
+ if you want to migrate from only hash to another.
- roles

© 2014-2024 Faster IT GmbH | imprint | privacy policy