Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/set-password #8

Open
wmbutler opened this issue Jun 26, 2014 · 1 comment
Open

/set-password #8

wmbutler opened this issue Jun 26, 2014 · 1 comment

Comments

@wmbutler
Copy link

I'm using angularjs. Here is my route for set-password (taken from your github demo)

    when('/set-password', {
      templateUrl: 'partials/set-password',
      set_password: true
    }).

This is being called when I click on the email link:

https://team.adventhp.com:3000/set-password/<token_hidden>

I'm getting the error message user not authorized. Your help is greatly appreciated.

@timothyej
Copy link
Member

Hi,

Sorry for the delayed response.

Try replacing set_password: true with public: true and see if that works.

Thanks,
Timothy

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

No branches or pull requests

2 participants