18.07.2023, 14:39
Hello,
I activated authentication to access Apps screen and User folder using the 3 following lines of code in Lua :
The problem is that, after running these 3 lines of code, I can't login again to my LogicMachine, either by using the current password, either by using the default password.
The only fix is to physically turn off the LM and then turning it on again.
Is there any fix?
I activated authentication to access Apps screen and User folder using the 3 following lines of code in Lua :
Code:
uci.set('genohm-scada', 'core', 'appsauth', 1)
uci.set('genohm-scada', 'core', 'userauth', 1)
uci.commit('genohm-scada')
The problem is that, after running these 3 lines of code, I can't login again to my LogicMachine, either by using the current password, either by using the default password.
The only fix is to physically turn off the LM and then turning it on again.
Is there any fix?