gophish/static
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
..
css Initial Implementation of a Password Policy (#1867) 2020-06-19 22:03:51 -05:00
db Added IP, Lat and Lon to models.Result. Closes #47 2016-01-04 00:04:10 -06:00
endpoint Fixed static file handling on phishing server + documentation. Fixes #164 2016-03-23 14:11:47 -05:00
font Fixed glyphicons for use in datepicker 2017-09-03 20:27:59 -05:00
images Add favicon (#1831) 2020-05-08 21:00:22 -05:00
js Initial Implementation of a Password Policy (#1867) 2020-06-19 22:03:51 -05:00