Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • createRequest.allowed
    true, if self-registration is allowed; false, otherwise.
  • password.cipher.algorithm
    Password cipher algorithm (supported values are: AES, SMD5, SHA1, SHA256, SSHA1, BCRYPT).
  • smtp.host and smtp.port
    SMTP (host and port) used to send email notifications; if authentication is needed, also smtp.username and smtp.password must be provided.
  • token.expireTime
    Double opt-in token expire time.
  • token.length
    Double opt-in token length.
  • notificationjob.cronExpression
    Cron-like expression for the notification job to run: empty string means disabled.
  • notification.maxRetries
    Maximum number of times a notification is attempted before giving up.
  • authentication.statuses
    The statuses when an user is allowed to authenticate: use | as separator with no spaces.
  • log.lastlogindate
    true, if  user user login date has to be saved upon successful authentication (default); false, otherwise.

...