Open
Bug 284267
Opened 20 years ago
Updated 11 years ago
Bugzilla::User function to clean a user's token table entries
Categories
(Bugzilla :: Administration, task)
Tracking
()
NEW
People
(Reporter: Wurblzap, Unassigned)
Details
(In reply to bug 119485, comment #36) > >+ # Since we change the login, silently delete any tokens. > >+ $dbh->do('DELETE FROM tokens WHERE userid = ?', {}, $otherUserID); > > Does Bugzilla::Token::DeletePasswordTokens not work for that? > If not, we should have a Bugzilla::User function that cleans the token table > for that user, I think. That's just a nit, though. Using Bugzilla::Token::DeletePasswordTokens does not work (see bug 119485, comment 24).
Updated•16 years ago
|
Assignee: nobody → administration
You need to log in
before you can comment on or make changes to this bug.
Description
•