BugzillaPasswordReset: Difference between revisions

Modernize the page instead of warning that it's old.
m (→‎Resetting Bugzilla Passwords: rename section title to indicate this method is outdated)
(Modernize the page instead of warning that it's old.)
 
Line 1: Line 1:
= This page is outdated =
= Resetting Bugzilla Passwords =
I frequently forget my Bugzilla password at work because I rarely have to enter my password. If you haven't enabled Bugzilla to send email, as we haven't, here is at least one way you can reset your password without the use of email:
 
= Modern Bugzilla (3.1.1 and newer) =
 
Modern versions of Bugzilla encrypt the password locally before sending it to the database so it's not possible to encrypt the password in the database anymore as was done with older versions of Bugzilla.


<b>NOTE: This page was created in 2008 and no longer applies to current versions of Bugzilla. Modern versions of Bugzilla encrypt the password locally before sending it to the database so it's not possible to encrypt the password in the database anymore.</b>
checksetup.pl now provides a command line switch to allow you to reset a password from the command line. Run <code>checksetup.pl --help</code> to get the complete syntax.


<b>checksetup.pl now provides a command line switch to allow you to reset a password from the command line. Run <code>checksetup.pl --help</code> to get the syntax.</b>
<pre><nowiki>
    --reset-password=user@domain.com
        Resets the specified user's password. checksetup.pl will prompt you
        to enter a new password for the user.
</nowiki></pre>


= Resetting Bugzilla Passwords (the old way) =
= Older Bugzillas (3.0.x and prior) =
I frequently forget my Bugzilla password at work because I rarely have to enter my password. If you haven't enabled Bugzilla to send email, as we haven't, here is at least one way you can reset your password without the use of email:


== MySQL ==
== MySQL ==
Confirmed users, Bureaucrats and Sysops emeriti
674

edits