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

/admin/loginHistory gets redirected #6

Closed
MtDalPizzol opened this issue Feb 3, 2016 · 2 comments
Closed

/admin/loginHistory gets redirected #6

MtDalPizzol opened this issue Feb 3, 2016 · 2 comments

Comments

@MtDalPizzol
Copy link

Hi! What a great work you shared here, thanks! I'm going to use this for my next project.

Just a question, cause I don't know if this is the expected behavior: There's a folder admin under src/app with a module which defines a route to /admin/loginHistory. When I try to reach that via the browser address bar, the app redirects to the login page then to the page where I was. Judging by the code, it seems to me that this shouldn't happen. Am I wrong?

@tarlepp
Copy link
Owner

tarlepp commented Feb 3, 2016

That part is a "bit" unfinished feature atm. Basically you need to log in with admin credentials to access that part of application. Admin credentials are following username: admin and password: adminadminadmin. And the redirection happens because you're using demo user which don't have necessary access rights to those states.

@MtDalPizzol
Copy link
Author

Awesome! I'll look at this again tonight! Thanks!

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