Page MenuHomePhabricator

Add response to challenge
Closed, ResolvedPublic3 Estimated Story Points

Description

Add response to challenge functionality for customers who was registered from the admin panel to force them to change password.

Event Timeline

Alexander.lauie changed the task status from Open to In Progress.Jun 27 2022, 4:40 PM
Alexander.lauie set the point value for this task to 3.

Solution (thanks Alex!):
User logs in with emailed password
Screen to set new password appears

Extra:
After a couple of minutes of inaction the session expires
Show toast message “Session expired, please try again.” and redirect to login page

A user created from the Cognito dashboard receives the following email. Please, check this email template.

Hello -

Welcome to Wikimedia Enterprise! To get started using our APIs, first set up your account at https://dashboard-dv.wikipediaenterprise.org. Use the credentials below to login and create your password.

Username: {$username}

Temporary password: {$password}

If you experience troubles, please reach out to enterprise@wikimedia.org for assistance and we will follow up with you.

Best,

Wikimedia Enterprise Team

Hey @creynolds could you please take a look at the email template above. This is an email message that user receives after registration from cognito panel. It seems this should be something like this

Hi {$username}
Welcome to Wikimedia Enterprise
Your temporary password:
{$password}
<a target="_blank" href="${this.domainName}/login/">Login</a> using these credentials
Thanks
Wikimedia Enterprise Team

@Alexander.lauie I thought what @Anna.bondar had in the email template was good. We should state their username clearly like that as it isn't inherently understood that the "HI {blah}" is their username to log in with... also don't need to target blank in anchor tag inside emails.

Lena.Milenko changed the task status from In Progress to Open.Aug 9 2022, 3:52 PM