fbpx
  1. Home
  2. Knowledge Base
  3. Manage Members
  4. Member Details
  5. Automatically Uncheck ‘Remember Me’ Box on Login Page

Automatically Uncheck ‘Remember Me’ Box on Login Page

On the login page, the ‘Remember Me‘ checkbox is checked by default. If you would like this checkbox to be unchecked by default, then you can insert the following code at the bottom of your login core page:

<script>
jQuery(function() {
jQuery('#rememberme').prop('checked', false);
});
</script>
Was this article helpful?

Related Articles

Can’t find the answer you’re looking for?

Reach out to our Customer Success Team
Contact us!