Greetings,
I'm trying the techer/MULTI_USER_MODE but I encounter some issues.
With a default setup I set MULTI_USER_MODE = True in /admin/models/0.py
If I try to load the page
or
I get this
Traceback (most recent call last):
File "D:\web2py\gluon\restricted.py", line 219, in restricted
exec(ccode, environment)
File "D:\web2py\applications\admin\views\default/user.html", line 80, in <module>
TypeError: 'NoneType' object is not subscriptable
or this
Traceback (most recent call last):
File "D:\web2py\gluon\restricted.py", line 219, in restricted
exec(ccode, environment)
File "D:\web2py\applications\admin\views\default/user.html", line 59, in <module>
{{=form}}
^
IndexError: list index out of range
auth_user table is empty
I really do not see how I could register the first user and then go ahead.
If, before logging out, I switch back
MULTI_USER_MODE = True and relaod the page I can still see the right panel and on top I can see the login/register buttons
But they do not work as
Can you please help me?
Thanks and best regards