-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1524850 - Documented password guidelines do not match implementation
- Loading branch information
Showing
28 changed files
with
286 additions
and
345 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,7 @@ The procedure should be similar for other browsers. | |
.. _`Firefox Connection Settings`: https://support.mozilla.org/en-US/kb/connection-settings-firefox | ||
|
||
After that, you should be able to visit http://bmo.test/ from your browser. | ||
You can login as [email protected] with the password "password01!" (without | ||
You can login as [email protected] with the password "password012!" (without | ||
quotes). | ||
|
||
If you want to update the code running in the web container, you do not need to restart everything. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$answer{'ADMIN_EMAIL'} = '[email protected]'; | ||
$answer{'ADMIN_OK'} = 'Y'; | ||
$answer{'ADMIN_PASSWORD'} = 'password01!'; | ||
$answer{'ADMIN_PASSWORD'} = 'password012!'; | ||
$answer{'ADMIN_REALNAME'} = 'Admin User'; | ||
$answer{'bugzilla_version'} = '1'; | ||
$answer{'create_htaccess'} = '1'; | ||
|
@@ -16,7 +16,6 @@ $answer{'insidergroup'} = 'admin'; | |
$answer{'interdiffbin'} = '/usr/bin/interdiff'; | ||
$answer{'mail_delivery_method'} = 'Test'; | ||
$answer{'NO_PAUSE'} = 1; | ||
$answer{'passwdqc_min'} = '8, 8, 8, 8, 8'; | ||
$answer{'password_complexity'} = 'bmo'; | ||
$answer{'size_limit'} = 750000; | ||
$answer{'skin'} = 'Mozilla'; | ||
|
Oops, something went wrong.