Home
last modified time | relevance | path

Searched refs:ERROR_USER_ADD (Results 1 – 2 of 2) sorted by relevance

/dports/www/phpmyfaq/phpmyfaq/src/phpMyFAQ/Auth/
H A DAuthDatabase.php64 $this->errors[] = User::ERROR_USER_ADD . User::ERROR_USER_LOGIN_NOT_UNIQUE;
87 $this->errors[] = User::ERROR_USER_ADD . 'error(): ' . $error;
92 $this->errors[] = User::ERROR_USER_ADD;
/dports/www/phpmyfaq/phpmyfaq/src/phpMyFAQ/
H A DUser.php46 public const ERROR_USER_ADD = 'Account could not be created. '; define in phpMyFAQ\\User