The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Remove the automatic login option

3 posters

Go down

In progress Remove the automatic login option

Post by Wapwap79 December 4th 2012, 10:12 pm

Hello,

Anyone know a way I can remove the option to tick the automatic login option at the initial login screen.

Ideally I don't want users to have this option.

Thanks

Jim
avatar
Wapwap79
Forumember

Male Posts : 38
Reputation : 1
Language : English

http://Www.blsc.forumotion.co.uk

Back to top Go down

In progress Re: Remove the automatic login option

Post by SLGray December 5th 2012, 12:48 am

Add this to your CSS:
Code:
label#lbl_autologin {
    display:  none;
}


Remove the automatic login option Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Remove the automatic login option

Post by Wapwap79 December 6th 2012, 8:37 am

Hi, thanks however the option is still there.

Just to make sure we are both talking about the screen.

When users type initially visit the site they are met with the logon screen requesting a username and password.

Just after the password box is a checkbox with wording logon automatically.

I would like to remove that checkbox and the wording effectively disabling the logon automatically feature.

Thanks

Jim
avatar
Wapwap79
Forumember

Male Posts : 38
Reputation : 1
Language : English

http://Www.blsc.forumotion.co.uk

Back to top Go down

In progress Re: Remove the automatic login option

Post by Sanket December 6th 2012, 8:42 am

Try this in your css.
Code:
    label#lbl_autologin {
        display:  none !important;
    }

If that doesn't change anything, Isn't this the forum in question?
http://www.blsc.forumotion.co.uk/
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: Remove the automatic login option

Post by SLGray December 6th 2012, 7:28 pm

You also will need to do this in your administration panel after adding the CSS code:
Administration Panel > Users & Groups > Users > Users Options
Default automatic login status: No
(This does not remove it, but makes it where the box is not automatically checked.)


Remove the automatic login option Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum