| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
patch by erik
r=joel, kiko
a=myk
|
|
|
|
|
|
|
| |
quietly_check_login()/confirm_login() calls. Cleans up callsites
(consisting of most of our CGIs), swapping (where appropriate) for calls
to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>.
r=bbaetz, kiko. a=justdave.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Consolidates the logout code into Bugzilla::Auth::CGI, and provides
simple front-end wrappers in Bugzilla.pm for use in the CGIs we have.
r=bbaetz, joel; a=justdave.
Adds a set of constants to the logout() API which allow specifying "how
much" we should log out -- all sessions, the current session, or all
sessions but the current one.
Fixes callsites to use this new API; cleans and documents things a
bit while we're at it. Part I in the great COOKIE apocalypse.
|
|
|
|
| |
r=kiko a=justdave
|
|
|
|
|
|
| |
of Token got missed)
r= gerv, a= justdave
|
|
|
|
|
|
|
| |
they belong. These files pre-date the Bugzilla directory, and would have gone there had it existed at the time. The four files in question were copied on the CVS server to preserve CVS history in the files. This checkin deletes them from the old location and modifies everything else to know where they are now.
r= myk, gerv
a= justdave
|
|
|
|
| |
<wicked@etlicon.fi>; r=kiko, a=justdave.
|
|
|
|
|
|
|
| |
case sensitive
patch by Vlad Dascalu <jocuri@softhome.net>
r= kiko, a= justdave
|
|
|
|
| |
r,a=justdave
|
|
|
|
| |
r=myk,jake
|
|
|
|
| |
r=joel, a=justdave
|
|
|
|
|
| |
r=gerv
a=justdave
|
|
|
|
|
| |
r=justdave
a=justdave
|
|
|
|
|
| |
patch by joel
r=gerv, a=justdave
|
|
|
|
| |
Patch by gerv; r=burnus.
|
|
|
|
| |
templates. Patch by burnus; r=gerv.
|
|
|
|
| |
r=bbaetz, gerv
|
|
|
|
| |
r=joel x2
|
|
|
|
| |
burnus; r=gerv.
|
|
|
|
|
| |
early enough
r=mattyt, jouni
|
|
|
|
| |
afranke.
|
|
|
|
| |
commit didn't pick these up.
|
| |
|
|
|
|
|
|
|
| |
the db when required instead.
(Also fixes bug 58242 as a side effect)
r=myk, kiko
|
|
|
|
|
| |
Patch by Brad Baetz <bbaetz@student.usyd.edu.au>
r= jake, justdave
|
|
|
|
|
|
|
| |
not locked", fixed typo in lock tables command.
Patch by Myk Melez <myk@mozilla.org>
r= jake@acutex.net
|
|
in plaintext in the database. Passwords are no longer encrypted with MySQL's ENCRYPT() function (because it doesn't work on some installs), but with Perl's crypt() function. The crypt-related routines now properly deal with salts so that they work on systems that use methods other than UNIX crypt to crypt the passwords (such as MD5). Checksetup.pl will walk through your database and re-crypt everyone's passwords based on the plaintext password entry, then drop the plaintext password column. As a consequence of no longer having a plaintext password, it is no longer possible to email someone their password, so the login screen has been changed to request a password reset instead. The user is emailed a temporary identifying token, with a link back to Bugzilla. They click on the link or paste it into their browser and Bugzilla allows them to change their password.
Patch by Myk Melez <myk@mozilla.org>
r= justdave@syndicomm.com, jake@acutex.net
|