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

Added password reset functionality #2058

Merged
merged 9 commits into from
Sep 1, 2020
Merged

Added password reset functionality #2058

merged 9 commits into from
Sep 1, 2020

Conversation

azhavoro
Copy link
Contributor

@azhavoro azhavoro commented Aug 20, 2020

resolve #1600

Added password reset functionality

Motivation and context

How has this been tested?

manual testing

Checklist

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below)
# Copyright (C) 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT

@coveralls
Copy link

coveralls commented Aug 20, 2020

Pull Request Test Coverage Report for Build 7232

  • 10 of 16 (62.5%) changed or added relevant lines in 1 file are covered.
  • 36 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.01%) to 69.662%

Changes Missing Coverage Covered Lines Changed/Added Lines %
cvat/apps/authentication/serializers.py 10 16 62.5%
Files with Coverage Reduction New Missed Lines %
src/api-implementation.js 8 76.32%
src/api.js 28 52.44%
Totals Coverage Status
Change from base Build 7219: -0.01%
Covered Lines: 11764
Relevant Lines: 16430

💛 - Coveralls

@bsekachev
Copy link
Member

@azhavoro Please, resolve some conflicts

cvat-ui/src/reducers/notifications-reducer.ts Outdated Show resolved Hide resolved
cvat-core/src/api.js Outdated Show resolved Hide resolved
cvat-ui/src/actions/auth-actions.ts Outdated Show resolved Hide resolved
cvat-ui/src/actions/auth-actions.ts Outdated Show resolved Hide resolved
cvat-ui/src/components/cvat-app.tsx Outdated Show resolved Hide resolved
<Row type='flex' justify='start' align='top'>
<Col>
<Text strong>
Already have an account?
Copy link
Member

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

...values,
uid,
token,
confirmations: [],
Copy link
Member

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?

Copy link
Contributor Author

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....

@bsekachev
Copy link
Member

LGTM, @ActiveChooN, could you please also take a look to this PR?

bsekachev
bsekachev previously approved these changes Aug 31, 2020
@bsekachev bsekachev merged commit 510191f into develop Sep 1, 2020
@bsekachev bsekachev deleted the az/reset_pass branch September 10, 2020 07:44
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.

Add ability to reset the user password.
5 participants