Changeset 760 for trunk/Modules/User/User.php
- Timestamp:
- Oct 27, 2015, 12:06:52 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/User/User.php
r755 r760 192 192 'Login' => array('Type' => 'String', 'Caption' => 'Přihlašovací jméno', 'Default' => ''), 193 193 'Name' => array('Type' => 'String', 'Caption' => 'Celé jméno', 'Default' => ''), 194 'Salt' => array('Type' => 'RandomHash', 'Caption' => 'Sůl', 'Default' => '' ),195 'Password' => array('Type' => 'Password', 'Caption' => 'Heslo', 'Default' => '', 'Method' => 'DoubleSHA1' ),194 'Salt' => array('Type' => 'RandomHash', 'Caption' => 'Sůl', 'Default' => '', 'NotInList' => true), 195 'Password' => array('Type' => 'Password', 'Caption' => 'Heslo', 'Default' => '', 'Method' => 'DoubleSHA1', 'NotInList' => true), 196 196 'Email' => array('Type' => 'String', 'Caption' => 'E-mail', 'Default' => ''), 197 197 'LastIpAddress' => array('Type' => 'IPv4Address', 'Caption' => 'Poslední IP adresa', 'Default' => '', 'ReadOnly' => true),
Note:
See TracChangeset
for help on using the changeset viewer.