How do i create a link in menu to login to backoffice
Hey. Is there not a way to make a login and log out link to bacoffice so that the owner of the page can log in without having to use www.mitdomain.com/umbraco, but can use a login the menu insteadt??
But when you are using /Umbraco it will redirect you to another page with the login form... So im not sure if it would work like that, but give it at try tho.
How do i create a link in menu to login to backoffice
Hey. Is there not a way to make a login and log out link to bacoffice so that the owner of the page can log in without having to use www.mitdomain.com/umbraco, but can use a login the menu insteadt??
mikkel are you still having issue?
You can just make a link with the href="/umbraco" and it should point to your backoffice.
Like this:
Hope this helps
// Mike
thanks i have try that but when user are logged in i want it to change to logout and when users are logging out i have to close sessions and so on :D
No problem, tell me if it works for you :D
But when you are using /Umbraco it will redirect you to another page with the login form... So im not sure if it would work like that, but give it at try tho.
// Mike
it works by sending me to the login page but it does not change to a logout link when user are logged in :D
Well... Im not sure you can make it log you out from the Umbraco Backoffice.
Since its a different form, and you able to logout from the Backoffice itself.
But anyways, you have made a link that will redirect the user to the Backoffice, instead of having him/her typing in "/umbraco" in the URL.
// Mike
it is very hard to find a solution for it. i think there should be a posibility to do it when some people are asking for it
is working on a reply...