summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Auth.pm
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-07-26 23:09:47 +0200
committerlpsolit%gmail.com <>2005-07-26 23:09:47 +0200
commitda69ce2b6f53856aef539cff334cd864af1b57b8 (patch)
tree77967af86337d4155888cbb8eb990dd916b77f66 /Bugzilla/Auth.pm
parent80d8289eae009f7170a7f6152ec7ededa6907bcf (diff)
downloadbugzilla-da69ce2b6f53856aef539cff334cd864af1b57b8.tar.gz
bugzilla-da69ce2b6f53856aef539cff334cd864af1b57b8.tar.xz
Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
Diffstat (limited to 'Bugzilla/Auth.pm')
-rw-r--r--Bugzilla/Auth.pm12
1 files changed, 2 insertions, 10 deletions
diff --git a/Bugzilla/Auth.pm b/Bugzilla/Auth.pm
index 887caf049..ba32277b7 100644
--- a/Bugzilla/Auth.pm
+++ b/Bugzilla/Auth.pm
@@ -184,8 +184,6 @@ the status codes defined in L<Bugzilla::Constants|Bugzilla::Constants> and
described below. The rest of the return values are status code-specific
and are explained in the status code descriptions.
-=over 4
-
=item C<AUTH_OK>
Authentication succeeded. The third variable is the userid of the new
@@ -232,8 +230,6 @@ is some text explaining why the account was disabled. This text would
typically come from the C<disabledtext> field in the C<profiles> table.
Note that this argument is a string, not a tag.
-=back
-
=item C<current_verify_class>
This scalar gets populated with the full name (eg.,
@@ -269,6 +265,8 @@ by trying cookies as a fallback.
The login interface consists of the following methods:
+=over 4
+
=item C<login>, which takes a C<$type> argument, using constants found in
C<Bugzilla::Constants>.
@@ -281,8 +279,6 @@ login method to prompt the user for this data.
The constants accepted by C<login> include the following:
-=over 4
-
=item C<LOGIN_OPTIONAL>
A login is never required to access this data. Attempting to login is
@@ -299,14 +295,10 @@ I<requirelogin> parameter.
A login is always required to access this data.
-=back
-
=item C<logout>, which takes a C<Bugzilla::User> argument for the user
being logged out, and an C<$option> argument. Possible values for
C<$option> include:
-=over 4
-
=item C<LOGOUT_CURRENT>
Log out the user and invalidate his currently registered session.