Hello @francoisjacquet , What would happen if the main admin of the system forgot his password, and he did't setup any thing to change his password. how can he fix this issue
Thank you
Hello Hirama666
You have two options in this case. Either you have another admin account. Go to the main admin User Info screen and reset his password. Or you can edit the PostgreSQL staff table and reset the password. The 'admin' password hash is here https://gitlab.com/francoisjacquet/rosariosis/-/blob/mobile/rosariosis.sql#L2092
staff
Hello @francoisjacquet Please where i can find PostgreSQL staff table ? What is the exact line that we should change to create the Administrator username & password Thank you
Hello Hirama666 You can access the PostgreSQL tables from phpPgAdmin, it should be available on cPanel or Adminer, it is a single PHP file you can upload. Edit: I have updated the link where you can find the admin password hash.
Hello i was able to find it i mean the password hash. ( after loosing the password ) Then i've created a hash password, and nothing happened. Please HELP