diff options
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Auth.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Auth.pm b/Bugzilla/Auth.pm index 40150f0ed..b1da319a4 100644 --- a/Bugzilla/Auth.pm +++ b/Bugzilla/Auth.pm @@ -303,7 +303,7 @@ times within a certain period of time (as specified by L<Bugzilla::Constants/LOGIN_LOCKOUT_INTERVAL>). The hashref will also contain a C<user> element, representing the -L<Bugzilla:User> whose account is locked out. +L<Bugzilla::User> whose account is locked out. =head1 LOGIN TYPES |