Password confirmation for critical pages
Is your feature request related to a problem? Please describe. Currently the settings and own profile can be modified if the user is logged in and for some reason another person gets access to the opened application.
Describe the solution you'd like This should be prevented by adding a password confirmation for critical pages, so before executing actions like updating the own users profile or other application settings the user must input his password. What also should be considered is a too long opened page after the password confirmation, e.g. the own profile page. In this case on save the user should reconfirm his password.
Describe alternatives you've considered No alternatives.
Additional context A possible solution was removed in 9a4433c due to missing checks.
Password confirmation for actions on own profile have been added in #304