Users » History » Version 1
Gareth Eaton, 03/18/2024 04:10 PM
1 | 1 | Gareth Eaton | h1. Users |
---|---|---|---|
2 | |||
3 | |||
4 | |||
5 | |||
6 | To enable (or undisable) a user in Nextcloud via terminal, use occ command, this allows you to perform many administrative tasks, including enabling and disabling users. |
||
7 | |||
8 | Ensure you replace *username* with the actual username of the user you wish to enable. |
||
9 | <pre> |
||
10 | sudo -u www-data php occ user:enable username |
||
11 | </pre> |