Hi,
it was mentioned a few weeks ago about an issue with the ubus in the FW07.09.x, not being able to login. The main difference between the two versions is that the ubus
is not populated correctly, failing to find the function login
for the object: session
.
I’m able to issue the ubus call session login '{"username": ..., "password": ....}'
but as you can see from the screenshot attached the ubus.session
doesn’t have the correct values (right hand side is the 07.09.3 and left hand side is the 07.08.2).
What file/module is updating or setting these values (It seems to me that the access_control.json
is overridden) to temporarily fix the issue?
Thanks!