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

Login Screen Should not be Available if logged in #483

Closed
JohnONolan opened this issue Aug 21, 2013 · 3 comments · Fixed by #505
Closed

Login Screen Should not be Available if logged in #483

JohnONolan opened this issue Aug 21, 2013 · 3 comments · Fixed by #505
Labels
bug [triage] something behaving unexpectedly
Milestone

Comments

@JohnONolan
Copy link
Member

If a user is already logged in /login/ should probably just redirect to /dashboard/

Though... actually

Shouldn't the login form just appear on /ghost/ if the user is not logged in? and the admin appear on /ghost/ if the user is logged in?

@ErisDS
Copy link
Member

ErisDS commented Aug 21, 2013

So.. part 1 is a bug. If you are logged in, the login screen should be redirecting to dashboard. I'm sure that used to work :/

Part 2 (showing the login on /ghost/) is interesting, but tricky to do. I'd file it under 'things to do when everything is backbonised'

@JohnONolan
Copy link
Member Author

Cool - copying part 2 out to another issue for a later milestone. This issue is now just about fixing the redirect

@javorszky
Copy link
Contributor

Am happy to tackle this as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug [triage] something behaving unexpectedly
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants