By CK on Monday, 05 January 2015
Replies 9
Likes 0
Views 1.1K
Votes 0
Hi Guys,

I was wondering if anyone can point me in the right direction how I can customize the login form.

What I would like to customize is the enter secret key option. While I know that it is part of TFA, is there any way to hide it unless one has TFA setup? I find that my users are confused by the text.

Also how can I get my login to be identical to this site where everything is neatly centered in the middle of the screen (and the text box doesn't spread across the entire window)?

Thanks in advance,
Chaim
Hi,

I am sorry for the late reply.
1. is there any way to hide it unless one has TFA setup? I find that my users are confused by the text.
>> You can hide this by disabling this setting in EasySocial > Settings > Users > Enable Two Factor Authentication = No

2. Also how can I get my login to be identical to this site where everything is neatly centered in the middle of the screen (and the text box doesn't spread across the entire window)?
>> You can use this css override code in your site. Please put it in your current Joomla template and see if this resolves this issue.

body div#fd form{
width: 40%;
margin-left: auto;
margin-right: auto;
}


Hope this will help.
Thanks.
·
Monday, 05 January 2015 11:27
·
0 Likes
·
0 Votes
·
0 Comments
·
1. is there any way to hide it unless one has TFA setup? I find that my users are confused by the text.
>> You can hide this by disabling this setting in EasySocial > Settings > Users > Enable Two Factor Authentication = No
[/quote

I want my users to have the TFA authentication, but have it setup as a second step after the user logs in (user logs in as usual, next screen is the TFA input screen), similar to how Google and other major sites have it setup, is that at all possible?
CK
·
Monday, 19 January 2015 10:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi CK,

I am sorry. I believe this cannot be done in the current system.

Thanks.
·
Monday, 19 January 2015 11:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Mohd Yasser wrote:

Hi,

I am sorry for the late reply.
1. is there any way to hide it unless one has TFA setup? I find that my users are confused by the text.
>> You can hide this by disabling this setting in EasySocial > Settings > Users > Enable Two Factor Authentication = No

2. Also how can I get my login to be identical to this site where everything is neatly centered in the middle of the screen (and the text box doesn't spread across the entire window)?
>> You can use this css override code in your site. Please put it in your current Joomla template and see if this resolves this issue.

body div#fd form{
width: 40%;
margin-left: auto;
margin-right: auto;
}


Hope this will help.
Thanks.
Hi, I have set EasySocial > Settings > Users > Enable Two Factor Authentication = No, but secret key field is still in the login form. Why?
·
Saturday, 07 February 2015 16:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Did you turn off the Two factor authentication plugin?
·
Saturday, 07 February 2015 16:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Mark wrote:

Hello,

Did you turn off the Two factor authentication plugin?
yes, thanks, after i turn off the plugin, secret key is gone
·
Saturday, 07 February 2015 21:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating, glad that your issues are resolved now
·
Saturday, 07 February 2015 23:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Follow-up, that I disabled Joomla's TFA and installed the Two Factor Authentication plugin by ReadyBytes and was able to resolve my issue with the secret key text.

One last question, is there any way that I can either expose the plugin in the profile view (provided by ES), if not how can I hide fields that I don't want to display (default editor for example) in the user account menu view?
CK
·
Thursday, 19 February 2015 02:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hm, sorry but I am not really sure if I understand what you are trying to achieve here.
·
Friday, 20 February 2015 18:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post