Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Cannot change password through custom page #630

@atrp

Description

@atrp

Hello,

We are trying to change the password for Okta users using a custom page.

        changePassword: {
            enabled: true,
            uri: "/api/change",
            view: __dirname + "/views/change-password.jade",
            nextUri: "/api/login?status=reset",
            errorUri: "/api/forgot?status=invalid_sptoken"
        },

However, when we reach the change password page (/api/change?sptoken=85YPx2dUcG2f7XHb0lHO), after we input the password twice and click login it just redirects to the same page and does no change the password.

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions