Home
last modified time | relevance | path

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

/dports/www/phpmyfaq/phpmyfaq/src/phpMyFAQ/Auth/
H A DAuthDatabase.php275 $this->errors[] = User::ERROR_USER_CHANGE . 'error(): ' . $error;
280 $this->errors[] = User::ERROR_USER_CHANGE;
/dports/www/phpmyfaq/phpmyfaq/src/phpMyFAQ/
H A DUser.php51 public const ERROR_USER_CHANGE = 'Account could not be updated. '; define in phpMyFAQ\\User