/**
  * Initialise the Auth object
  * 
  * @param string $user The username to login
  * @param string $password The password (in clear text) to be verrified
  */
 function __construct()
 {
     parent::__construct();
 }