Reputation: 9226
I have to use this software and I need to store password, because it disconnects regularly. How can I do that, there is no checkbox to save password.
Thanx a lot!
Upvotes: 2
Views: 3772
Reputation: 18145
If you are an administrator (or can convince your admin to do this), you can create a group, put yourself in it, then edit the group permissions to prevent your session from ever timing out.
In P4V group management is done via Tools->Administration->Permissions tab->Groups tab
Set the "Duration before login session times out" to "unlimited".
You can also do it from the command line:
p4 group <group name>
When the group specification opens in a text editor, set the PasswordTimeout:
property to unlimited
.
Upvotes: 2