RainLoop version, browser, OS:
1.10.5.192 // any (tested FF & Chrome) // Ubuntu Server 16.04
Expected behavior and actual behavior:
I was hoping to add a link to my mail server's built in password reset page. I edited app/templates/Views/User/Login.html and tried various different combinations of adding this link before and after "Powered By Rainloop", to no avail. I can imagine this is on purpose to prevent removing the Rainloop branding, but be this as it may, is there a way to add links to this file? I literally just need to add <p><a href="/mx/password-reset">Password Reset</a><br><a href="/mx/login-help">Login Help</a></p> after "Powered By Rainloop".
Steps to reproduce the problem:
Edit previously mentioned file, notice no change; no matter where in the Login.html file content is added.
Logs or screenshots:
N/A
Partly Resolved: I found the FORGOT_PASSWORD_LINK_URL in application.ini, though this doesn't solve my problem since I need the Login Help link to detail imap/smtp settings for users etc. Any help would be greatly appreciated, thanks.
Same here. Need to add two links on login page, modifying app/templates/Views/User/Login.html did nothing. :/
Changing Login.html does make a difference, you just have to clear the cache to make it take effect.
./data/.../application.ini
To disable template caching:
[labs]
cache_system_data = Off
I need to remove the "translation" select menu, I change the setting, doesnt work. I remove the select, doesnt work. What can i do?
Also need remove the option "remember me"
Changing Login.html does make a difference, you just have to clear the cache to make it take effect.
I remove the cache and everything goes to the trash :S what do u mean with clear cache? Control+F5 doesnt work
Most helpful comment
./data/.../application.iniTo disable template caching: