aboutsummaryrefslogtreecommitdiffstats
path: root/HTPasswdSync.module
Commit message (Collapse)AuthorAgeFilesLines
* Fix and improve drupal status report from moduleHEADmasterDaniel Lange2016-04-081-5/+21
|
* Add option to (de)select curly braces prefix for passwords. Bump to v1.2Daniel Lange2016-03-121-7/+28
|
* Add support for SHA-256-crypt and SHA-512-crypt salted hashesDaniel Lange2016-03-111-3/+27
| | | | | Warning: Database schema change. Using varchar(128) instead of varchar(64) now. Thanks for reading the full git log comment :)
* Fix php warnings, e.g. https://www.drupal.org/node/1559628, thanks Justin ↵Daniel Lange2016-03-111-2/+4
| | | | Morant (1point21)
* Fix typo'd "sanitize" in function nameDaniel Lange2016-03-111-8/+8
|
* Add @ and . to allowed usernames, https://www.drupal.org/node/1559600, ↵Daniel Lange2016-03-111-1/+1
| | | | thanks Justin Morant (1point21)
* Fix [#1428874] using patch #1 by dchronosstfwi2012-02-051-3/+9
|
* Added keys to __htpasswdsync_hashes(); Added additional plausibility checks ↵stfwi2011-09-261-10/+24
| | | | in admin form; Added/modified description texts in admin form.
* Group file is now updated when the group file name is set to an empty string ↵stfwi2011-07-051-4/+12
| | | | in the config form
* When changing user roles in the config form, the group file is now directly ↵stfwi2011-07-051-12/+39
| | | | updated. The cron file update was removed as it is now obsolete.
* ht files now updated when enabling/disabling module. Uninstall now deletes ↵stfwi2011-07-051-96/+78
| | | | all htpasswdsync_* variables instead of explicit variable_del(). Removed _htpasswdsync_validate() as the functionality is now included in the name sanatizing process.
* Referenced help page in Help/Module page. Changed default hash to SHA-1stfwi2011-07-051-4/+4
|
* Help text now read from README.txt and exposed in help pagesstfwi2011-06-271-12/+7
|
* BugFix: Checking password for hash when user form is submittedstfwi2011-06-241-4/+9
|
* filemods, info cleanup, permission display bugfixstfwi2011-06-171-5/+9
|
* 7.x-1.0 is the first 7.x compatible release.m.fu2011-06-051-475/+585
| | | | | | | | | | | | | | | 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() )
* Stripping CVS keywordsThe Great Git Migration2011-02-251-1/+0
|
* *** empty log message ***m.fu2009-11-031-8/+3
|
* Fixed #588208 by ikogan : fixed the colon detectionm.fu2009-11-031-3/+17
| | | | Fixed #611020 by fasdalf@fasdalf.ru : group file not updated when adding user
* Fixed #588208 by ikogan : username shall not contain colonm.fu2009-10-191-1/+4
|
* Fixed #588208 by ikogan : username with t are concidered invalidm.fu2009-10-161-1/+4
|
* Fixed #437852 by fasdalf@fasdalf.ru : name change is detected and handled ↵m.fu2009-06-271-23/+22
| | | | properly
* Fixed #503718 by m.fu : htpassword corruption when enabling/disabling userm.fu2009-06-271-39/+130
| | | | | | | | | 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
* Added #408798 by fasdalf@fasdalf.ru : request for windows supportm.fu2009-03-261-3/+66
| | | | | | windows does not support crypt password hash added support for SHA-1 password hash which is supported by windows. Fixed : group file not allways updated.
* Fixed #409406 by fasdalf@fasdalf.ru : remove comma in htgroup filem.fu2009-03-251-9/+10
|
* Initial release, drupal 6.xm.fu2009-03-161-0/+383

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