File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ sidebar_position : 6
3+ ---
4+
5+ # CLI Commands
6+
7+ The solidtime CLI provides a set of commands to manage your self-hosted solidtime instance.
8+
9+ ## ` artisan admin:user:create [name] [email] `
10+
11+ This command creates a new user in the solidtime application. Per default this command does not send out any emails.
12+
13+ ### Options
14+
15+ | Name | Default | Description |
16+ | ----------------------| ---------| -------------------------------------------------------------------------------------------------------------|
17+ | ` --ask-for-password ` | | Ask for the password of the user. If this option is missing a random password will be generated and output. |
18+ | ` --verify-email ` | | Manually mark the email of the newly created user verified. |
19+
20+ ## ` artisan admin:user:verify [email] `
21+
22+ This command verifies the email address of a user.
You can’t perform that action at this time.
0 commit comments