legacy-knowledge-base
公開されました Jul. 2, 2025

パスワードに使用できる特殊文字を拡張する

written-by

Tibor Szucs

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • パスワードポリシーを有効にし、ユーザーがパスワードに特殊文字を使用しなければならない場合、"&"や"%"などの特定の文字が許可されていません。これらの文字をパスワードに使用しようとすると、次のようなエラーメッセージが表示されます: 

環境

  • DXP 7.0+

解決

  • 特殊文字を追加するためには、以下のプロパティに使用したい文字を追加する必要があります: 
    • passwords.passwordpolicytoolkit.validator.charset.symbols=_.!@$*=-?
    • これは、プロパティのデフォルト値です。portal-ext.propertiesで、このリストに希望の記号を追加してください
  • パスワードジェネレータを使用する場合は、このプロパティに記号または文字を追加する必要があります: 
    • passwords.passwordpolicytoolkit.generator.charset.symbols=_.!@$*=-?
      

 

did-this-article-resolve-your-issue

legacy-knowledge-base