-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Added password reset functionality #2058
Conversation
Pull Request Test Coverage Report for Build 7232
💛 - Coveralls |
@azhavoro Please, resolve some conflicts |
<Row type='flex' justify='start' align='top'> | ||
<Col> | ||
<Text strong> | ||
Already have an account? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose this text isn't expected here. Something like Go to login page
would be better
cvat-ui/src/components/reset-password-page/reset-password-form.tsx
Outdated
Show resolved
Hide resolved
cvat-ui/src/components/reset-password-page/reset-password-form.tsx
Outdated
Show resolved
Hide resolved
cvat-ui/src/components/reset-password-confirm-page/reset-password-confirm-page.tsx
Outdated
Show resolved
Hide resolved
...values, | ||
uid, | ||
token, | ||
confirmations: [], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need this empty array?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad, ctrl+c, ctrl+v....
cvat-ui/src/components/reset-password-confirm-page/reset-password-confirm-page.tsx
Outdated
Show resolved
Hide resolved
LGTM, @ActiveChooN, could you please also take a look to this PR? |
cvat-ui/src/components/reset-password-confirm-page/reset-password-confirm-form.tsx
Outdated
Show resolved
Hide resolved
cvat-ui/src/components/reset-password-confirm-page/reset-password-confirm-page.tsx
Outdated
Show resolved
Hide resolved
cvat-ui/src/components/reset-password-confirm-page/reset-password-confirm-form.tsx
Outdated
Show resolved
Hide resolved
…ord-confirm-form.tsx
resolve #1600
Added password reset functionality
Motivation and context
How has this been tested?
manual testing
Checklist
develop
branchcvat-core, cvat-data and cvat-ui)
License
Feel free to contact the maintainers if that's a concern.