Skip to content

Implement Change Password

🚀 Feature Proposal

As a user, I want to have the possibility to change my password in the app settings.

Motivation

If a user thinks his/her password is to weak or was seen by someone else he/she may want to change it.

Technical Details

  • Copy Android App Text
  • Ask for current password
  • Check current password
  • Ask for new password
  • Ask for new password confirmation
  • Check if new passwords match
  • Check if new passwords fit the password rules (min. 8 chars, min. 1 upper and min one lower case char)
  • Confirm button
  • On Confirm Button clicked => change password and let the user know
  • Check if email will be sent by server (note: this is not implemented yet from server-side)
Edited by Amin Kettani