Open apomalyn opened 9 months ago
@apomalyn On est d'accord qu'on affiche cette option que si l'utilisateur est connecté via username/password ? Dans les autres cas, ce sont des services tiers qui les gèrent (apple/google), ou il n'y en a pas du tout. (anonyme)
As a user, if I'm authenticated with email/password (classic) I want to be able to change my password.
Requirements
What needs to be done
UserRepository.updatePassword(String oldPassword, String newPassword)
method. It should:authentication/change_password
create a view and view-modelstatic const routeName = "/authentication/update-password"
AppBar
add a close button icon that go back to the previous screen when pressedonChangePasswordPressed
that:UserRepository.updatePassword
methodsettings/settings_view
, under the "Account" section:authentication/change_password
page/authentication/update-password
is calledDesign
Change password view wireframe
![image](https://github.com/RoadTripMoustache/kana_to_kanji/assets/22211097/13942fbf-5667-419f-9e46-f03ad179dd6e)Dependencies
Child of #130
Depends on:
135
138
141
Dev notes