SproutCMS

This is the code documentation for the SproutCMS project

function processRemote()

Process a remote (developer) login, as provided by the external web service

Usage

boolean AdminAuth::processRemote ( 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