aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/info
diff options
context:
space:
mode:
authorDhruv Goel <dhruv.goel92@gmail.com>2012-03-31 00:16:28 +0530
committerDhruv Goel <dhruv.goel92@gmail.com>2012-05-17 14:02:12 +0530
commit5ce46cc9603ccc153bf26168b18afee0f3b645af (patch)
treed349698b51a4060b3e56a10efbdc9f74da6b6c02 /phpBB/includes/ucp/info
parent1d0607cbb31865b5128a1a2b92b415386aee0788 (diff)
downloadforums-5ce46cc9603ccc153bf26168b18afee0f3b645af.tar
forums-5ce46cc9603ccc153bf26168b18afee0f3b645af.tar.gz
forums-5ce46cc9603ccc153bf26168b18afee0f3b645af.tar.bz2
forums-5ce46cc9603ccc153bf26168b18afee0f3b645af.tar.xz
forums-5ce46cc9603ccc153bf26168b18afee0f3b645af.zip
[feature/delete-auto-logins] User can view/delete auto logins.
User has an extra option in UCP->Profile to view the auto logins and clear them. PHPBB3-9647
Diffstat (limited to 'phpBB/includes/ucp/info')
-rw-r--r--phpBB/includes/ucp/info/ucp_profile.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/ucp/info/ucp_profile.php b/phpBB/includes/ucp/info/ucp_profile.php
index 09c0318de9..968538a178 100644
--- a/phpBB/includes/ucp/info/ucp_profile.php
+++ b/phpBB/includes/ucp/info/ucp_profile.php
@@ -23,6 +23,7 @@ class ucp_profile_info
'signature' => array('title' => 'UCP_PROFILE_SIGNATURE', 'auth' => '', 'cat' => array('UCP_PROFILE')),
'avatar' => array('title' => 'UCP_PROFILE_AVATAR', 'auth' => 'cfg_allow_avatar && (cfg_allow_avatar_local || cfg_allow_avatar_remote || cfg_allow_avatar_upload || cfg_allow_avatar_remote_upload)', 'cat' => array('UCP_PROFILE')),
'reg_details' => array('title' => 'UCP_PROFILE_REG_DETAILS', 'auth' => '', 'cat' => array('UCP_PROFILE')),
+ 'autologin_keys'=> array('title' => 'UCP_PROFILE_AUTOLOGIN_KEYS', 'auth' => '', 'cat' => array('UCP_PROFILE')),
),
);
}