Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
90a94daf
Commit
90a94daf
authored
Nov 21, 2006
by
lpsolit%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix nits about bug 316797
parent
ca5d15eb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Token.pm
Bugzilla/Token.pm
+3
-3
No files found.
Bugzilla/Token.pm
View file @
90a94daf
...
...
@@ -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
trie
s
to use this token for some malicious action).
trie
d
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 th
is
user to inform him about this action.
to th
e
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment