Auth::Auth() (Previous) (Next) Auth::attachLogObserver()

View this page in Last updated: Sun, 01 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Auth::addUser()

Auth::addUser() -- add a new user

Descripción

Add a new user to the Auth Container.

Parámetro

string $username

the username of the new user

string $password

the password of the new user

mixed $additional = ''

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.

Valor devuelto

mixed - TRUE on success, a PEAR Error on failure.

Nota

Esta función no puede ser llamada estáticamente.

Not all Auth Containers implement this functionality.

Auth::Auth() (Previous) (Next) Auth::attachLogObserver()

Download Documentation Last updated: Sun, 01 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.