aboutsummaryrefslogtreecommitdiffstats
path: root/HTPasswdSync.install
diff options
context:
space:
mode:
authorm.fu <m_fu@310415.no-reply.drupal.org>2009-06-27 07:22:52 +0000
committerm.fu <m_fu@310415.no-reply.drupal.org>2009-06-27 07:22:52 +0000
commitd63946793686fa885c43dfb3dc791fcf7253300f (patch)
tree063ebb4f71561e4d5c8e34a41bace07375d1ab5e /HTPasswdSync.install
parent2595209ce4f817b77a7948970392c91331c3c4e7 (diff)
downloaddrupal_htpasswdsync-d63946793686fa885c43dfb3dc791fcf7253300f.tar.gz
drupal_htpasswdsync-d63946793686fa885c43dfb3dc791fcf7253300f.tar.bz2
drupal_htpasswdsync-d63946793686fa885c43dfb3dc791fcf7253300f.zip
Fixed #503718 by m.fu : htpassword corruption when enabling/disabling user
Fixed #437904 by fasdalf@fasdalf.ru : group file not generated properly, now happen on after_update Fixed #437844 by fasdalf@fasdalf.ru : error when deleting one user Fixed #503726 by m.fu: group file no longer contain disabled users Added #503720 by m.fu : option to overwrite htpasswd Fixed #503724 by m.fu : validation of username, must be htpasswd compatible
Diffstat (limited to 'HTPasswdSync.install')
-rw-r--r--HTPasswdSync.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/HTPasswdSync.install b/HTPasswdSync.install
index a973a70..d8ac4ea 100644
--- a/HTPasswdSync.install
+++ b/HTPasswdSync.install
@@ -2,6 +2,15 @@
// $Id$
/*
* $Log$
+ * Revision 1.1.2.2 2009/06/27 07:22:52 mfu
+ * Fixed #503718 by m.fu : htpassword corruption when enabling/disabling user
+ * Fixed #437904 by fasdalf@fasdalf.ru : group file not generated properly,
+ * now happen on after_update
+ * Fixed #437844 by fasdalf@fasdalf.ru : error when deleting one user
+ * Fixed #503726 by m.fu: group file no longer contain disabled users
+ * Added #503720 by m.fu : option to overwrite htpasswd
+ * Fixed #503724 by m.fu : validation of username, must be htpasswd compatible
+ *
* Revision 1.1.2.1 2009/03/25 19:24:10 mfu
* Fixed #409406 by fasdalf@fasdalf.ru : remove comma in htgroup file
*
@@ -22,6 +31,9 @@ function htpasswdsync_uninstall() {
variable_del('htpasswdsync_htpasswd');
variable_del('htpasswdsync_htgroup');
variable_del('htpasswdsync_roles');
+ variable_del('htpasswdsync_hash');
+ variable_del('htpasswdsync_cron_time');
+ variable_del('htpasswdsync_overwrite');
}
function htpasswdsync_db_schema() {

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