17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 2526 Views |
-
Customise the Login Form

30 August 2008 at 12:33pm
Hi,
I'm looking for something which I thought would be simple.
The login form labels the Username textbox as "Email"
but my users *don't* use an email for their access ID, .. and are easily confused by this.
Were do I modify the label in the form?
(I would like to change the "Email & Password" label in the tab as well)
ta
BWS -
Re: Customise the Login Form

30 August 2008 at 10:26pm
for the tab see the get_name() function in sapphire/security/memberauthenicator.php and also see MemberLoginForm.php for the label text.
-
Re: Customise the Login Form

3 September 2008 at 12:23am
... care to be a little less vague?
Not being a gun on OOP, I can't seem to pin down exactly *where* in MemberLoginForm.php the label strings are declared.
//BWS -
Re: Customise the Login Form

3 September 2008 at 3:43am
Hi Bruce,
Not sure if this is the preferred way to make your changes, but you can edit the labels in your language file. For example in lang/en_US.php
You can edit the following...
437 $lang['en_US']['Member']['EMAIL'] = array(
'Email', //change your Email Label Here
PR_MEDIUM,
'Noun'
);
481 $lang['en_US']['MemberAuthenticator']['TITLE'] = 'E-mail & Password';
//your tab labelHope that helps some.
-
Re: Customise the Login Form

4 September 2008 at 9:49am
I am using the External Authenticator module, so don't use the default login tab, is there a way to remove the default tab safely?
-
Re: Customise the Login Form

5 September 2008 at 1:28am
Lancer told me where it was in an email;
You can edit out Authenticator:: stuff in /sapphire/_config.php
-
Re: Customise the Login Form

6 September 2008 at 12:29pm
t'riffic
Editing the language file did the job!
(I scanned thru that earlier, but missed the entry ... bugger)
... and thanks for showing the line numbers in your example .. it helped quickly find the offeding entry.
Also, I actually removed the tab at the top of the form by removing the auth_openid directory, thus suppressing displaying *any* tabs.
| 2526 Views | ||
|
Page:
1
|
Go to Top |




