etesync-server/django_etebase
Tom Hacohen ab0d85c84f Change password: change to require a signed request, just like login.
Without this, it would be sufficient to steal an auth token to render the account
unusable because it would be possible to just reset the encrypted content
of the account. With this change we require the user to actually know
the account password in order to do it.
2020-06-17 14:38:02 +03:00
..
migrations Rename django_etesync to django_etebase. 2020-06-16 17:14:53 +03:00
token_auth Rename django_etesync to django_etebase. 2020-06-16 17:14:53 +03:00
__init__.py Rename django_etesync to django_etebase. 2020-06-16 17:14:53 +03:00
admin.py Rename django_etesync to django_etebase. 2020-06-16 17:14:53 +03:00
app_settings.py Rename django_etesync to django_etebase. 2020-06-16 17:14:53 +03:00
apps.py Rename django_etesync to django_etebase. 2020-06-16 17:14:53 +03:00
models.py Rename django_etesync to django_etebase. 2020-06-16 17:14:53 +03:00
permissions.py Rename django_etesync to django_etebase. 2020-06-16 17:14:53 +03:00
serializers.py Change password: change to require a signed request, just like login. 2020-06-17 14:38:02 +03:00
tests.py Rename django_etesync to django_etebase. 2020-06-16 17:14:53 +03:00
views.py Change password: change to require a signed request, just like login. 2020-06-17 14:38:02 +03:00