mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-14 02:03:55 -04:00
CLI update user
https://github.com/FreshRSS/FreshRSS/issues/1600 Not tested
This commit is contained in:
@@ -33,6 +33,7 @@ $ok = FreshRSS_user_Controller::createUser($username,
|
||||
empty($options['api-password']) ? '' : $options['api-password'],
|
||||
array(
|
||||
'language' => empty($options['language']) ? '' : $options['language'],
|
||||
'mail_login' => empty($options['email']) ? '' : $options['email'],
|
||||
'token' => empty($options['token']) ? '' : $options['token'],
|
||||
),
|
||||
!isset($options['no-default-feeds']));
|
||||
|
||||
Reference in New Issue
Block a user