Fixed #56: invalidate tokens on password change, also added change password form
Showing
- api/config/settings/common.py 2 additions, 1 deletionapi/config/settings/common.py
- api/funkwhale_api/users/migrations/0003_auto_20171226_1357.py 24 additions, 0 deletions...funkwhale_api/users/migrations/0003_auto_20171226_1357.py
- api/funkwhale_api/users/models.py 12 additions, 0 deletionsapi/funkwhale_api/users/models.py
- api/funkwhale_api/users/rest_auth_urls.py 4 additions, 0 deletionsapi/funkwhale_api/users/rest_auth_urls.py
- api/tests/users/test_jwt.py 27 additions, 0 deletionsapi/tests/users/test_jwt.py
- api/tests/users/test_views.py 19 additions, 0 deletionsapi/tests/users/test_views.py
- front/src/components/auth/Profile.vue 4 additions, 0 deletionsfront/src/components/auth/Profile.vue
- front/src/components/auth/Settings.vue 84 additions, 0 deletionsfront/src/components/auth/Settings.vue
- front/src/main.js 1 addition, 0 deletionsfront/src/main.js
- front/src/router/index.js 6 additions, 0 deletionsfront/src/router/index.js
- front/src/store/auth.js 12 additions, 2 deletionsfront/src/store/auth.js
Loading
Please register or sign in to comment