summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorFabrizio Steiner <fabrizio.steiner@gmail.com>2017-05-07 23:10:02 +0200
committerFabrizio Steiner <fabrizio.steiner@gmail.com>2017-05-08 14:04:40 +0200
commitf2a2b34e4639e88f8d948a388a51f010212b42a3 (patch)
tree954643c654e79741bda826d9b29374f8fae0e5c9 /settings/css
parent59ee22101f228d9dec8c3930da0b12b0766a479a (diff)
downloadnextcloud-server-f2a2b34e4639e88f8d948a388a51f010212b42a3.tar.gz
nextcloud-server-f2a2b34e4639e88f8d948a388a51f010212b42a3.zip
Increase device password entropy. Use lower- and upper-case characters and digits, but exclude ambiguous characters. The number of digits has also been increased to 25.
Signed-off-by: Fabrizio Steiner <fabrizio.steiner@gmail.com>
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 0777f7e4cf4..acd8ce8e47c 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -343,7 +343,7 @@ table.nostyle td { padding: 0.2em 0; }
#new-app-login-name,
#new-app-password {
- width: 186px;
+ width: 245px;
font-family: monospace;
background-color: lightyellow;
}