Skip to content

Add a email address change workflow #7152

Open
@mtrezza

Description

@mtrezza

New Feature / Enhancement Checklist

Current Limitation

Currently there is not built-in workflow for changing an email address like there is for email verification or password reset.

Feature / Enhancement Description

Adding a built-in workflow for changing the email address can leverage the already existing mechanisms for email verification / password reset.

Example Use Case

  1. User requests to change the email.
  2. Parse Server sends email to old email address.
  3. User opens email link and gets to website to enter a new email address.
  4. Parse Server changes email address in DB and sends confirmation email to old and new email address.

Alternatives / Workarounds

Manually implementing a workflow.

3rd Party References

(none)

Note

Before anyone starts to work on a PR, it makes sense to wait until the new PagesRouter is merged where this kind of workflow is easier to implement. In addition, any implementation in the current PublicAPIRouter will become obsolete once the PagesRouter goes out of experimental state - which should be fairly soon.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:featureNew feature or improvement of existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions