diff options
-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 938541f56..9ee5ec7fa 100644 --- a/Bugzilla/Auth.pm +++ b/Bugzilla/Auth.pm @@ -404,7 +404,7 @@ Returns: C<true> if users are allowed to create new Bugzilla accounts, C<false> otherwise. =item C<extern_id_used> - + Description: Whether or not current login system uses extern_id. =item C<can_change_email> |