summaryrefslogtreecommitdiff
path: root/plugins/htpasswd/htpasswd.inc
AgeCommit message (Collapse)Author
2016-04-04Check that hash_equals() exists.Christoph Burschka
The hash_equals function was added in PHP 5.6.0. In older versions, fall back to ===.
2014-11-17PHP code style in htpasswd.incChristoph Burschka
2014-11-16Fix #8: Add htpasswd authenticationChristoph Burschka
ejabberd can now authenticate against Apache auth files.