diff --git a/webui/config.php b/webui/config.php index 9dbcbae..00b8476 100644 --- a/webui/config.php +++ b/webui/config.php @@ -120,6 +120,8 @@ $config['POP3_PORT'] = 995; $config['POP3_SSL'] = true; +$config['ENABLE_GOOGLE_AUTHENTICATOR'] = 1; + // enable authentication against google (disabled by default) // see http://www.mailpiler.org/en/google-apps-free.html for details diff --git a/webui/view/theme/default/templates/user/settings.tpl b/webui/view/theme/default/templates/user/settings.tpl index c1f7149..73c2107 100644 --- a/webui/view/theme/default/templates/user/settings.tpl +++ b/webui/view/theme/default/templates/user/settings.tpl @@ -92,6 +92,7 @@ +
@@ -113,6 +114,7 @@
+

 

diff --git a/webui/view/theme/mobile/templates/user/settings.tpl b/webui/view/theme/mobile/templates/user/settings.tpl index 082c616..41e4f68 100644 --- a/webui/view/theme/mobile/templates/user/settings.tpl +++ b/webui/view/theme/mobile/templates/user/settings.tpl @@ -106,6 +106,7 @@

 

+ +