Why is my username saved?
Last updated June 13, 2024
The PaperCut User Client has the ability to remember your identity when using an Unauthenticated Computer such as a Laptop or Workgroup machine. This makes it quick and easy to see your balance.
If however there are multiple users for the machine, you may wish the client to not store this username. This is done by using the âneverrequestidentityâ option either via the command line pc-client-local-cache.exe --neverrequestidentity
or via the config.properties
file and changing #neverrequestidentity=Y
to neverrequestidentity=Y
by removing the â#â from the start of the line.
Clearing the saved username
âBut I already saved the username! How can I clear the saved details?â
It depends on whether the username being saved is the âIdentityâ username, or whether the login is being saved as part of the âAuthenticationâ username. Itâs worth taking a look through Identity vs Authentication if youâre not sure. Thereâs also some handy screenshots of the two different dialogs there.
If your username is getting saved because youâve saved the âIdentityâ of the user
If you check the âRemember my identityâ checkbox, the username will be saved to the following file. Simply remove the file and restart the client and youâre good to go again.
- Windows 10 (and 7) -
C:\Users\[username]\pc-client.properties
- Windows (older versions) -
C:\Documents and Settings\[username]\pc-client.properties
- Mac -
/Users/[username]/Library/Preferences/PCClient/config.properties
If your username is getting saved because youâve requested that PaperCut remember the Authentication of the user
If you select âAlwaysâ as the option in the âRememberâ dropdown, the username will be saved in a cookie along with the authentication. Simply remove that file and restart the client and youâre good to go again.
- Windows 10 (and 7) -
C:\Users\[username]\pc-auth.cookie
- Windows (older versions) -
C:\Documents and Settings\[username]\pc-auth.cookie
- Mac -
/Users/[username]/Library/Preferences/PCClient/pc-auth.cookie
NOTE: If youâre finding that the âAlwaysâ option is not working (i.e. youâre finding that after restarting the workstation youâre getting prompted for authorisation again) - make sure that the config key client.config.auth.ttl-values
under Options â Actions â Config Editor, contains the â2
option. For security reasons, if â2 is not a valid TTL value on the server side, it will not be honoured on the client side.
Categories: Troubleshooting Articles , Authentication , User Client
Keywords: identity , save , security , always remember , login , delete identity , cached credentials
Comments