Auth::Auth() | Auth::attachLogObserver() |
Auth | |
PEAR Manual | |
mixed Auth::addUser (
string $username
, string $password
, mixed $additional = ''
)
Add a new user to the Auth Container.
the username of the new user
the password of the new user
additional options to be passed to the creation of the new user. Each Auth_Container has different options for these, please see the containers documentation for what is supported.
mixed - TRUE on success, a PEAR Error on failure.
This function can not be called statically.
Not all Auth Containers implement this functionality.
Auth::Auth() | Auth::attachLogObserver() |
Auth | |
PEAR Manual | |