Richard K Miller wrote:
Thanks for this update.
Would it make sense to introduce a new configuration directive to indicate the the password is unsalted AND unprefixed? For example, $wgPasswordPrefix = false ?
Work-arounds for connecting mod_auth_mysql to MediaWiki 1.13 include these:
- Modify crypt() in User.php (not ideal)
- Modify and recompile mod_auth_mysql (not ideal)
- Create a MySQL VIEW that returns user_name and the latter portion
of user_password (my current solution) 4. Introduce a new configuration directive, such as $wgPasswordPrefix
The change to the passwords was precisely to avoid trouble with password formats. IMHO the best fit would be #2 adding some new directives and applied to official mod_auth_mysql