Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthorsuthern
     

    Currently to get a 'login' prompt (using the admin plugin, default configuration) you need to visit a protected page.

    To 'logout', you have to close the browser window, and/or delete cookies.

    What about a User::logout or Admin->userLogout() function?

    •  
      CommentAuthorbermi
     

    Well, HTTP authentication does not implement real logout.

    On the latest admin plugin on th repository, you can have HTML POST based authentication

    • CommentAuthorsuthern
     

    Ahh, here is my other post on this topic. I think I'll try updating to the latest admin plugin.