1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-11-01 12:04:15 +00:00
webvirtcloud/accounts
2016-06-02 13:39:18 +02:00
..
migrations set default UserAttributes to instances=1, vcpus=1, memory=2048, disk=20 2016-04-26 08:36:14 +02:00
templates settings.ALLOW_EMPTY_PASSWORD added. allows to create user withnout password. useful with SSO authentication. 2016-06-02 13:39:18 +02:00
templatetags Fix pep8 errors 2016-04-16 15:06:39 +02:00
__init__.py Refactor users page 2015-03-18 17:13:44 +02:00
admin.py Refactor users page 2015-03-18 17:13:44 +02:00
backends.py added class MyRemoteUserBackend(RemoteUserBackend) giving all authenticated users superuser flag 2015-12-22 15:06:19 +01:00
forms.py settings.ALLOW_EMPTY_PASSWORD added. allows to create user withnout password. useful with SSO authentication. 2016-06-02 13:39:18 +02:00
models.py set default UserAttributes to instances=1, vcpus=1, memory=2048, disk=20 2016-04-26 08:36:14 +02:00
tests.py Refactor users page 2015-03-18 17:13:44 +02:00
urls.py Fixed pep8 2015-04-06 10:51:50 +03:00
views.py settings.ALLOW_EMPTY_PASSWORD added. allows to create user withnout password. useful with SSO authentication. 2016-06-02 13:39:18 +02:00