Part of vmc.contrib.axiom.plugins.userbasecmd View In Hierarchy
Method | parseArgs | Undocumented |
Method | postOptions | Undocumented |
Method | addAccount | Create a new account in the given store. |
Inherited from AxiomaticSubCommandMixin (via AxiomaticSubCommand):
Method | decodeCommandLine | Turn a byte string from the command line into a unicode string. |
Inherited from UserbaseMixin:
Method | installOn | Undocumented |
Parameters | siteStore | A site Store to which login credentials will be added. |
username | Local part of the username for the credentials to add. | |
domain | Domain part of the username for the credentials to add. | |
password | Password for the credentials to add. | |
Returns | The added account.
(type: LoginAccount
) |