We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee1523 commit e78cc7bCopy full SHA for e78cc7b
src/lib/Sympa/WWW/Auth.pm
@@ -157,7 +157,7 @@ sub authentication {
157
$log->syslog('notice',
158
'Password in database seems encrypted. Run upgrade_sympa_password.pl to rehash passwords'
159
);
160
- Sympa::send_notify_to_listmaster('*', 'password_encrypted');
+ Sympa::send_notify_to_listmaster('*', 'password_encrypted', {});
161
return undef;
162
}
163
0 commit comments