Edit user settings
I installed Accounts plugin for situations such as deleting and editing users. I said delete the accounts I opened demo. It did not delete immediately and there is a warning like this.
“Account deletion was scheduled and would be done in a few minutes.”
I'm still waiting for it to be deleted. It hasn't. Should I wait longer?
-
-
·
LeonidS
- ·
Hello @MuhammeT !
You need to check how work the Cron Jobs. It can be done via the Studio->Dashboard->Server audit area. Find the "Last cron jobs execution" line and if it has the value far from the present moment of opening it then you need to fix it.
-
·
LeonidS
-
-
You should run the command like
cd [path to your UNA]periodic; [path to your PHP]php -q cron.php
every minute * * * * *
-
- · MuhammeT
- ·
https://unacms.com/wiki/Cloud-FAQ
Do you add cronjob as described here? I don't know how to add it
-
Yes, the Set cron jobs chapter.
-