Preset of Remember Me
-
Hello,
I’m using the option “Remember Me”. But often a visitor forget to activate this option and have to insert his credentials again. So I want to preset this option for visitors. Didn’t found an option for this. I only found a way to a “true” in login_afo_widget.php:
public function add_remember_me(){ $login_afo_rem = get_option('login_afo_rem'); if($login_afo_rem == 'Yes'){ echo '<div class="log-form-group"><label for="remember"> '.__('Eingeloggt bleiben','login-sidebar-widget').'</label> '.form_class::form_checkbox('remember','','Yes','','','',true,false,'',false).'</div>'; }
After every Update I have to add this again. My wish is: Can you please add an option for this in the settings?
Thanks!
Gerd
- The topic ‘Preset of Remember Me’ is closed to new replies.