Koozali.org: home of the SME Server
Legacy Forums => Suggestions => Topic started by: spider_01 on September 07, 2004, 07:54:11 AM
-
Is it possible to add a logout button or script to the server-manager and the user-manager? I am still running 5.6 and I really don't to upgrade yet. The only way I can break the connection now is to close my browser down. It seems really strange that there isn't one there by default.
Steve
-
in my opinion there is no need for a logout-buton.
you are loged out automatic if you close the connection.
cheers
klaus
-
Is it possible to add a logout button or script to the server-manager and the user-manager?
It's not possible, without changing the authentication scheme used by the manager. HTTP basic authentication doesn't allow the server to tell the browser to forget the credentials it is using. The only way for the browser to lose them is for the browser to be shut down.
To have what you'd want the manager would need to have session based authentication, and that's a non-trivial change.