summaryrefslogtreecommitdiff
path: root/lib/plugins/admin.php
diff options
context:
space:
mode:
authorAngus Gratton <gus@projectgus.com>2014-07-01 08:35:07 +1000
committerAngus Gratton <gus@projectgus.com>2014-07-01 18:01:58 +1000
commitf95ecbbf8b1de8bc1270d3cf91dfdf055ea5c78c (patch)
treed44b0ce78a22e4f064996395490fed029c488ae1 /lib/plugins/admin.php
parentb5202e29ef62a5345f7a337a76bfff91b9bff344 (diff)
downloadrpg-f95ecbbf8b1de8bc1270d3cf91dfdf055ea5c78c.tar.gz
rpg-f95ecbbf8b1de8bc1270d3cf91dfdf055ea5c78c.tar.bz2
authplain: Escape ':' in any data field as '\:'
':' is the field delimiter in the authplain flat text conf/users.auth.php file, but it's also used as an internal delimiter for the 'mediawiki' password hash format. Currently using this hash format corrupts the file This change escapes ':' as '\:' in any field in the users.auth.php file, and any '\' as '\\'. Also adds test cases for escaping modes.
Diffstat (limited to 'lib/plugins/admin.php')
0 files changed, 0 insertions, 0 deletions