]> source.dussan.org Git - nextcloud-server.git/commit
Increase device password entropy. Use lower- and upper-case characters and digits... 4727/head
authorFabrizio Steiner <fabrizio.steiner@gmail.com>
Sun, 7 May 2017 21:10:02 +0000 (23:10 +0200)
committerFabrizio Steiner <fabrizio.steiner@gmail.com>
Mon, 8 May 2017 12:04:40 +0000 (14:04 +0200)
commitf2a2b34e4639e88f8d948a388a51f010212b42a3
tree954643c654e79741bda826d9b29374f8fae0e5c9
parent59ee22101f228d9dec8c3930da0b12b0766a479a
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>
lib/public/Security/ISecureRandom.php
settings/Controller/AuthSettingsController.php
settings/css/settings.css
tests/Settings/Controller/AuthSettingsControllerTest.php