diff options
author | Angus Gratton <gus@projectgus.com> | 2014-07-01 08:35:07 +1000 |
---|---|---|
committer | Angus Gratton <gus@projectgus.com> | 2014-07-01 18:01:58 +1000 |
commit | f95ecbbf8b1de8bc1270d3cf91dfdf055ea5c78c (patch) | |
tree | d44b0ce78a22e4f064996395490fed029c488ae1 /lib/plugins/extension | |
parent | b5202e29ef62a5345f7a337a76bfff91b9bff344 (diff) | |
download | rpg-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/extension')
0 files changed, 0 insertions, 0 deletions