Skip to content
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

ESD-3554 - Add optional client option to password reset dialog #204

Merged
merged 1 commit into from
Jan 9, 2020

Conversation

ubenzer
Copy link
Contributor

@ubenzer ubenzer commented Jan 8, 2020

✏️ Changes

This PR introduces the client option back to the password reset dialog. It is optional.

📷 Screenshots

Before:
Screen Shot 2020-01-08 at 11 55 55 AM

After:
Screen Shot 2020-01-08 at 11 57 31 AM

PW Reset Request in the logs w/ and wo/ selecting a client:

Screen Shot 2020-01-08 at 11 38 17 AM

Two different PW reset emails due to different client chosen:

Screen Shot 2020-01-08 at 11 37 26 AM

HTTP requests to the extension w/ and wo/ selecting a client on the UI:
Screen Shot 2020-01-08 at 11 36 33 AM

Screen Shot 2020-01-08 at 11 36 50 AM

🔗 References

https://auth0team.atlassian.net/browse/ESD-3554
#200

🎯 Testing

🚫 This change has been tested in a Webtask

✅ This change has been tested locally

✅This change has unit test coverage

🚫 This change has integration test coverage

🚫 This change has been tested for performance

🚀 Deployment

✅This can be deployed any time

🎡 Rollout

In order to verify that the deployment was successful we will see the optional client selection on the PW reset modal. We'll not select a client and it'll send a pw reset email. We'll select a client and it'll send a pw reset email.

🔥 Rollback

We will rollback if we start getting 500s.

📄 Procedure

Revert the PR.

🖥 Appliance

✅ It is compatiable.

@ubenzer ubenzer self-assigned this Jan 8, 2020
Copy link
Contributor

@aarongodin aarongodin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, and works locally.

};

shouldComponentUpdate(nextProps) {
return nextProps.passwordReset !== this.props.passwordReset ||
nextProps.languageDictionary !== this.props.languageDictionary
nextProps.languageDictionary !== this.props.languageDictionary ||
// nextProps.settings !== this.props.settings ||
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean to leave this comment?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ubenzer
Copy link
Contributor Author

ubenzer commented Jan 9, 2020

@ubenzer ubenzer merged commit 17d91d2 into auth0-extensions:master Jan 9, 2020
@ubenzer ubenzer deleted the 3554 branch January 9, 2020 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants