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

feat(ums): reset user's password #143

Merged
merged 3 commits into from Mar 5, 2020
Merged

Conversation

marlosin
Copy link
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our conventions
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[X] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[X] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

In order to change an user's password, the user should know the current one.

What is the new behavior?

Now it's possible to reset an user's password with two steps, first request the reset, then with token change to a new password.

Does this PR introduce a breaking change?

[ ] Yes
[X] No

@marlosin marlosin added the feature New feature is introduced label Jan 22, 2020
@marlosin marlosin self-assigned this Jan 22, 2020
extra_docs/ums/README.md Outdated Show resolved Hide resolved
@marlosin marlosin merged commit cf0e4a6 into master Mar 5, 2020
@marlosin marlosin deleted the feature/ums-reset-password branch March 5, 2020 16:34
miss-tique pushed a commit that referenced this pull request Mar 5, 2020
# [4.8.0](v4.7.0...v4.8.0) (2020-03-05)

### Features

* **ums:** reset user's password ([#143](#143)) ([cf0e4a6](cf0e4a6))
@miss-tique
Copy link

🎉 This PR is included in version 4.8.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature is introduced released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants