Skip to content

Commit cad5cde

Browse files
committed
feat(admin_manual/occ_command): add user:welcome
1 parent b39b2ba commit cad5cde

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

admin_manual/occ_command.rst

+16
Original file line numberDiff line numberDiff line change
@@ -1421,6 +1421,7 @@ report showing how many users you have, and when a user was last logged in::
14211421
user:resetpassword Resets the password of the named user
14221422
user:setting Read and modify user settings
14231423
user:sync-account-data sync user backend data to accounts table for configured users
1424+
user:welcome Sends the welcome email
14241425

14251426

14261427
user:add
@@ -1600,6 +1601,21 @@ You can manually sync user backend data to accounts table with the ``user:sync-a
16001601

16011602
user:sync-account-data [-l|--limit=500] [-o|--offset=0]
16021603

1604+
user:welcome
1605+
^^^^^^^^^^^^
1606+
1607+
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::
1608+
1609+
user:welcome [-r|--reset-password] <user>
1610+
1611+
For example::
1612+
1613+
user:welcome [email protected]
1614+
1615+
Or, if it should contain the reset password link::
1616+
1617+
user:welcome --reset-password [email protected]
1618+
16031619
.. _group_commands_label:
16041620

16051621
Group commands

0 commit comments

Comments
 (0)