mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-26 00:30:45 -05:00
25 lines
640 B
PHP
25 lines
640 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
'tabs' => [
|
|
'security' => [
|
|
'title' => 'anomaly.module.users::tab.security',
|
|
'fields' => [
|
|
'login',
|
|
'activation_mode',
|
|
'password_length',
|
|
'password_requirements',
|
|
],
|
|
],
|
|
'notifications' => [
|
|
'title' => 'anomaly.module.users::tab.notifications',
|
|
'fields' => [
|
|
'new_user_notification',
|
|
'pending_user_notification',
|
|
],
|
|
],
|
|
],
|
|
],
|
|
];
|