+ Reply to Thread
Results 1 to 5 of 5

Thread: Email as Username

  1. #1

    Email as Username

    Hello can I make the email of my user as a username because it's easier to remember his username when is his email.

    Thanks
    MandAcyads
    CarMarketCy.com

  2. #2
    Senior Member
    Join Date
    May 2013
    Posts
    185
    I was thinking some thing similar. Maybe we could use both username/email

  3. #3
    both email and username i think easy to do, maybe im wrong but i think just two places to change

    1.includes/classes/rlAccount -> function login

    find code
    PHP Code:
    Only registered members can view the code
    change sql line to
    PHP Code:
    Only registered members can view the code
    2. 1.includes/classes/rlAccount -> function isLogin

    find code
    PHP Code:
    Only registered members can view the code
    change to
    PHP Code:
    Only registered members can view the code
    Also to change text maybe to say that you may login also with email.

    Login only with email also can be done, but changes are different.
    Easiest way without remaking lot of things is to hide username field on registration step, copy email to username field in the database and some other changes and corrections.

  4. #4
    Senior Member
    Join Date
    Oct 2014
    Posts
    169
    In Both IOS and Android App how can we achieve this

  5. #5
    Hi Errol,

    In 4.5.x version of the software we've added option "Users sign in with" with similar functional.
    Now if admin select "Email" in this, users can use Email or Username.

    Attached Images Attached Images
    Thank you, Curtis.
    @Flynax Company

+ Reply to Thread