mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-18 21:34:35 -04:00
Merge branch 'FreshRSS/dev' into cli_update_user
This commit is contained in:
@@ -18,7 +18,7 @@ if (empty($options['user'])) {
|
||||
}
|
||||
$username = $options['user'];
|
||||
if (!FreshRSS_user_Controller::checkUsername($username)) {
|
||||
fail('FreshRSS error: invalid username “' . $username . '”');
|
||||
fail('FreshRSS error: invalid username “' . $username . '”! Must be matching ' . FreshRSS_user_Controller::USERNAME_PATTERN);
|
||||
}
|
||||
|
||||
$usernames = listUsers();
|
||||
|
||||
Reference in New Issue
Block a user