]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Fix for bug 226982: Move password change code into Bugzilla::Auth (part
authorkiko%async.com.br <>
Sun, 7 Dec 2003 10:11:00 +0000 (10:11 +0000)
committerkiko%async.com.br <>
Sun, 7 Dec 2003 10:11:00 +0000 (10:11 +0000)
commitce24d01076ccec6e0e0f30d30d4b726fbf0452c4
tree302b1a4998f8c5268e43e770601a2af1d24502b5
parentb3612adaf807df9743c8003faee62071f680f92f
Fix for bug 226982: Move password change code into Bugzilla::Auth (part
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
Bugzilla/Auth/DB.pm