John Hirbour wrote:
>
> The one thing that I've found missing is a a logout button.
> If you admining the remotely via the gooey (GUI LOL) there is
> no logout button to expire your password.
Since the server-manager doesn't retain your password, it can't expire it.
We use http basic authentication, and your browser is retaining the password
so that you don't have to retype it for every page load. Exiting the browser
will make the browser forget it for all browsers I'm familiar with; yours might
also have a way to forget basic-auth credentials for a specific site, but you'd
have to check your browser documentation.
Cheers,
--Rich