Not sure this should have ever worked. It needs This: self.settings.table_user = db.users should be: self.settings.table_user_name = 'users'
Honestly I have not tested much what happens if you rename the auth_user table. Please let us know if you encouter ther problems. On May 12, 10:19 pm, Jason Brower <[email protected]> wrote: > It used to work back in the day. But it doesn't seem to be working now. > Any idea on what I would be doing wrong? > This is my model and the view is below when I try to register. As you > can see they don't go together. :/ For example, I should have university > affiliation there in the view. Any ideas what I did wrong here? > --- > Best Regards, > Jason Brower > > Screenshot.png > 117KViewDownload > > example-db.py > 2KViewDownload

