Skip to content
This repository was archived by the owner on Mar 9, 2020. It is now read-only.
This repository was archived by the owner on Mar 9, 2020. It is now read-only.

Feature/ForgotPassword #86

@kimlisa

Description

@kimlisa

Description

As a developer, I want to provide the service to remake passwords for users who forgot their password at login. The user will have to provide the email that they signed up with, and a verification link for request to change password is sent to provided email to verify that email belongs to the user.

Story Points

3

Definitions of Done

  • Service receives users email
  • Service looks up users email in user_svc.accounts (emails are unique)
  • Service generates a verification link for request to change password
  • Service sends out email to received email
  • Unit tested
  • Integration tested

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions