Skip to content

Commit effe80d

Browse files
charsbarandk
authored andcommitted
Update the message to tell a user account is set to nologin
re #488 (comment)
1 parent 388d2be commit effe80d

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. 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";
8383
} else {
8484
$error = "User '$user' not known";
8585
}

0 commit comments

Comments
 (0)