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

User_loginDateとlastLoginDateの相違点

written-by

Mariano Alvaro

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

問題

  • User_.loginDateUser_.lastLoginDate は、どちらも似たようなフィールドのように見えますが、微妙に違っていますね。

Environment

  • Liferay DXP

解決策

  • 最終ログイン日は、以下のプロパティで設定可能です:
 #
# Set this to true to record last login information for a user.
#
# Env: LIFERAY_USERS_PERIOD_UPDATE_PERIOD_LAST_PERIOD_LOGIN
#
users.update.last.login=true

  • 両フィールドが掲げるもの:
    • loginDate: 現在の最終ログイン日情報を保存します。
    • lastLoginDate: ユーザーの初回ログイン時に保存される場合 loginDate. ユーザーが複数回ログインしている場合、最後の loginDate の次(現在のログインの前)を保存します。

did-this-article-resolve-your-issue

legacy-knowledge-base