From d63946793686fa885c43dfb3dc791fcf7253300f Mon Sep 17 00:00:00 2001 From: "m.fu" Date: Sat, 27 Jun 2009 07:22:52 +0000 Subject: 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 --- HTPasswdSync.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'HTPasswdSync.install') 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() { -- cgit v1.2.3