Hello,
Is it possible to delete all users with occ command?
I running an testcloud and I would delete all users every hours.
It’s not an Docker image.
Best regards
Lars
Hello,
Is it possible to delete all users with occ command?
I running an testcloud and I would delete all users every hours.
It’s not an Docker image.
Best regards
Lars
No, you have to the enter the uid
:
./occ user:delete <uid>
(./occ user:delete --all
does not work )