Login and Password Reset
This topic explains the following logs generated when:
- a user logs in to the system
- a user logs out from the system
- a user resets the password
The table shown in this article is categorized by log level/action.
Viewing Audit Logs
Notice
This section describes the audit logs whose level is "Notice".
reset password
Audit logs whose action is "reset password" are shown below.
The module is "Authentication".
Actions Taken | Contents of "Result" | Contents of "Complement" |
---|---|---|
Opened the URL included in the password reset e-mail and reset the password | SUCCESS |
|
send password reset mail
Audit logs whose action is "send password reset mail" are shown below.
In these logs, the module is "Authentication".
Actions Taken | Contents of "Result" | Contents of "Complement" |
---|---|---|
Sent a password reset e-mail | SUCCESS |
|
Sent a password reset e-mail | FAILED |
|
Information
This section describes the audit logs whose level is "Information".
login
Audit logs whose action is "login" are shown below.
In these logs, the module is "Authentication".
Actions Taken | Contents of "Result" | Contents of "Complement" |
---|---|---|
Logged in using password authentication | SUCCESS | |
Failed to log in using password authentication | FAILED | Login Name |
login API(%s)
Audit logs whose action is "login API(%s)" are shown below.
The module is "Authentication".
Actions Taken | Contents of "Result" | Contents of "Complement" |
---|---|---|
Failed to perform password authentication of API | FAILED | Login Name |
login (SAML)
Audit logs whose action is "login (SAML)" are shown below.
In these logs, the module is "Authentication".
Actions Taken | Contents of "Result" | Contents of "Complement" |
---|---|---|
Logged in using SAML authentication | SUCCESS | |
Failed to log in using SAML authentication | FAILED |
logout
Audit logs whose action is "logout" are shown below.
The module is "Authentication".
Actions Taken | Contents of "Result" | Contents of "Complement" |
---|---|---|
The user who had logged in using password authentication logged out | SUCCESS |
logout (SAML)
Audit logs whose action is "logout (SAML)" are shown below.
The module is "Authentication".
Actions Taken | Contents of "Result" | Contents of "Complement" |
---|---|---|
The user who had logged in using SAML authentication logged out | SUCCESS |
change password
Audit logs whose action is "change password" are shown below.
In these logs, the module is "User Profile"
Actions Taken | Contents of "Result" | Contents of "Complement" |
---|---|---|
The user changed the password | SUCCESS |
|