0

PERFORCEのユーザーのパスワードを7文字に変更しようとしていますが、次のメッセージが表示されます。パスワードの長さは8文字以上である必要があります。

これは変更できることは知っていますが、方法がわかりません。助けてくれてありがとう!

4

1 に答える 1

1

Perforceのすべてはコマンドラインで実行できますが、ユーザーインターフェイスのファンの場合は、を起動してから、をP4Admin使用できます。これにより、4つのオプションを含むダイアログが開きます。AdministrationPassword Security Level

  • 3(チケットベースの認証が必要)
  • 2(強力なパスワードが必要)
  • 1(パスワードが必要)
  • 0(パスワードは不要)

現在のユーザーに権限がない場合は、ポップアップで警告が表示されます。

ルールが説明されているここSecurity Levels詳細に説明されています。Smeltdownのコメントで説明されているように、レベル1には「レガシーサポート」があります

Legacy support: Strong passwords are required for users of post-2003.2 Perforce applications, but existing passwords are not reset.
Pre-2003.2 Perforce applications can set passwords with p4 passwd or in the p4 user form, but password strength is not enforced.
Users with passwords can use either their P4PASSWD setting or the p4 login command for ticket-based authentication. 

レベル2の場合、サポートはそれほど柔軟ではありません。

Legacy support: All unverified strength passwords must be changed.
Users of pre-2003.2 Perforce applications cannot set passwords. Users at release 2003.2 or higher must use p4 passwd and enter their passwords at the prompt. Setting passwords with the p4 user form or the p4 passwd -O oldpass -P newpass command is prohibited.
On Windows, passwords are no longer stored in (or read from) the registry. (Storing P4PASSWD as an environment variable is supported, but passwords set with p4 set P4PASSWD are ignored.)
Users who have set strong passwords with a 2003.2 or higher Perforce application can use either their P4PASSWD setting for password-based authentication, or the p4 login command for ticket-based authentication. 
于 2012-11-16T17:03:41.070 に答える