Centova Technologies Forum
		Centova Cast v3 => Bugs and issues => Topic started 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.
- 
				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.
 
- 
				Where the heck do I shut off caching in that file?
			
- 
				Actually, probably the easiest way to do it globally is to add the following to etc/cc-panel.conf:
 
 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.