legacy-knowledge-base
公開されました Jun. 30, 2025

パスワードリセット後、画面が真っ白になる

written-by

Dia Seung

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

問題

  • ユーザーパスワードをリセットすると、真っ白な画面 (with url http://localhost:8080/c) が表示されます。
  • パスワードリセット後に期待される動作は、A) Liferayのホームページに正常にリダイレクトされ、B) ログインしたままになることです。
    • しかし、DXP 7.4 u50(およびそれ以下)で、portal-ext.propertiesに session.enable.phishing.protection=false を設定すると、パスワードリセット後にユーザーが空白ページにリダイレクトされるようになりました。
    • DXP 7.4 u51 以降で session.enable.phishing.protection=false の場合、Liferay ホームページへの再ルーティングは成功しますが、ユーザーはログアウトしてしまいます。

Environment

  • DXP 7.4

解決策

  • DXP 7.4 の portal-ext.properties で session.enable.phishing.protection プロパティを false に設定した場合、PasswordModifiedFilter で passwordModifiedDate と現在のセッションの作成日が異なるためにセッションが無効化される。 この不具合は、 LPS-182143 によって解決されました。修正を含むより新しいUpdateリリースに更新するか、修正を含むHotfixをサポートまでご連絡ください。
  • 有効な回避策としては、portal-ext.propertiesで session.enable.phishing.protection=true を代わりに設定することでしょう。

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base