Skip to content

Commit

Permalink
No need to mention perlmonks anymore as the incident happened years ago
Browse files Browse the repository at this point in the history
  • Loading branch information
charsbar committed Apr 28, 2024
1 parent de917d6 commit 1845ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pause_2017/PAUSE/Web/Plugin/ConfigPerRequest.pm
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ sub _retrieve_user {
$sth7->execute($user);
my $error;
if ($sth7->rows > 0) {
$error = "User '$user' set to nologin. Many users with an insecure password have got their password reset recently because of an incident on perlmonks.org. Please talk to modules\@perl.org to find out how to proceed";
$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";
} else {
$error = "User '$user' not known";
}
Expand Down

0 comments on commit 1845ae2

Please sign in to comment.