mirror of
https://github.com/nextcloud/documentation.git
synced 2026-03-27 13:38:39 +07:00
feat(admin_manual/occ_command): add user:welcome
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
This commit is contained in:
@@ -1421,6 +1421,7 @@ report showing how many users you have, and when a user was last logged in::
|
||||
user:resetpassword Resets the password of the named user
|
||||
user:setting Read and modify user settings
|
||||
user:sync-account-data sync user backend data to accounts table for configured users
|
||||
user:welcome Sends the welcome email
|
||||
|
||||
|
||||
user:add
|
||||
@@ -1600,6 +1601,21 @@ You can manually sync user backend data to accounts table with the ``user:sync-a
|
||||
|
||||
user:sync-account-data [-l|--limit=500] [-o|--offset=0]
|
||||
|
||||
user:welcome
|
||||
^^^^^^^^^^^^
|
||||
|
||||
When you need to manually send the welcome email (for example, if the user was added via LDAP but hasn't logged in yet), you can use the ``user:welcome`` command. The syntax is::
|
||||
|
||||
user:welcome [-r|--reset-password] <user>
|
||||
|
||||
For example::
|
||||
|
||||
user:welcome alice@nextcloud.ltd
|
||||
|
||||
Or, if it should contain the reset password link::
|
||||
|
||||
user:welcome --reset-password bob@nextcloud.ltd
|
||||
|
||||
.. _group_commands_label:
|
||||
|
||||
Group commands
|
||||
|
||||
Reference in New Issue
Block a user