From 90a94daf2b7c145390c9cf063087f6aa80035992 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 21 Nov 2006 03:05:49 +0000 Subject: Fix nits about bug 316797 --- Bugzilla/Token.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Bugzilla/Token.pm') diff --git a/Bugzilla/Token.pm b/Bugzilla/Token.pm index 8d3088df0..0c2d42fe7 100644 --- a/Bugzilla/Token.pm +++ b/Bugzilla/Token.pm @@ -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 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 -- cgit v1.2.3-24-g4f1b