open-learning-exchange / planet

🌍 Planet Learning - Angular application
https://hub.docker.com/r/treehouses/planet
GNU Affero General Public License v3.0
63 stars 39 forks source link

Change password logout #6738

Open lmmrssa opened 4 years ago

lmmrssa commented 4 years ago

When trying to change password if we put wrong password as old password you get logged out. You will notice this once you try to navigate to another page.

paulbert commented 4 years ago

Will require research into https://docs.couchdb.org to see if there is a way to check user credentials without a request to the _session endpoint.

paulbert commented 4 years ago

Also applies to other dialogs where the password is checked (sync, upgrade, etc)