This topic has 5 replies, 4 voices, and was last updated 11 years by SQadmin.

  • Author
  • #5484
     HamentNayee
    Participant

    Hi, Is it possible to allow members to sign in to their account using their email address and password rather than having user name and password on sign in screen?

    And “The forgot your username?” link on sign in screen to be changed to forgot your password?

    Thanks

    #5505
     SQadmin
    Keymaster

    Hi,
    Use this plugin: http://wordpress.org/plugins/wp-email-login/
    The text can be edited at this location: wp-content/themes/sweetdate/page-parts/general-login-modal.php

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #5640
     JohnDoe
    Participant

    Can you select both with that plugin @sqadmin , Login with your Username or Email Address

    #5644
     cajoejoe
    Participant

    if you dont mind share the code for the editing?

    thx

    #5652
     JohnDoe
    Participant

    Change :

    <div class=”six columns”>
    <input type=”text” id=”username” required name=”log” class=”inputbox” value=”” placeholder=”<?php _e(“Username”, ‘kleo_framework’);?>”>
    </div>

    To :

    <div class=”six columns”>
    <input type=”text” id=”username” required name=”log” class=”inputbox” value=”” placeholder=”<?php _e(“Email Address”, ‘kleo_framework’);?>”>
    </div>

    #5677
     SQadmin
    Keymaster

    Yes you can login with both

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?