openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 22be2bc36bef483ffecace7503e33655cfa910d9
parent e0f26e9b7576d20480bd504bd0513b6f46eed605
Author: dankert <devnull@localhost>
Date:   Mon,  5 Nov 2007 21:42:32 +0100

Einstellungen f?r "guest login".

Diffstat:
config/security.ini.php | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/config/security.ini.php b/config/security.ini.php @@ -39,6 +39,18 @@ password= +; Guest Login +; if enabled, a named guest user is automatically logged in. +[guest] + +; enable auto-login for a guest user. +enable=false + +; Name of the guest user, who is automatically logged in. +user=guest + + + [login] ; Type of authorization. ; 'http' uses the HTTP Basic Authrization.