pace-running / pace3

used for "lauf gegen rechts 2023"
2 stars 1 forks source link

Change admin password #66

Closed ckluente closed 1 year ago

ckluente commented 1 year ago

As an administrator, I want to change my password so that it is not the default anymore

Background: Our migration scripts create the initial admin account with a pre-defined password. This password is hardcoded and publickly known. We must have an option to change the password after initial install.

The backend should offer a page where logged in users can change their password. The form should ask for the current password and the new password

pvince81tw commented 1 year ago
pvince81tw commented 1 year ago

the feature is implemented with a set of tests and works