Page 1 of 1

Change Login Page text

Posted: 02 Jul 2019 11:13
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 8885 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

Re: Change Login Page text

Posted: 02 Jul 2019 21:31
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 8877 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.

Re: Change Login Page text

Posted: 24 Jul 2019 16:21
by andyhud
Many thanks Henk!!!