How can I store perforce P4V password?

∥☆過路亽.° 提交于 2019-12-07 18:30:01

问题


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!


回答1:


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.



来源:https://stackoverflow.com/questions/18224301/how-can-i-store-perforce-p4v-password

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!