You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/pause_2017/PAUSE/Web/Plugin/ConfigPerRequest.pm
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ sub _retrieve_user {
79
79
$sth7->execute($user);
80
80
my$error;
81
81
if ($sth7->rows > 0) {
82
-
$error = "User '$user' set to nologin. Many users with an insecure password have got their password reset recently. Please talk to modules\@perl.org to find out how to proceed";
82
+
$error = "User '$user' set to nologin. Your account may have been included in a precautionary password reset in the wake of a data breach incident at some other site. Please talk to modules\@perl.org to find out how to proceed";
0 commit comments