Why disable "Logout" button?

3 posts / 0 new
Last post
#1 Thu, 06/18/2009 - 21:13
gozillamonster

Why disable "Logout" button?

Hi,

Why the "Logout" button will be disabled when configuring usermin with proxy on "left.cgi"?

Is there any error will be caused and so disable such logout feature on usermin of virtualmin?

Thanks!!

Fri, 06/19/2009 - 03:20
Joe
Joe's picture

Are you also using Basic HTTP authentication rather than session authentication? This leads to a "Change User" button instead of a "Logout" button, because there's no session to reset (and all that can be done is to popup a new auth window or serve a permission denied error).

--

Check out the forum guidelines!

Wed, 06/24/2009 - 08:36 (Reply to #2)
gozillamonster

I'm using usermin via proxy as the following link. http://www.webmin.com/uapache.html

1.Make sure mod_proxy is installed on your Apache webserver.

2.Add a virtual host to your Apache configuration file like: ServerName usermin.yourdomain.com ProxyPass / http://localhost:20000/ ProxyPassReverse / http://localhost:20000/

There isn't any "logout" & "change user" button.

Topic locked