Skip to content

Reset Password uses the 'public' form for both CMS admins and public users #697

Open
@peakpg

Description

@peakpg

The generated link for reseting the passwords sends the same URL regardless of whether users are requesting it from:

  • /forgot-password
  • /cms/users/password/new

Ideally, the correct path would be sent depending on which controller was being used. The issue is that in both cases the Devise::Mailer is being used to generate the email and it uses the same view.

The fix would have to use a slightly different view for both.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions