
Masking Credit Cards
on Receipts
Question:
How do you recover a cashier password if it has been forgotten?
Solution:
If you cannot log on to start Store Operations Manager and you can't change/remember the password for a specific cashier, run the following script in Store Operations Administrator:
- Using Query Analyzer, connect to your database by clicking File and then clicking Connect.
- In the Query window, type the following script and then click Execute Query:
Select * from Cashier
- The cashier's user ID will be in the Number column. The cashier's password will be in the Password column.
|