diff options
Diffstat (limited to 'Bugzilla/WebService/User.pm')
-rw-r--r-- | Bugzilla/WebService/User.pm | 28 |
1 files changed, 8 insertions, 20 deletions
diff --git a/Bugzilla/WebService/User.pm b/Bugzilla/WebService/User.pm index 1471da8aa..3a4890433 100644 --- a/Bugzilla/WebService/User.pm +++ b/Bugzilla/WebService/User.pm @@ -277,11 +277,9 @@ log in/out using an existing account. See L<Bugzilla::WebService> for a description of how parameters are passed, and what B<STABLE>, B<UNSTABLE>, and B<EXPERIMENTAL> mean. -=head2 Logging In and Out +=head1 Logging In and Out -=over - -=item C<login> +=head2 login B<STABLE> @@ -344,7 +342,7 @@ A login or password parameter was not provided. =back -=item C<logout> +=head2 logout B<STABLE> @@ -362,13 +360,9 @@ Log out the user. Does nothing if there is no user logged in. =back -=back - -=head2 Account Creation - -=over +=head1 Account Creation -=item C<offer_account_by_email> +=head2 offer_account_by_email B<STABLE> @@ -409,7 +403,7 @@ An account with that email address already exists in Bugzilla. =back -=item C<create> +=head2 create B<STABLE> @@ -472,13 +466,9 @@ password is under three characters.) =back -=back - -=head2 User Info - -=over +=head1 User Info -=item C<get> +=head2 get B<STABLE> @@ -622,5 +612,3 @@ function. =back =back - -=back |