Skip to content

Commit e78cc7b

Browse files
committed
Fix crash of RC4 encrypted password notice.
1 parent 8ee1523 commit e78cc7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Sympa/WWW/Auth.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ sub authentication {
157157
$log->syslog('notice',
158158
'Password in database seems encrypted. Run upgrade_sympa_password.pl to rehash passwords'
159159
);
160-
Sympa::send_notify_to_listmaster('*', 'password_encrypted');
160+
Sympa::send_notify_to_listmaster('*', 'password_encrypted', {});
161161
return undef;
162162
}
163163

0 commit comments

Comments
 (0)