04-09-2018, 07:20 PM
(This post was last modified: 04-09-2018, 07:21 PM by Tim Curtis.)
(04-09-2018, 03:26 PM)kitamura_design Wrote: Hi,
The in-place update worked fine, thanks Tim.
But I now found that '_' character (under-bar) was rejected when I tried to edit the SSID on WiFi config part.
On ver 4.0, this is allowed to be used, I think.
kitamura_design
Hi,
This is a bug :-0
I'll have to put out a 4.1 bugfix update in the next couple of weeks. If you need the fix right now then follow the procedure below.
1. Open an SSH session
2. Edit the net-config.html file using the nano editor. Page to the bottom of the file.
Code:
sudo nano /var/www/templates/net-config.htm
3. Add \_ to the pattern= statement
Code:
pattern="[A-Za-z0-9\-\_]{3,32}"
4. Ctrl-o <return> Ctrl-x to save the file.
-Tim