Differential D23 Diff 62 /home/gleb/workspace/intechnic.com/in-portal-5.2.x/core/units/users/users_config.php
Changeset View
Changeset View
Standalone View
Standalone View
/home/gleb/workspace/intechnic.com/in-portal-5.2.x/core/units/users/users_config.php
Show First 20 Lines • Show All 56 Lines • ▼ Show 20 Line(s) | |||||
'HookToEvent' => Array ('OnAfterConfigRead'), | 'HookToEvent' => Array ('OnAfterConfigRead'), | ||||
'DoPrefix' => '', | 'DoPrefix' => '', | ||||
'DoSpecial' => '*', | 'DoSpecial' => '*', | ||||
'DoEvent' => 'OnCloneSubItem', | 'DoEvent' => 'OnCloneSubItem', | ||||
), | ), | ||||
// Captcha processing | // Captcha processing | ||||
Array ( | Array ( | ||||
'Mode' => hAFTER, | 'Mode' => hBEFORE, | ||||
'Conditional' => false, | 'Conditional' => false, | ||||
'HookToPrefix' => '', | 'HookToPrefix' => '', | ||||
'HookToSpecial' => '*', | 'HookToSpecial' => '*', | ||||
'HookToEvent' => Array('OnAfterConfigRead'), | 'HookToEvent' => Array('OnAfterConfigRead'), | ||||
'DoPrefix' => 'captcha', | 'DoPrefix' => 'captcha', | ||||
'DoSpecial' => '*', | 'DoSpecial' => '*', | ||||
'DoEvent' => 'OnPrepareCaptcha', | 'DoEvent' => 'OnPrepareCaptcha', | ||||
), | ), | ||||
▲ Show 20 Lines • Show All 583 Lines • ▼ Show 20 Line(s) | |||||
'CreatedOn' => Array ('filter_block' => 'grid_date_range_filter', 'width' => 100), | 'CreatedOn' => Array ('filter_block' => 'grid_date_range_filter', 'width' => 100), | ||||
'Modified' => Array ('filter_block' => 'grid_date_range_filter', 'width' => 100), | 'Modified' => Array ('filter_block' => 'grid_date_range_filter', 'width' => 100), | ||||
'IPAddress' => Array ('filter_block' => 'grid_like_filter', 'width' => 100, 'hidden' => 1), | 'IPAddress' => Array ('filter_block' => 'grid_like_filter', 'width' => 100, 'hidden' => 1), | ||||
'EmailVerified' => Array ('filter_block' => 'grid_options_filter', 'width' => 100, 'hidden' => 1), | 'EmailVerified' => Array ('filter_block' => 'grid_options_filter', 'width' => 100, 'hidden' => 1), | ||||
), | ), | ||||
), | ), | ||||
), | ), | ||||
); | ); | ||||
No newline at end of file |