From: Jan-Christoph Borchardt Date: Fri, 8 Feb 2013 12:37:57 +0000 (+0100) Subject: improve and shorten security warning, add link to docs, fix #1342 X-Git-Tag: v5.0.0alpha1~74^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a26e66b232990ad6d767c821dc362e0453af6d62;p=nextcloud-server.git improve and shorten security warning, add link to docs, fix #1342 --- diff --git a/core/css/styles.css b/core/css/styles.css index cefab2d49ff..fd74ffc5981 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -210,6 +210,7 @@ fieldset.warning { border-radius:5px; } fieldset.warning legend { color:#b94a48 !important; } +fieldset.warning a { color:#b94a48 !important; font-weight:bold; } /* Alternative Logins */ #alternative-logins legend { margin-bottom:10px; } diff --git a/core/templates/installation.php b/core/templates/installation.php index f3d232b637e..360be496463 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -29,7 +29,8 @@
t('Security Warning');?> - t('Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root.');?> +

t('Your data directory and files are probably accessible from the internet because the .htaccess file does not work.');?>
+ t('For information how to properly configure your server, please see the documentation.');?>