Project

General

Profile

Bug #17524 ยป 6131.diff

Administrator Admin, 2008-11-28 17:51

View differences:

t3lib/stddb/tbl_be.php (working copy)
$TCA['be_users'] = array(
'ctrl' => $TCA['be_users']['ctrl'],
'interface' => array(
'showRecordFieldList' => 'username,usergroup,db_mountpoints,file_mountpoints,admin,options,fileoper_perms,userMods,lockToDomain,realName,email,disable,starttime,endtime'
'showRecordFieldList' => 'username,usergroup,db_mountpoints,file_mountpoints,admin,options,fileoper_perms,userMods,lockToDomain,realName,email,disable,starttime,endtime,lastlogin'
),
'columns' => array(
'username' => array(
......
),
'defaultExtras' => 'fixed-font : enable-tab',
),
'createdByAction' => array('config' => array('type' => 'passthrough'))
'createdByAction' => array(
'config' => array(
'type' => 'passthrough'
)
),
'lastlogin' => array(
'exclude' => 1,
'label' => 'LLL:EXT:lang/locallang_general.php:LGL.lastlogin',
'config' => array(
'type' => 'input',
'readOnly' => '1',
'size' => '8',
'eval' => 'date'
)
)
),
'types' => array(
'0' => array('showitem' => 'disable;;;;1-1-1, username;;;;2-2-2, password, usergroup;;;;3-3-3, realName;;;;3-3-3, email, lang,
'0' => array('showitem' => 'disable;;;;1-1-1, username;;;;2-2-2, password, usergroup;;;;3-3-3, realName;;;;3-3-3, email, lang, lastlogin;;;;1-1-1,
--div--;LLL:EXT:lang/locallang_tca.xml:be_users.tabs.rights, admin;;;;1-1-1, userMods;;;;2-2-2, allowed_languages,
--div--;LLL:EXT:lang/locallang_tca.xml:be_users.tabs.mounts_and_workspaces, workspace_perms;;;;1-1-1, db_mountpoints;;;;2-2-2, options, file_mountpoints;;;;3-3-3, fileoper_perms,
--div--;LLL:EXT:lang/locallang_tca.xml:be_users.tabs.options, lockToDomain;;;;1-1-1, disableIPlock, TSconfig;;;;2-2-2,
--div--;LLL:EXT:lang/locallang_tca.xml:be_users.tabs.access, starttime;;;;1-1-1,endtime,
--div--;LLL:EXT:lang/locallang_tca.xml:be_users.tabs.extended'
),
'1' => array('showitem' => 'disable;;;;1-1-1, username;;;;2-2-2, password, usergroup;;;;3-3-3, realName;;;;3-3-3, email, lang,
'1' => array('showitem' => 'disable;;;;1-1-1, username;;;;2-2-2, password, usergroup;;;;3-3-3, realName;;;;3-3-3, email, lang, lastlogin;;;;1-1-1,
--div--;LLL:EXT:lang/locallang_tca.xml:be_users.tabs.rights, admin;;;;1-1-1, allowed_languages;;;;2-2-2,
--div--;LLL:EXT:lang/locallang_tca.xml:be_users.tabs.mounts_and_workspaces, db_mountpoints;;;;2-2-2, options, file_mountpoints;;;;3-3-3, fileoper_perms,
--div--;LLL:EXT:lang/locallang_tca.xml:be_users.tabs.options, disableIPlock;;;;1-1-1, TSconfig;;;;2-2-2,
......
)
);
?>
?>
typo3/sysext/context_help/locallang_csh_fe_users.xml (working copy)
<label index="endtime.description">Enter the date from which the account is disabled.</label>
<label index="endtime.syntax">See &quot;Start&quot;</label>
<label index="_endtime.seeAlso">fe_users:disable,fe_users:starttime</label>
<label index="lastlogin.description">This field shows the user's last log in date.</label>
<label index="TSconfig.description">Enter additional TSconfig for the user (advanced).</label>
<label index="TSconfig.details">This field allows you to enter TypoScript style configuration values for the user. Currently there are no system defined keys. If there ever will be, they will be described in detail in the administrative documentation.
......
A typical login box (standard) on the website where frontend users can login.</label>
</languageKey>
</data>
</T3locallang>
</T3locallang>
typo3/sysext/lang/locallang_general.xml (working copy)
<label index="LGL.zip">Zipcode:</label>
<label index="LGL.country">Country:</label>
<label index="LGL.www">www:</label>
<label index="LGL.lastlogin">Last login:</label>
<label index="LGL.note">Note:</label>
<label index="LGL.parameters">Parameters:</label>
<label index="LGL.code">CODE:</label>
......
<label index="LGL.versionLabel">Versioning Label:</label>
</languageKey>
</data>
</T3locallang>
</T3locallang>
typo3/sysext/lang/locallang_csh_be_users.xml (working copy)
<label index="_endtime.seeAlso">be_users:disable,
be_users:starttime,
pages:starttime</label>
<label index="lastlogin.description">This field shows the user's last log in date.</label>
<label index="lang.description">Select the &lt;i&gt;default&lt;/i&gt; language.</label>
<label index="lang.details">This determines the language of the backend interface for the user. All mainstream parts available for regular users are available in the system language selected.
'Admin'-users however will experience that the 'Admin'-only parts of TYPO3 is in english. This includes all submodules in &quot;Tools&quot; and the Web&gt;Template module.
......
<label index="_allowed_languages.image">EXT:lang/cshimages/be_groups_18.png</label>
</languageKey>
</data>
</T3locallang>
</T3locallang>
typo3/sysext/cms/tbl_cms.php (working copy)
$TCA['fe_users'] = array(
'ctrl' => $TCA['fe_users']['ctrl'],
'interface' => array(
'showRecordFieldList' => 'username,password,usergroup,lockToDomain,name,title,company,address,zip,city,country,email,www,telephone,fax,disable,starttime,endtime'
'showRecordFieldList' => 'username,password,usergroup,lockToDomain,name,title,company,address,zip,city,country,email,www,telephone,fax,disable,starttime,endtime,lastlogin'
),
'feInterface' => $TCA['fe_users']['feInterface'],
'columns' => array(
......
'softref' => 'TSconfig'
),
'defaultExtras' => 'fixed-font : enable-tab',
),
'lastlogin' => array(
'exclude' => 1,
'label' => 'LLL:EXT:lang/locallang_general.php:LGL.lastlogin',
'config' => array(
'type' => 'input',
'readOnly' => '1',
'size' => '8',
'eval' => 'date'
)
)
),
'types' => array(
'0' => array('showitem' => '
disable,username;;;;1-1-1, password, usergroup,
disable,username;;;;1-1-1, password, usergroup, lastlogin;;;;1-1-1,
--div--;LLL:EXT:cms/locallang_tca.xml:fe_users.tabs.personelData, name;;1;;1-1-1, address, zip, city, country, telephone, fax, email, www, image;;;;2-2-2,
--div--;LLL:EXT:cms/locallang_tca.xml:fe_users.tabs.options, lockToDomain;;;;1-1-1, TSconfig;;;;2-2-2,
--div--;LLL:EXT:cms/locallang_tca.xml:fe_users.tabs.access, starttime, endtime,
......
?>
?>
    (1-1/1)