Forcibly Removing and Triggering a User Registration
- 26 Jan 2025
- 1 Minute to read
- Print
- DarkLight
- PDF
Forcibly Removing and Triggering a User Registration
- Updated on 26 Jan 2025
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Question:
How do I forcibly remove a user registration and trigger the Sentry Print Setup Guide to re-request the user login?
Answer:
Environment:
- Sentry Print
- User Authentication Provider type: Email and OpenID.
Windows:
- Browse to C:\Users\{username}\AppData\Roaming\PrintScout
- Delete the UserIdentities.dat file
- Open Windows Services console.
- Restart Pharos Systems Print Scout Spooler Service.
- The user will be prompted to login again upon the next use of Secure Queue.
MacOS:
- Click on the magnify glass icon located on the upper right corner of the top menu bar.
- Type ~/.printscout and press Enter
- Delete the UserIdentities.dat file.
- Open Terminal and type the commands shown below to stop and start com.pharos.SpoolerService.
sudo launchctl stop com.pharos.SpoolerService
sudo launchctl start com.pharos.SpoolerService - The user will be prompted to login again upon the next use of Secure Queue.
Linux:
- Open terminal and type the below command to delete the tokens.json file located within ~/.printscout.
execute rm ~/.printscout/tokens.json - The user will be prompted to login again upon the next use of Secure Queue.
Was this article helpful?