SproutCMS

This is the code documentation for the SproutCMS project

function processLocal()

Process a local (developer) login, with details stored in a config file

Usage

boolean AdminAuth::processLocal ( string $username , string $password );

Arguments

  1. string $username
    The username to attempt login with
  2. string $password
    The password to attempt login with

Return value

  • boolean
    True on success, false on failure