+ Reply to Thread
Results 1 to 3 of 3

Thread: Min number of characters for Registration password?

  1. #1
    Senior Member
    Join Date
    Jun 2013
    Posts
    188

    Min number of characters for Registration password?

    On the Registration page, if a user leaves the Password field blank, the following message appears "At least 3 characters should be entered in the Password field."

    It's 2017. If I was a user on another site and saw that message, I'd seriously question that site for allowing 3-character passwords. For security reasons, the password should be a much longer string. How can we change the minimum number of characters that Flynax requires for the password?

    And are there any types of rules for the password or will it accept whatever the user enters?

    Thank you
    Ron

  2. #2
    Hello Quick Ron,

    You can change length in a code:
    Open file: ftp://includes>>controllers>>registration.inc.php
    find code:
    PHP Code:
    Only registered members can view the code
    and change number 3 to other. Also you should go to Admin Panel >> Languages and change text for that key: notice_reg_length
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Senior Member
    Join Date
    Jun 2013
    Posts
    188
    Excellent.
    Thank you, Viktor!

+ Reply to Thread