openrat-cms

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

commit 5c985cf6ff4f23d603aa7f2069f065b68b5e5b33
parent 2142db67b43800eb001d02bab35a827d89e010d1
Author: dankert <devnull@localhost>
Date:   Wed, 24 Oct 2007 23:00:06 +0200

Neue Einstellung "update_user" f?r Open-Id.

Diffstat:
config/security.ini.php | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/config/security.ini.php b/config/security.ini.php @@ -156,19 +156,21 @@ add=true ;logo_url= logo_url="http://openid.net/login-bg.gif" - ; Trust-Root ; URL-Prefix in which your OpenRat installations are running. ; default=<empty> ;trust_root=http://your.server.example/openrat/ trust_root= - ; Trustful servers ; Default='' (all) ;trusted_server=openid1.example.com,openid2.example.com trusted_server= +; Should Users fullname and e-mail updated from the OpenId-Server? +update_user=true + + ; Single Sign-on ; These settings are an example for checking login against "PhpMyAdmin".