webCOMAND

Login Package IconLogin Policy

The Login Policy content type has the following fields.

  • Identifier - Name used to identify the Login Policy from code, including the login::Constructor.
  • Title - Human-friendly name.
  • Description - Short description of the policy and how it can be used.
  • General Settings
    • System Title - Name of the system, website or app this login policy is used for.
    • Administrator Title - Name of the system, website or app administrator or team.
    • Administrator Email - Email address to contact for login issues and help.
    • Administrator Phone - Phone number to contact for login issues and help.
    • Administrator Hours - Hours of operation when the administrator will respond.
  • Controllers
    • Login - Login Controller to use to handle the login process.  For example, to validate a username and password.
    • Change - Change Controller to use to handle login credential changes.  For example, change password.
    • Reset - Reset Controller to use to handle a request to reset login credentials.  For example, reset password process.
    • Unlock - Unlock Controller to use to unlock a locked user account.
  • Models
    • Credentials - Credentials Model to set login credential requirements.  For example, required password strength, days before reset required, etc.
    • User - User Model to get and set user information.  For example, get the user by ID, Username and Email.
    • Log - Determines how login-related activity is logged and cleared.  The default Log Model logs activity to the Login Security Log.
    • Session -
    • Security Question -
    • Reset Code -
  • Notifications
    • System Lock Email -