SproutCMS

This is the code documentation for the SproutCMS project

function logHitSuccess()

Log a successful hit against the rate-limit system (e.g. user was logged in)

Usage

void RateLimit::logHitSuccess ( string $event [, string $username ] );

Arguments

  1. string $event
    The event being done by the user, e.g. 'user-auth-action' or 'form-submit-action'
  2. string $username = ''
    $user The user who performed the event, may be an empty string for unauthenticated events

Return value

  • void