aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Auth/DB.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 237864: clean up leftovers from the bug 192516 checkin (some occurances ↵justdave%syndicomm.com2004-03-181-2/+2
| | | | | | of Token got missed) r= gerv, a= justdave
* Fix for bug 226982: Move password change code into Bugzilla::Auth (partkiko%async.com.br2003-12-071-28/+50
| | | | | | 1). Factored code out from Bugzilla::Auth::DB->authenticate() into separate methods so we can use them externally. Add extra API to DB.pm, which is currently used only internally (pending part 2). r=bbaetz, a=justdave
* Bug 223093: correcting the title on "perldoc Bugzilla::Auth::DB"justdave%syndicomm.com2003-10-261-1/+1
| | | | r= bbaetz, a= justdave
* Bug 205463 - Tokens aren't canceled after a successful login.bbaetz%acm.org2003-06-071-1/+1
| | | | patch by 'Randall M! Gee', r=bbaetz, a=justdave
* Bug 180642 - Move authentication code into a modulebbaetz%acm.org2003-03-221-0/+102
r=gerv, justdave a=justdave