1. 16 Aug, 2001 3 commits
    • justdave%syndicomm.com's avatar
      Fix for bug 87779: thanks to the new password reset code, there was no clear way… · 0bfa7b27
      justdave%syndicomm.com authored
      Fix for bug 87779: thanks to the new password reset code, there was no clear way to create a new Bugzilla account from the login screen.  There is now a link to createaccount.cgi from the login screen, and the text around the password reset button has been edited so it doesn't sound like you can get a new account by using it (because you can't)
      Patch by Dave Miller <justdave@syndicomm.com>
      r= myk@mozilla.org
      0bfa7b27
    • justdave%syndicomm.com's avatar
      Fix for bug 95304: Add a buglist link to the top of duplicates.cgi · 133350be
      justdave%syndicomm.com authored
      Patch by Gervase Markham <gerv@mozilla.org>
      r= justdave@syndicomm.com
      133350be
    • justdave%syndicomm.com's avatar
      Fix for bug 92593: Changing a bugs product will no longer remove the votes from… · 161e3c5f
      justdave%syndicomm.com authored
      Fix for bug 92593: Changing a bugs product will no longer remove the votes from that bug unless the number of votes for a given user is beyond what is allowed per-bug on the new product.  Only the per-bug vote count is checked.  If the user is beyond the per-product vote limit for the new product, it is left alone, on the theory that it's better to preserve the votes on the bug.  The user will be forced to reduce their votes to fit the product limit the next time they try to vote on something.
      Patch by Jake Steenhagen <jake@acutex.net>
      r= justdave@syndicomm.com
      161e3c5f
  2. 15 Aug, 2001 1 commit
  3. 14 Aug, 2001 2 commits
  4. 13 Aug, 2001 3 commits
  5. 12 Aug, 2001 3 commits
  6. 11 Aug, 2001 6 commits
  7. 09 Aug, 2001 1 commit
  8. 30 Jul, 2001 1 commit
  9. 26 Jul, 2001 2 commits
  10. 25 Jul, 2001 1 commit
  11. 23 Jul, 2001 2 commits
  12. 22 Jul, 2001 4 commits
  13. 20 Jul, 2001 2 commits
  14. 17 Jul, 2001 2 commits
  15. 11 Jul, 2001 1 commit
    • justdave%syndicomm.com's avatar
      Fix for bug 77473, bug 74032, and bug 85472: Passwords are no longer stored in… · 02226521
      justdave%syndicomm.com authored
      Fix for bug 77473, bug 74032, and bug 85472: Passwords are no longer stored 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
      02226521
  16. 04 Jul, 2001 4 commits
  17. 02 Jul, 2001 2 commits