|
88.
|
|
|
and / or delete only groups associated with a certain institution.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:39
|
|
89.
|
|
|
Execute the script with the following command. A dry run is made by default so that no data is deleted by accident.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:41
../source/administration/cli.rst:64
../source/administration/cli.rst:90
|
|
90.
|
|
|
``sudo -u www-data php htdocs/admin/cli/delete_inactive_groups.php``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:43
|
|
91.
|
|
|
Delete certain accounts in bulk
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:51
|
|
92.
|
|
|
If you want to delete accounts in bulk from the site without needing to go to the administration screen, especially if you have more than 500 accounts to delete, you can use CLI. This script allows you to do the following:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:53
|
|
93.
|
|
|
delete all accounts that have never been logged into, i.e. that were created manually, via CSV file, or an automated process;
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:55
|
|
94.
|
|
|
and / or delete all accounts that have not been logged in since a certain date;
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:56
|
|
95.
|
|
|
:index:`and <single: CLI; Delete accounts via CLI for specific institutions>` / or delete only those accounts from one or more specific institutions;
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:57
|
|
96.
|
|
|
delete accounts that don't belong to one or more specific institutions;
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:58
|
|
97.
|
|
|
delete accounts that are members of a specific group.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:59
|