Skip to content

Add user name on Credentials page#244

Merged
haseemVD merged 2 commits intomasterfrom
bug/issue-235
Dec 15, 2020
Merged

Add user name on Credentials page#244
haseemVD merged 2 commits intomasterfrom
bug/issue-235

Conversation

@haseemVD
Copy link
Copy Markdown
Contributor

@haseemVD haseemVD commented Dec 11, 2020

This PR addresses #235

Screenshot 2020-12-11 at 11 53 36 AM

@haseemVD haseemVD self-assigned this Dec 11, 2020
@haseemVD haseemVD linked an issue Dec 11, 2020 that may be closed by this pull request
2 tasks
export const CREDENTIALS = 'Credentials';
export const RESET_PASSWORD = 'Reset Password';
export const CREDENTIALS = 'User Credentials';
export const RESET_PASSWORD = 'Set password';
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Why are we making this change?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

The credentials piece doesn't only do a reset. It does the setting of the password too when the user is created.

@haseemVD haseemVD merged commit 0a30f25 into master Dec 15, 2020
@haseemVD haseemVD deleted the bug/issue-235 branch December 15, 2020 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

User credential page Updates

3 participants