Add suggest_guest option to display login banner offering Guest acct

This commit is contained in:
Oliver Gorwits
2013-08-23 11:20:57 +01:00
parent 351617fcdc
commit 834b765150
3 changed files with 14 additions and 0 deletions

View File

@@ -95,6 +95,13 @@ database:
netdisco=> update users set port_control = true where username = 'guest';
netdisco=> update users set admin = true where username = 'guest';
=head3 C<suggest_guest>
Value: Boolean. Default: C<false>.
Enable this to display a banner suggesting to log in with a guest account.
The username and password of this account must both be "guest".
=head3 C<trust_remote_user>
Value: Boolean. Default: C<false>.