Hi,
I have been racking my brain over this one. A few days ago, I noticed that most of my users could not log back into the system after logging out.
Internal Server Error
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
That's the error they were getting. After looking for the root cause for a while I realized that someone had deleted the default and public users. This means that we cannot access the login page.
I managed to get a dump file of the res_users table from an old backup and have been trying to recreate the lost users from there. The last
Does anyone know how I can go about it?