is it possible to remove "powered by" from the login screen entirely?
Check Admin > Branding. That option is available to premium subscribers.
This option should be available to basic users as well since we wouldn't be using any branding, just turning it off. From a security perspective it would be better that way as it wouldn't be advertising what the backend is running on allowing someone to potentially exploit a known vulnerability with minimal effort for this platform should such a vulnerability ever arise.
Perhaps this should be a feature request?
From a security perspective it would be better that way as it wouldn't be advertising what the backend is running on allowing someone to potentially exploit a known vulnerability with minimal effort for this platform should such a vulnerability ever arise.
You can 'keep calm' because if anyone wants to explore backend vulnerabilities of any platform, "Powered by" doesn't make any difference! Just ctrl+u any page on internet and be happy ;p
Im thinking of people who look up known stuff not explorers. why help them by telling them what your running at the login screen? Anyway im not about to pay for a subscription so i guess ill try something else. Thanks Rainloop, youve built a nice web client.
Goto: File Manager
For Admin Footer Editing
/mail/rainloop/v/1.9.4.402/app/templates/Views/Admin
For User Footer Editing
/mail/rainloop/v/1.9.4.402/app/templates/Views/User
using file manager navigate to -->
rainloop/rainloop/v/1.10.3.151/app/libraries/RainLoop/Actions.php
Search for "powered" and change it to false.
Thats it
is it there anyway I can edit it instead of removing it?
Most helpful comment
using file manager navigate to -->
rainloop/rainloop/v/1.10.3.151/app/libraries/RainLoop/Actions.php
Search for "powered" and change it to false.
Thats it