From 42da95ad7fffaa00bee377eceec7026a4360a20a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Sat, 21 Jan 2017 15:19:32 +0100 Subject: [PATCH] Issue #41. Adding password requirements to initial password page --- code/html/password.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/html/password.html b/code/html/password.html index ebb35459..36ea2fb3 100644 --- a/code/html/password.html +++ b/code/html/password.html @@ -39,6 +39,10 @@
+
 
+
+ The administrator password is used to access this web interface (user 'admin'), but also to connect to the device when in AP mode or to flash a new firmware over-the-air (OTA).
+ It should have at least eight characters (letters, numbers or the underscore) and at least one number, one lowercase and one uppercase letter.