SproutCMS

This is the code documentation for the SproutCMS project

function saveLoginAttempt()

Store a login attempt (used for rate checking)

Usage

void AdminAuth::saveLoginAttempt ( mixed $username , mixed $ip , mixed $success );

Arguments

  1. $username
  2. $ip
  3. $success

Return value

  • void