Reset Foris password

Is there a way to reset the password for the router’s Foris interface?

I see that the /etc/config/foris file includes a section for the password:

config config 'auth'
	option password '$p5k2$3e8$cth8w7n...'

Is it just a matter of setting this value to ''?

While I’m on the topic of password resets, how is this done with Luci?

Yes, it is possible.

https://www.turris.cz/doc/en/troubleshooting/start#forgotten_password

In SSH:

uci delete foris.auth
uci commit
1 Like