20-06-2024 10:05 AM - edited 20-06-2024 10:09 AM
I got my (second) Smart Hub Plus last week, and one of the first things I did was change the admin password, saving the new password in my password manager.
Slightly surprised when trying to log in to the hub manager this morning to discover that the password wasn't recognised… it seems that despite suggesting that the password can be up to 64 characters, the password field on the login form has a max length of 20 characters, so there was no way of entering the 30 character password.
Fortunately I could use the browser dev tools to remove the restriction on the field length, but I really shouldn't have to do that.
20-06-2024 10:15 AM
8 - 63 chars. It tells you what conditions hold to have a secure pwd.
20-06-2024 10:36 AM
I answered your original empty post by responding about the WiFi pwd.
It seems you are right about the length of the admin pwd.
20-06-2024 10:41 AM
I know it recommends 8-64 characters, but there's a limit on the field when you try to use it.
21-06-2024 03:05 PM
Hi @paul_edwin,
Thanks for bringing this to our attention. We'll raise this with the necessary team for improvement.
Cheers
David
29-06-2024 07:11 PM
Same issues here. I received my router earlier in the year and ended up resetting it as I'd set a strong password, but couldn't log in.
01-07-2024 11:25 AM
I got around the restriction by using the browser dev tools to remove the maxlength attribute from the <input> element, but you probably shouldn't mess around with that unless you know what you're doing. 🤓