Im having a problem with Public Access. I have upgraded from 4.5.2 to 4.7.2 and now i cant get the public access to work.
The page still works in the 4.5.2 version, so i know it works, but now what happens is, when i try to log in it just doesnt remove the login control.
Ive tested both single user and role based, but after supplying the correct username/password i just dont get "logged in" and the login control remains visible. If i try a password that is incorrect, i get an error message, so it looks like validation takes place (No message if correct), but i just never get to the pages after "logging in".
I see no errors in application log or umbraco log.
Are you using some custom code to handle the login? If so please post it so we can see if the problem lies in the code or not. That's they only thing I can think of right now.
Hi Jan, i tried both variants, an own usercontrol used in a macro with "custom code" (which i should say is not even worth printing here, its only 1 line, and its doing nothing special, it will do later but for now its not doing anything) and with the login control straight into a template (Just like the umbraco tv example).
Any ideas where i can see a more detailed log of whats happening?
Umbraco 4.7.2 - Public Access
Hi,
Im having a problem with Public Access. I have upgraded from 4.5.2 to 4.7.2 and now i cant get the public access to work.
The page still works in the 4.5.2 version, so i know it works, but now what happens is, when i try to log in it just doesnt remove the login control.
Ive tested both single user and role based, but after supplying the correct username/password i just dont get "logged in" and the login control remains visible. If i try a password that is incorrect, i get an error message, so it looks like validation takes place (No message if correct), but i just never get to the pages after "logging in".
I see no errors in application log or umbraco log.
Has anyone seen this before?
/Keith
Hi Keith
Are you using some custom code to handle the login? If so please post it so we can see if the problem lies in the code or not. That's they only thing I can think of right now.
Looking forward to hearing from you.
/Jan
Hi Jan, i tried both variants, an own usercontrol used in a macro with "custom code" (which i should say is not even worth printing here, its only 1 line, and its doing nothing special, it will do later but for now its not doing anything) and with the login control straight into a template (Just like the umbraco tv example).
Any ideas where i can see a more detailed log of whats happening?
/Keith
Hi Keith
That's really odd - have you had a look in the umbracoLog table to see if that provides any usefull information that could be of interest?
/Jan
Hi Jan, yep i have checked in there, but see nothing. Its almost as if the whole step is bypassed?
is working on a reply...