Skip to content

Commit b0d689e

Browse files
committed
No need to mention perlmonks anymore as the incident happened years ago
1 parent b4e290d commit b0d689e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pause_2017/PAUSE/Web/Plugin/ConfigPerRequest.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ sub _retrieve_user {
7979
$sth7->execute($user);
8080
my $error;
8181
if ($sth7->rows > 0) {
82-
$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";
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";
8383
} else {
8484
$error = "User '$user' not known";
8585
}

0 commit comments

Comments
 (0)