Skip to content

dt user modify

Overview

Change an existing user

Synopsis

dt user modify [OPTIONS] <username> 

Options

  • -f, --first-name=<first-name>
    Change the first name of the user

  • -l, --last-name=<last-name>
    Change the last name of the user

  • -n, --name=<name>
    Change the name (only possible for system users)

  • -g, --groups=<groups>
    Change the groups

  • -u, --users=<users>
    Change the users allowed to use run_as on this user

  • -P, --password=<password>
    Change password (only possible for regular users)

  • -e, --email=<email>
    Change email (only possible for regular users)

  • -s, --system
    Change system status of the user

  • -d, --disabled
    Disable the user

Arguments

  • username (required)
    Type: String
    Name of the user

Examples

TODO a tag

dt user modify john

SEE ALSO

← Back to dt user