You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realise that this would have some overlap with user:reset-password, user:make-super and user:remove-super but there isn't currently a way to change a users email address, so a user:update command would be nice to have, for example:
Options:
login User name for the user (required)
email Email for the user (optional, if provided the email address will be updated)
password Password for the user (optional, if provided the password will be updated)
super True or False, add / remove super user privileges for the user (optional)
The text was updated successfully, but these errors were encountered:
I realise that this would have some overlap with
user:reset-password
,user:make-super
anduser:remove-super
but there isn't currently a way to change a users email address, so auser:update
command would be nice to have, for example:Options:
login
User name for the user (required)email
Email for the user (optional, if provided the email address will be updated)password
Password for the user (optional, if provided the password will be updated)super
True or False, add / remove super user privileges for the user (optional)The text was updated successfully, but these errors were encountered: