This commit is contained in:
lpsolit%gmail.com 2006-11-20 19:05:49 +00:00
Родитель 8c40a08979
Коммит 07086ce19b
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -475,7 +475,7 @@ Bugzilla::Token - Provides different routines to manage tokens.
for an action which is not the one expected. An email is sent
to the user who originally requested this token to inform him
that this token has been invalidated (e.g. because an hacker
tries to use this token for some malicious action).
tried to use this token for some malicious action).
Params: $token: The token to invalidate.
$cancelaction: The reason why this token is invalidated.
@ -486,7 +486,7 @@ Bugzilla::Token - Provides different routines to manage tokens.
=item C<DeletePasswordTokens($user_id, $reason)>
Description: Cancels all password tokens for the given user. Emails are sent
to this user to inform him about this action.
to the user to inform him about this action.
Params: $user_id: The user ID of the user account whose password tokens
are cancelled.
@ -517,7 +517,7 @@ Bugzilla::Token - Provides different routines to manage tokens.
=head2 Security related routines
The following routines have been written to be used together as described below,
despite they can be used separately.
although they can be used separately.
=over