-
Notifications
You must be signed in to change notification settings - Fork 987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
β ποΈ Enable password reset UI #12245
Conversation
Jenkins BuildsClick to see older builds (36)
|
@shivekkhurana |
96% of end-end tests have passed
Failed tests (3)Click to expand
Passed tests (67)Click to expand |
c3b003b
to
0e1df87
Compare
This will unblock #11777 |
@shivekkhurana thank you for work! ISSUE 1: Can tap "next" several times on reset password screenSteps:
Expected result: OS: IOS, Android ISSUE 2: Automatic logout doesn't work after resetting password until reloginSteps:
Expected result: should be logged out Actual result: is not logged out ISSUE 3: Reset password is available for keycard usersISSUE 4: Endless spinner if resetting password with enabled biometric login (IOS only)Steps:
|
90% of end-end tests have passed
Failed tests (7)Click to expand
Passed tests (63)Click to expand |
6ee4053
to
7dfd526
Compare
β Added an overlay that cannot be closed until password reset is complete. The user can no longer press the next button.
β Fixed
π€πΌ The problem was that password reset didn't update the password in OS keychain. Have fixed it now, should work hopefully |
8edd260
to
53f82df
Compare
I feel this is a problem in multiaccount recovery flow. I checked resetting password and then changing network on an existing account. It worked fine. Can you please confirm this is not an issue if step 1 is removed? |
53f82df
to
3733c67
Compare
Well, if I create multiaccount from scratch, reset password, and change network - no autologout. |
3733c67
to
2343431
Compare
@churik All issues fixed. |
@shivekkhurana |
I'm not able to understand this. When you fill the form and press the next button, an overlay should cover the screen. It is not possible to close the overlay, until the password reset is complete, in which case the only way to proceed is to logout or close the app. Can you give me the steps to reproduce the behaviour you see? |
[SELF NOTE] Get rid of feature flag before merging. |
Sure. The way to reproduce it is to be quick enough to tap "Next" several times before overlay is shown. FILE.2021-07-06.16.47.53.mp4 |
I understand now. I'll push a fix tomorrow. |
@churik I have added a condition that disables the |
ec21d9f
to
6020e25
Compare
Ready to be merged. |
6020e25
to
85f1a71
Compare
Fix function typo that caused android version to fail Fix Issue 1 pointed out by Tetiana. Implement new UI to accomodate slow progress on Android Fix QA Issue 3 - Hide reset password option for keycard accounts Add steps to password reset Align the checkbox on terms of use Make modal rext align center because it wrapped abruptly Logout user after password reset Disable next button to curb recklessness Remove reset password feature flag Signed-off-by: Shivek Khurana <shivek@status.im>
85f1a71
to
dea7227
Compare
Summary
Enables password reset feature implemented in #12163.
Results of tests performed on that PR can be posted here.