mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Run more comprehensive prospector checks
Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
This commit is contained in:
parent
40a0eae647
commit
df83adb059
2 changed files with 1 additions and 12 deletions
|
|
@ -5,14 +5,3 @@ ignore-paths:
|
|||
pep8:
|
||||
options:
|
||||
max-line-length: 119
|
||||
|
||||
pyflakes:
|
||||
disable:
|
||||
- F401
|
||||
|
||||
pylint:
|
||||
disable:
|
||||
- old-style-class
|
||||
|
||||
dodgy:
|
||||
run: false
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ class MyAppConf(AppConf):
|
|||
USERNAME_FORM_FIELD = 'username'
|
||||
|
||||
# use a specific password field to retrieve from login POST data
|
||||
PASSWORD_FORM_FIELD = 'password'
|
||||
PASSWORD_FORM_FIELD = 'password' # noqa
|
||||
|
||||
# use a provided callable to transform the POSTed username into the one used in credentials
|
||||
USERNAME_CALLABLE = None
|
||||
|
|
|
|||
Loading…
Reference in a new issue