Centova Technologies Forum

Centova Cast v3 => Bugs and issues => Topic started by: Stream101 on February 20, 2013, 06:02:22 pm

Title: Custom Themes Bugs
Post by: Stream101 on February 20, 2013, 06:02:22 pm
I cant get a custom login page to work for me. Its like its not pulling it from the login.tpl file.

Also, the forgot password button doesnt work.
Title: Re: Custom Themes Bugs
Post by: Centova - Steve B. on February 21, 2013, 02:10:54 pm
I cant get a custom login page to work for me. Its like its not pulling it from the login.tpl file.
It's probably being cached.  You'd need to turn off caching in etc/web.d/cc-interface.conf while testing your changes.

Also, the forgot password button doesnt work.
It does for me.  If you can elaborate that would help.
Title: Re: Custom Themes Bugs
Post by: Stream101 on February 22, 2013, 12:03:18 pm
Where the heck do I shut off caching in that file?
Title: Re: Custom Themes Bugs
Post by: Centova - Steve B. on February 22, 2013, 04:42:27 pm
Actually, probably the easiest way to do it globally is to add the following to etc/cc-panel.conf:

Code: [Select]
fastcgi_no_cache 1;

Just make sure you remember to remove or comment out that line when you're done, as your server performance will be impacted with it disabled.