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

Cannot change password through custom page #630

Open
atrp opened this issue Aug 25, 2017 · 0 comments
Open

Cannot change password through custom page #630

atrp opened this issue Aug 25, 2017 · 0 comments

Comments

@atrp
Copy link

atrp commented Aug 25, 2017

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant