gophish/templates
Jordan Wright bb7de8df3e
Initial Implementation of a Password Policy (#1867)
This PR adds the initial work to implement a password policy as defined in #1538.

Specifically, this implements the following

* Rate limiting for the login handler
* Implementing the ability for system admins to require a user to reset their password
* Implementing a password policy that requires passwords to be a minimum of 8 characters
* Removes the default password (gophish) for admin users to instead have the password randomly generated when Gophish first starts up
* Adds a password strength meter when choosing a new password

Fixes #1538
2020-06-19 22:03:51 -05:00
..
base.html Add favicon (#1831) 2020-05-08 21:00:22 -05:00
campaign_results.html Initial commit of RBAC support. (#1366) 2019-02-19 20:33:50 -06:00
campaigns.html Fixed text autocomplete dropping down in Chrome (#1749) 2020-02-11 21:48:48 -08:00
dashboard.html Initial Implementation of a Password Policy (#1867) 2020-06-19 22:03:51 -05:00
flashes.html Initial Implementation of a Password Policy (#1867) 2020-06-19 22:03:51 -05:00
groups.html Implement User Management API (#1473) 2019-05-31 13:58:18 -05:00
landing_pages.html Initial commit of RBAC support. (#1366) 2019-02-19 20:33:50 -06:00
login.html Add favicon (#1831) 2020-05-08 21:00:22 -05:00
nav.html Add Webhook Support 2019-12-15 20:27:21 -06:00
reset_password.html Initial Implementation of a Password Policy (#1867) 2020-06-19 22:03:51 -05:00
sending_profiles.html Initial commit of RBAC support. (#1366) 2019-02-19 20:33:50 -06:00
settings.html Initial Implementation of a Password Policy (#1867) 2020-06-19 22:03:51 -05:00
templates.html Initial commit of RBAC support. (#1366) 2019-02-19 20:33:50 -06:00
users.html Initial Implementation of a Password Policy (#1867) 2020-06-19 22:03:51 -05:00
webhooks.html Minor cleanup on webhook feature integration 2019-12-15 22:07:55 -06:00