Changeset 605 for trunk/Modules/User/User.php
- Timestamp:
- Dec 8, 2013, 4:38:25 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/User/User.php
r594 r605 511 511 'Password' => array('Type' => 'Password', 'Caption' => 'Heslo', 'Default' => '', 'Method' => 'DoubleSHA1'), 512 512 'Email' => array('Type' => 'String', 'Caption' => 'E-mail', 'Default' => ''), 513 'LastIpAddress' => array('Type' => ' String', 'Caption' => 'Poslední IP adresa', 'Default' => '', 'ReadOnly' => true),513 'LastIpAddress' => array('Type' => 'IPv4Address', 'Caption' => 'Poslední IP adresa', 'Default' => '', 'ReadOnly' => true), 514 514 'LastLoginTime' => array('Type' => 'DateTime', 'Caption' => 'Poslední čas přihlášení', 'Default' => '', 'ReadOnly' => true), 515 515 'RegistrationTime' => array('Type' => 'DateTime', 'Caption' => 'Čas registrace', 'Default' => ''),
Note:
See TracChangeset
for help on using the changeset viewer.