Change Login Page text

Questions and answers about how to do stuff
Post Reply
andyhud
Posts: 17
Joined: 15 May 2014 14:57

Change Login Page text

Post by andyhud »

Hi Guys

I have LDAP Auth working now, but all my users login with their email address (which is the same as their UPN) in Active Directory

Ideally I'd like to change the text below from "User:" to "Email Address:" as it makes more sense for the users to understand
efa6.jpg
efa6.jpg (70.13 KiB) Viewed 8863 times
I assume its just text in a file somewhere but is it possible? and if so, does anyone know which file its in?

Many thanks

Andy
henk
Posts: 517
Joined: 14 Dec 2015 22:16
Location: Netherlands
Contact:

Re: Change Login Page text

Post by henk »

Hi Andy

I would send a corperate email with the same content to inform users. :idea:
But if you want to change some text, take a look at

Code: Select all

/var/www/html/mailscanner/languages/en.php
Make a backup of this file in case you messed up and end up with a broken gui.
LoginPage.png
LoginPage.png (24.15 KiB) Viewed 8855 times
PS.
To make life easy and a bit more safe :dance:
. disable rootlogin
. login with the user you created when installing efa
. su - ( after login)
. install mc ( yum install mc) as you are used to a gui

. the best free program for this to access and drag and drop files to your efa machine https://mobaxterm.mobatek.net/download.html
now you can create a ssh session with he user you created when installing efa and save it.
“We are stuck with technology when what we really want is just stuff that works.” -Douglas Adams
andyhud
Posts: 17
Joined: 15 May 2014 14:57

Re: Change Login Page text

Post by andyhud »

Many thanks Henk!!!
Post Reply