How to clear cache after changes to Login Page?

How do I clear the cache, I changed a few text in the /usr/local/CyberCP/loginSystem

I remember there was a command for it, but I forgot it now and can’t seem to find it anywhere.

restart lscpd just and service will work well

I tried that, but I think there was some command to refresh the Django cache something… pycache

Have you rebooted the server?

Yes, I rebooted the entire server, tried to restart mariadb, lsws etc but no luck.

Open a ticket at Platfrom and let us check.

Thank you :smiley: I wish I could

I use the following to clear pycache, restart lscpd and restart php.
See if it helps.

find /usr/local/CyberCP/ -type d -name __pycache__ -exec rm -r {} \+; service lscpd restart && service lsws restart; killall lsphp