Open
Description
Steps to reproduce:
- Edit a user profile and enter some invalid data (e.g. invalid password)
- click "Save"
- click "Back" twice
After the validation error, your URL changes from /users/edit to /users. If you then click the "Back"-button twice it will go back to /users/edit and then to /users which is a route that does not exist.
The same happens at "users/sign_up".
A similar issue occurrs at "users/password/new".
This does not affect tasks, collections or groups.