Skip to content

octoprint.cli.user#

activate_command(ctx, username) #

Activate a user account.

add_user_command(ctx, username, password, groups, permissions, is_admin) #

Add a new user.

change_password_command(ctx, username, password) #

Change an existing user's password.

cli(ctx) #

User management.

Note that this currently only supports managing user accounts stored in the configured user manager, not any user managers added through plugins and the "octoprint.users.factory" hook.

deactivate_command(ctx, username) #

Activate a user account.

list_users_command(ctx) #

Lists user information

remove_user_command(ctx, username) #

Remove an existing user.