From 417906cee68e675b9ced096c458071aa4122682d Mon Sep 17 00:00:00 2001 From: "m.fu" Date: Wed, 25 Mar 2009 19:24:10 +0000 Subject: Fixed #409406 by fasdalf@fasdalf.ru : remove comma in htgroup file --- README.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 9d99291..dc79cc1 100644 --- a/README.txt +++ b/README.txt @@ -11,6 +11,8 @@ For a full description of the module, visit the project page: To submit bug reports and feature suggestions, or to track changes: http://drupal.org/project/issues/htpasswdsync +The way password are encrypted it only compatible with *nix version of Apache. + -- REQUIREMENTS -- -- cgit v1.2.3 From 2595209ce4f817b77a7948970392c91331c3c4e7 Mon Sep 17 00:00:00 2001 From: "m.fu" Date: Thu, 26 Mar 2009 22:28:39 +0000 Subject: 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. --- README.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.txt') 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 -- cgit v1.2.3 From 4244050f540dd6c76d80cf8f6a06c82e2abc2e57 Mon Sep 17 00:00:00 2001 From: "m.fu" Date: Sat, 27 Jun 2009 12:41:12 +0000 Subject: Fixed #437852 by fasdalf@fasdalf.ru : name change is detected and handled properly --- README.txt | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 4bdf410..4c3f293 100644 --- a/README.txt +++ b/README.txt @@ -11,14 +11,13 @@ For a full description of the module, visit the project page: To submit bug reports and feature suggestions, or to track changes: http://drupal.org/project/issues/htpasswdsync -The way password are encrypted it only compatible with *nix version of Apache. - - -- REQUIREMENTS -- The syncrhonization only happen on password change. Hence, this module shall be installed before any user creation. +You need to run the cron.php job on a regular basis to ensure old users are +properly cleaned up. -- INSTALLATION -- @@ -47,15 +46,20 @@ installed before any user creation. 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. + WARNING: changing this value only change the way new or updated password + are hashed. You will need to request you users to all change their password - if you want to migrate from only hash to another. + if you want to migrate from one hash to another. - roles The roles you want to export in the htgroup file. - + - overwrite + + Activate if you want to overwrite your htpassword file. I left inactive + htpasswdsync will try its best to keep old entries, but will only try. + -- CUSTOMIZATION -- None. -- cgit v1.2.3 From d02684a7dda1d1524c7594ab6e055046b9971857 Mon Sep 17 00:00:00 2001 From: The Great Git Migration Date: Fri, 25 Feb 2011 02:10:26 +0000 Subject: Stripping CVS keywords --- README.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 4c3f293..936e08e 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,3 @@ -/* $Id$ */ -- SUMMARY -- -- cgit v1.2.3 From 01f64f72fe240fdfc10f52eba4908090c2fc1acb Mon Sep 17 00:00:00 2001 From: "m.fu" Date: Sun, 5 Jun 2011 21:54:17 +0200 Subject: 7.x-1.0 is the first 7.x compatible release. by stfwi Additional features are: (stfwi) - htgroup file now optinoal - optional remove whitespaces from user names - optional user names lowercase - optional specify a domain where emails shall be exported as well as htuser login Fixes: (stfwi) - fixed htgroup/htpassed compliancy (sanatizing names) - fixed "liberal admin permissions" by moving into config menu - fixed php5 deprecated functions (such as split() ) --- README.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) mode change 100644 => 100755 README.txt (limited to 'README.txt') diff --git a/README.txt b/README.txt old mode 100644 new mode 100755 index 936e08e..d2af52a --- a/README.txt +++ b/README.txt @@ -1,8 +1,7 @@ - -- SUMMARY -- -The HTPasswd Sync module let you synchronize a htpasswd and a -htgroup file with the user database. +The HTPasswd Sync module let you synchronize a htpasswd and a htgroup file with +the user database. For a full description of the module, visit the project page: http://drupal.org/project/htpasswdsync @@ -38,7 +37,7 @@ properly cleaned up. The file that will synchronize the roles. - - password hashing algorythm + - password hashing algorithm Let you choose how the password is encrypted/hashed. There are two options crypt and SHA-1. -- cgit v1.2.3 From a83028159c1e39c00224c61a076819a42c377e2f Mon Sep 17 00:00:00 2001 From: stfwi Date: Fri, 17 Jun 2011 23:17:38 +0100 Subject: filemods, info cleanup, permission display bugfix --- README.txt | 1 + 1 file changed, 1 insertion(+) mode change 100755 => 100644 README.txt (limited to 'README.txt') diff --git a/README.txt b/README.txt old mode 100755 new mode 100644 index d2af52a..f468a5d --- a/README.txt +++ b/README.txt @@ -73,3 +73,4 @@ None. Current maintainers: * Marc Furrer (m.fu) - http://drupal.org/user/310415 +* Stefan Wilhelm (7.x-xx) - http://drupal.org/user/1344522 -- cgit v1.2.3