a-v-l/contao-member-console
最新稳定版本:v1.3.0
Composer 安装命令:
composer require a-v-l/contao-member-console
包简介
Add member command to contao-console for Contao Open Source CMS
README 文档
README
Adds contao:member:create, contao:member:list, contao:member:password and contao:member:delete commads to Contao-CLI to create front end users (members), list existing members, reset passwords or delete members.
The command can either be run without flags in interactive mode or with required flags and -n (no interaction).
Note:
contao:member:delete without the -n flag will first print information about the given member and then ask for confirmation to delete the member.
Usage
Options for contao:member:create
| Flag | Description |
|---|---|
| -u, --username=USERNAME | The username to create |
| --firstname=FIRSTNAME | The firstname name |
| --lastname=LASTNAME | The lastname name |
| --email=EMAIL | The e-mail address |
| -p, --password=PASSWORD | The password |
| --group[=GROUP] | The groups to assign the user to (optional) (multiple values allowed) |
| -n, --no-interaction | Do not ask any interactive question |
Options for contao:member:list
| Flag | Description |
|---|---|
| --column=COLUMN | The columns display in the table (multiple values allowed) |
| --format=FORMAT | The output format (txt, json) [default: "txt"] |
Arguments for contao:member:password and contao:member:delete
| Argument | Description |
|---|---|
| username | The username of the front end user |
Options for contao:member:password
| Flag | Description |
|---|---|
| -p, --password=PASSWORD | The new password (using this option is not recommended for security reasons) |
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-01-23