+ Reply to Thread
Results 1 to 3 of 3

Thread: The user can register an account Without Entering the Password.

  1. #1
    Senior Member
    Join Date
    Aug 2010
    Posts
    174

    The user can register an account Without Entering the Password.

    I notice a problem with Password field at registration page.
    The user can register an account Without Entering the Password.

    I believe the password field must be Required!
    Attached Images Attached Images

  2. #2
    Flynax developer
    Join Date
    Jun 2010
    Posts
    239
    Hello,

    You can fix it so:

    1. Open file includes/classes/rlAccount.class.php
    2. Find method ajaxSubmitProfile();
    3. replace this code:
    PHP Code:
    Only registered members can view the code
    to
    PHP Code:
    Only registered members can view the code

  3. #3
    Flynax developer John's Avatar
    Join Date
    Oct 2009
    Posts
    606
    Hi there,
    This bug has been fixed in Flynax 4.1.0 version.

    John

+ Reply to Thread