Hi,
I initialize a new py4web app from a working one with an empty mysql database.
I remove all files from database directory.
1) If I try to create a new user from the dashboard, I get the error:
Invalid field value: past_passwords_hash.
So I cannot login.
2) then if I restore the database and use existing users:
a) I cannot login using known users: invalid credentials
b) I can change the password or other fields from the dashboard BUT it is not saved in the database. Although the app can read data without troubles.
Fields can be updated from the app, but I cannot access the pasword field as I cannot login.
I find no error in the browser console.
I have this not reccurent error in the py4web output:
attempted access to fixture Session from outside a request > Thread-3 > 22:55:07.505
Any idea ?
Mamisoa