Go to the source code of this file.
$current_strength = elgg_echo('site_secret:current_strength') |
$message_type = ($strength != 'strong') ? 'error' : 'success' |
Initial value: 'value' =>
elgg_echo(
'admin:security:settings:site_secret:intro'),
])
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
Definition at line 13 of file site_secret.php.
Initial value: 'text' =>
elgg_echo(
'admin:security:settings:site_secret:regenerate'),
'href' => 'action/admin/security/regenerate_site_secret',
'confirm' => true,
'class' => 'elgg-button elgg-button-action',
])
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
Definition at line 21 of file site_secret.php.
Security settings subview - site secret.
- Since
- 3.2
Definition at line 8 of file site_secret.php.
$strength_msg = elgg_echo("site_secret:strength_msg:$strength") |
$strength_text = elgg_echo("site_secret:strength:$strength") |