We are using V3, but I need to ask…
The administrator left the company and we cant go add users or change settings because we cant login.
We have a user login PIN but not the main admin PIN.
Is there something I can do to change the PIN so I can get the system updated.
You will be able to get the admin PIN from the database. But we would need to know what version and database type you are using before I can advise the next step.
After you login to SambaPOS, double click the logo in top left of the screen, this will make the screen into a window. On the title bar of the window, it will show the version and some other info. Can you take a screenshot of that and post here please?
That’s a bit odd. Possibly it’s not an official version you have and something that has been modified (V3 is open source after all so it is quite possible).
This forum is meant for V4 and V5, however what you need to do will be same in V3 so its fine. You are using SQL Compact Edition database (CE). You will need to download “SQL Server Compact Toolbox”
The tutorial below is not related to this, but you can follow the steps how to download the tool and connect it to your SambaPOS database. Follow the steps in this tutorial from the part that says “Screen shots for exporting SQL CE data to SQL Server Express”
Expand the database tree and you should see a “Users” table. I don’t have the tool installed but if you right click the Users table you should get some options one of which will be to SELECT rows, that will display the contents. You will see the username and password for each user stored there.