1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-11-01 03:54:15 +00:00
webvirtcloud/accounts
2018-05-15 14:22:10 +02:00
..
migrations add migration userattributes.can_clone_instances dafaults to True 2017-10-26 10:10:52 +02:00
templates add accounts view style list. configurable via settings.VIEW_ACCOUNTS_STYLE 2018-05-15 14:22:10 +02:00
templatetags fix profile/sshkeys form. empty public keys broke the page 2017-06-27 10:29:41 +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 configure_user() moved from class MyRemoteUserBackend to class UserAttributes, as static factory. 2017-07-18 15:05:30 +02: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 UserAttributes.default_instances moved to django.conf.settings.NEW_USER_DEFAULT_INSTANCES 2017-10-05 08:08:04 +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 add accounts view style list. configurable via settings.VIEW_ACCOUNTS_STYLE 2018-05-15 14:22:10 +02:00