Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom links on login page #1345

Open
joshplant opened this issue Feb 21, 2017 · 7 comments
Open

Custom links on login page #1345

joshplant opened this issue Feb 21, 2017 · 7 comments

Comments

@joshplant
Copy link

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
Copy link
Author

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
Copy link

fladna9 commented Apr 3, 2017

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

@joshplant
Copy link
Author

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

@RainLoop
Copy link
Owner

RainLoop commented Apr 3, 2017

./data/.../application.ini

To disable template caching:

[labs]
cache_system_data = Off

@leanbardelli
Copy link

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
Copy link

Also need remove the option "remember me"

@leanbardelli
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants