From c53519bf27504ea0b82398d64dceaf5c64aa8659 Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 16 May 2011 08:04:06 +0000 Subject: - Remove acl_username_realm option, use realm auto-detection git-svn-id: https://svn.roundcube.net/trunk@4773 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/acl/config.inc.php.dist | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/acl/config.inc.php.dist') diff --git a/plugins/acl/config.inc.php.dist b/plugins/acl/config.inc.php.dist index 6cb3093f3..4ced35861 100644 --- a/plugins/acl/config.inc.php.dist +++ b/plugins/acl/config.inc.php.dist @@ -5,9 +5,4 @@ // In simple mode access rights are grouped into four groups: read, write, delete, full $rcmail_config['acl_advanced_mode'] = false; -// Username realm -// When user enters a username without domain part, realm -// alows to add it to the username (and display correct username in the table) -$rcmail_config['acl_username_realm'] = ''; - ?> -- cgit v1.2.3