Skip to main content
Version: 2.0

User Logging

The user logging

LevelMessageWhen it gets writtenNotes
INFOUser sign up page calledWhen someone makes a HTTP request to the user sign up pagen/a
INFOUser reset password page calledWhen someone makes a HTTP request to the reset password pagen/a
INFOUser change password page calledWhen someone makes a HTTP request to the change password pagen/a
INFOUser confirm reset password page calledWhen someone makes a HTTP request to the confirm reset password pagen/a
INFOUser profile page calledWhen someone makes a HTTP request to the user profile pagen/a
INFOUser confirm email page calledWhen someone makes a HTTP request to the confirm email pagen/a
INFOUser login page calledWhen someone makes a HTTP request to the user login pagen/a
WARNINGNo user foundWhen someone tries to login but no user is found for the username/emailn/a
INFOUser found during login processWhen someone tries to login and the user is found for the username/email.n/a
WARNINGLogin failed because invalid passwordWhen someone tries to login but the password is incorrectn/a
WARNINGLogin failed because user is not confirmedWhen someone tries to login with the correct password but the email is not confirmedn/a
INFOPassword confimedWhen someone tries to login and the password is confirmed as validn/a
WARNINGA user has tried to reset their password with an used codeWhen someone uses an old/already used reset password linkcode is in context
WARNINGA user has tried to reset their password with an expired codeWhen someone uses a reset password link that is older than the allowed timecode is in context
INFOA user has reset their passwordWhen someone successfully resets their passwordn/a
WARNINGAttempt to reset password for an account that doesn't existWhen someone attempts to do password forgotten on a nonexistant account.n/a
INFOA user has confirmed their emailWhen a user successfully confirms their emailn/a