Ticket #323 (new Bug report)
SplashOnly & Portal Template still showing 'I am not logged in'
Reported by: | frederico@… | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Not yet assigned to a Milestone |
Component: | Auth server, Authentication, permissions and access control | Version: | |
Keywords: | Cc: |
Description
I think I've found a small bug at the Portal Template of Wifidog when the node is configured to Splash-Only, no authentication (latest svn revision). When I authenticate through Wifidog, on the left menu of the portal, page, I still see a "I am not logged in" message and a link to Login, although I'm authenticated on the auth server and I can access the Internet. So, I checked auth server code and solved this issue with just altering templates/classes/MainUI_ToolContent.tpl and classes/User.php. A patch (svn diff from my local rep) is attached.
I don't know if this is the correct way of doing it, but hey, it works for me.