Page 2 of 2

new install not remembering password/login

Posted: 07 Jan 2022, 21:31
by Ed_P
In my script to backup my Portus changes I have this section:

Code: Select all

#                  -- Network files --
#                  touch /var/lib/dhcpcd/dhcpd.leases
cp -a --parents    /etc/NetworkManager/system-connections/*       /tmp/mod/
cp -a --parents    /var/run/NetworkManager/*                      /tmp/mod/
cp -a --parents    /var/lib/dhcpcd/*                              /tmp/mod/
cp -a --parents    /etc/hosts                                     /tmp/mod/
I believe the touch command only needs to be done one time which is why I have it commented out.

new install not remembering password/login

Posted: 08 Jan 2022, 08:09
by fanthom
Guys,

Kiosk is locked down so none of your advice will work.

IMO: this is a webpage issue (could be an incompatibility with certain browser version) and not a kiosk system problem.

Thanks

new install not remembering password/login

Posted: 08 Jan 2022, 17:39
by aaamoeder
I've tried using firefox, and although the password is working there, the website the kiosk serves becomes unusable slow

new install not remembering password/login

Posted: 01 Feb 2022, 19:16
by fanthom
@aaamoeder

I have just fixed one "persistence + Chrome" related problem. Maybe it was the one which you were reporting.

Please download ISO 5.3.0 and check if your webpage saves the password now.


Thanks