mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Add variations on GOV.UK Notify to blacklist
There’s a chance that someone will run out of imagination and use the name of the thing they’re signing up for as their password. This wouldn’t be caught by the generic blacklist.
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
blacklisted_passwords = [
|
||||
'govuknotify',
|
||||
'GOVUKnotify',
|
||||
'GOV.UK Notify',
|
||||
'GOV.UK notify',
|
||||
'gov.uk notify'
|
||||
] + [
|
||||
'11111111',
|
||||
'12345678',
|
||||
'123456789',
|
||||
|
||||
Reference in New Issue
Block a user