Hello ty for the reply I created the auth_user table
but now I get this error when I try to access my login area
any ideas
*cheers
Traceback (most recent call last):
File "/home/www-data/web2py/gluon/restricted.py", line 188, in restricted
exec ccode in environment
File "/home/www-data/web2py/applications/Working/controllers/default.py"
<https://www.suck-o.de/admin/default/edit/Working/controllers/default.py>,
line 190, in <module>
File "/home/www-data/web2py/gluon/globals.py", line 96, in <lambda>
self._caller = lambda f: f()
File "/home/www-data/web2py/applications/Working/controllers/default.py"
<https://www.suck-o.de/admin/default/edit/Working/controllers/default.py>,
line 169, in user
return dict(form = auth())
File "/home/www-data/web2py/gluon/tools.py", line 1023, in __call__
return self.login()
File "/home/www-data/web2py/gluon/tools.py", line 1348, in login
elif 'username' in table_user.fields:
AttributeError: 'NoneType' object has no attribute 'fields'