Henrik Levkowetz
|
ec684e1b4e
|
Added a pylint rc-file, and fixed or silenced a number of issues found by pylint using the settings .pylintrc (which enable only error checking).
- Legacy-Id: 11941
|
2016-09-08 14:48:59 +00:00 |
|
Henrik Levkowetz
|
454c9d83cb
|
Fixed support for verbosity and overwrite flags for the import_htpasswd command, which was lost in [7583].
- Legacy-Id: 7585
Note: SVN reference [7583] has been migrated to Git commit 4c0d52d9ed
|
2014-04-09 18:34:18 +00:00 |
|
Henrik Levkowetz
|
4c0d52d9ed
|
Split out the actual htpasswd import functionality from the BaseCommand subclass, so we can call it from elsewhere.
- Legacy-Id: 7583
|
2014-04-09 18:28:42 +00:00 |
|
Henrik Levkowetz
|
156b0d4e3a
|
Changed the code to use django's own authentication, instead of http basic auth. This will let people log out, and will also use stronger password hashing than basic auth. Added a login page, and logout links, and links from the logged in username (in the upper right corner) to the user's profile page.
- Legacy-Id: 7580
|
2014-04-07 18:56:44 +00:00 |
|
Henrik Levkowetz
|
3a3b386a0e
|
A htpasswd import script, for the transition from basic http auth to Django native authentication.
- Legacy-Id: 7578
|
2014-04-06 17:20:31 +00:00 |
|