-
+
+
2FAuth – v{{ $2fauth.version }}
+
+
+
+
+ -
+
+ {{ $t('settings.settings') }}
+
+
+
+ -
+
+ {{ $t('admin.admin_panel') }}
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
{{ $t('settings.settings') }}
+
-
{{ $t('admin.admin') }}
+
-
diff --git a/resources/js/views/settings/Options.vue b/resources/js/views/settings/Options.vue
index 6da8112c9..c5a091573 100644
--- a/resources/js/views/settings/Options.vue
+++ b/resources/js/views/settings/Options.vue
@@ -147,6 +147,8 @@
savePreference('clearSearchOnCopy', val)" fieldName="clearSearchOnCopy" label="settings.forms.clear_search_on_copy.label" help="settings.forms.clear_search_on_copy.help" />
savePreference('sortCaseSensitive', val)" fieldName="sortCaseSensitive" label="settings.forms.sort_case_sensitive.label" help="settings.forms.sort_case_sensitive.help" />
+
+ savePreference('showEmailInFooter', val)" fieldName="showEmailInFooter" label="settings.forms.show_email_in_footer.label" help="settings.forms.show_email_in_footer.help" />
{{ $t('groups.groups') }}
diff --git a/resources/lang/en/admin.php b/resources/lang/en/admin.php
index 95ca2500e..584e5cbb8 100644
--- a/resources/lang/en/admin.php
+++ b/resources/lang/en/admin.php
@@ -14,6 +14,7 @@
*/
'admin' => 'Admin',
+ 'admin_panel' => 'Admin panel',
'app_setup' => 'App setup',
'auth' => 'Auth',
'registrations' => 'Registrations',
diff --git a/resources/lang/en/settings.php b/resources/lang/en/settings.php
index a34899353..811c4b416 100644
--- a/resources/lang/en/settings.php
+++ b/resources/lang/en/settings.php
@@ -114,7 +114,7 @@
'automatic' => 'Auto',
'show_accounts_icons' => [
'label' => 'Show icons',
- 'help' => 'Show icons accounts in the main view'
+ 'help' => 'Show account icons in the main view'
],
'get_official_icons' => [
'label' => 'Get official icons',
@@ -160,6 +160,10 @@
'label' => 'On failed login',
'help' => 'Get an email each time an attempt to connect to your 2FAuth account fails'
],
+ 'show_email_in_footer' => [
+ 'label' => 'Show email in footer',
+ 'help' => 'Display the logged-in user\'s email in the footer instead of direct navigation links. The links are then available in a menu behind a click/tap on the email address.'
+ ],
'otp_generation_on_request' => 'After a click/tap',
'otp_generation_on_request_legend' => 'Alone, in its own view',
'otp_generation_on_request_title' => 'Click an account to get a password in a dedicated view',