File_Passwd_Authbasic::addUser

File_Passwd_Authbasic::addUser() – Add an user

Synopsis

mixed File_Passwd_Authbasic::addUser ( string $user , string $pass )

Description

The username must start with an alphabetical character and must NOT contain any other characters than alphanumerics, the underline and dash.

Parameter

string $user

username

string $pass

plaintext password

Return value

Returns TRUE on success, PEAR_Error on failure.

Possible PEAR_Error values
Error Code Summary
FILE_PASSWD_E_EXISTS_ALREADY the user to add already exists
FILE_PASSWD_E_INVALID_CHARS the username to add contains illegal characters

Note

This function can not be called statically.

Save changes (Previous) Change password (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.