RainLoop / rainloop-webmail

Simple, modern & fast web-based email client
http://rainloop.net
MIT License
4.1k stars 890 forks source link

Custom links on login page #1345

Open joshplant opened 7 years ago

joshplant commented 7 years ago

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

joshplant commented 7 years ago

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.

fladna9 commented 7 years ago

Same here. Need to add two links on login page, modifying app/templates/Views/User/Login.html did nothing. :/

joshplant commented 7 years ago

Changing Login.html does make a difference, you just have to clear the cache to make it take effect.

RainLoop commented 7 years ago

./data/.../application.ini

To disable template caching:

[labs]
cache_system_data = Off
leanbardelli commented 4 years ago

I need to remove the "translation" select menu, I change the setting, doesnt work. I remove the select, doesnt work. What can i do?

leanbardelli commented 4 years ago

Also need remove the option "remember me"

leanbardelli commented 4 years ago

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