Go to file
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
django_etebase Change password: change to require a signed request, just like login. 2020-06-17 14:38:02 +03:00
myauth Username: disallow @ in usernames. 2020-05-15 11:12:24 +03:00
requirements.in Requirements: remove unused requirements. 2020-05-31 16:39:27 +03:00
requirements.txt Requirements: remove unused requirements. 2020-05-31 16:39:27 +03:00