diff options
author | Marcel Waldvogel <marcel.waldvogel@uni-konstanz.de> | 2017-07-21 09:48:14 +0200 |
---|---|---|
committer | Marcel Waldvogel <marcel.waldvogel@uni-konstanz.de> | 2017-07-21 09:48:14 +0200 |
commit | 15c51f410e22c3b1ff577bf788d0a439985312c5 (patch) | |
tree | 5f277e6daa4142b110fcf192a2ff73c37e98f2d6 /settings | |
parent | 407a500745a5dff1b235011d29e092d48dd66d3b (diff) | |
download | nextcloud-server-15c51f410e22c3b1ff577bf788d0a439985312c5.tar.gz nextcloud-server-15c51f410e22c3b1ff577bf788d0a439985312c5.zip |
The app password avoids 1Il etc. Adapted comment accordingly
Signed-off-by: Marcel Waldvogel <marcel.waldvogel@uni-konstanz.de>
Diffstat (limited to 'settings')
-rw-r--r-- | settings/Controller/AuthSettingsController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/Controller/AuthSettingsController.php b/settings/Controller/AuthSettingsController.php index 7bb8a6654e6..d1ce567afb9 100644 --- a/settings/Controller/AuthSettingsController.php +++ b/settings/Controller/AuthSettingsController.php @@ -156,7 +156,7 @@ class AuthSettingsController extends Controller { /** * Return a 25 digit device password * - * Example: AbCdE-fGhIj-KlMnO-pQrSt-12345 + * Example: AbCdE-fGhJk-MnPqR-sTwXy-23456 * * @return string */ |