Versions Compared

Key

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

...

Determines the number of days that the cron log should be kept for. Reducing this will result in a smaller database, but less retention.

Blesta.reset_password_ttl

Code Block
languagephp
// Length of time that a reset password request will be valid for
Configure::set('Blesta.reset_password_ttl', '4 hours');

Determines the length of time that a password reset email link will be valid for. The link will expire after this time and must be re-requested.

Blesta.default_password_reset_value

...