Fix RegExp for new MySQL RegExp lib

parent d1480874
......@@ -4115,7 +4115,7 @@ sub _add_password_salt_separator {
my $profiles
= $dbh->selectall_arrayref(
"SELECT userid, cryptpassword FROM profiles WHERE ("
. $dbh->sql_regexp("cryptpassword", "'^[^,]+{'")
. $dbh->sql_regexp("cryptpassword", "'^[^,]+\\\\{'")
. ")");
if (@$profiles) {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment