User Details
- User Since
- Jun 4 2021, 12:55 PM (131 w, 1 d)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- Anna.bondar [ Global Accounts ]
Aug 9 2022
Jul 26 2022
Checked
Case1
The user's password is reset from Cognito.
The User enters the correct credentials from the login screen.
-> The user is redirected to the Reset password page, and an email with a confirmation code is sent to the user's email
Jul 21 2022
Checked on dev env
Checked on dev env.
Jul 13 2022
"undefined" is displayed in the case when the user is unconfirmed and their email is not verified
Jul 12 2022
The last issue with "ghost image" is still relevant (checked on dev)
Jul 8 2022
A user created from the Cognito dashboard receives the following email. Please, check this email template.
Jun 27 2022
Jun 22 2022
"Need help?" link has been added, it leads to the "help center".
"Need help?" appears after 5 failed tries of signing in
Jun 21 2022
Jun 16 2022
Jun 15 2022
LimitExceededException: Attempt limit exceeded, please try after some time. - appears on the Forgot Password page after resending a confirmation code several times
Jun 13 2022
Another case:
- A User didn't verify an email and forgot a password.
- User call the "forgot password" with a username
Actual result:
no email comes
Jun 3 2022
Jun 2 2022
https://phabricator.wikimedia.org/T300861#7956941 (related comment)
May 31 2022
May 23 2022
May 18 2022
May 17 2022
Issues:
Sign Up form:
- Subtitle font differs with design:
- expected: font-weight: 200; font-size: 22px; line-height: 27px;
- actual: font-weight: 400; font-size: 16px; line-height: 22px;
- Username: Anna and ANNA are two different usernames.
- Username should be case insensitive
- Username can contain symbols from differents languages, different special symbols
- examples: Username+на+кириллице, ѨѨѨѨ, "ANNA", 0468+ALT+X_FDF2+ALT+X, ~!#$%^&*()?>,./\<][/*<#!–,"${code}";–>
- expected that Username should have more strict rules
- Email: test@test.com and Test@Test.com are two different email addresses in the system.
- Expected that Email should be case insensitive
- After submitting the form with invalid data(incorrect username), the CAPTCHA picture isn't updated, and after a second try to submit the form with correct data the error appears "Captcha verification failed."
- Verification Code: two emails are sent by clicking on the "Resend Code" button
May 16 2022
Apr 25 2022
Apr 22 2022
Apr 13 2022
Apr 12 2022
Mar 31 2022
Mar 29 2022
Mar 25 2022
Feb 23 2022
Feb 11 2022
Feb 8 2022
Feb 7 2022
Checked on the dev env.
Issues 1 and 2 were checked on the dev env
Feb 1 2022
- By design column for the text should be narrower than the title (I'm not sure whether it's an issue but still) https://monosnap.com/file/zTQ9b7hclbb3m3gCsy9jrL8HKvFCWG
- Image for Wikiquote is missed
Issues:
- On Safari, FF and Chrome this section looks different https://monosnap.com/file/drOeUnYp0OlRO6NtPyu2lVso6yAM5d
- If to inspect elements from Chrome dev tools, padding between picture and text is absent, by design it should be 20 px
Jan 31 2022
Jan 12 2022
Checked on prod
Checked on the dev site
Dec 29 2021
Forgot password: the case with spaces in username https://monosnap.com/file/hz0H8SDGCS1SUxYn4OJC44dc3ZHb2u
- we need to rephrase the message - "Member must satisfy regular expression pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+" is difficult for understanding
- The "Send confirmation code" button is locked (regression issue after fix of sending several emails by double click on the button)
The issue with CORS policy is reproduced for the Firehose API calls from docs
Integration of Change Password API to the dashboard accepted.
Notes:
- layout wasn't tested
- In case an incorrect Old password is entered, the server error is displayed for a user - "NotAuthorizedException: Incorrect username or password.". The more user-friendly error message can be added later after UI design is ready for implementing