+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Username restriction?

  1. #11
    Quote Originally Posted by Viktor View Post
    Then open file: ftp://includes>>classes>>rlAccount.class.php

    find method: ajaxSubmitProfile
    and code in:
    PHP Code:
    Only registered members can view the code
    and change 3 to 4 save.
    Hi Viktor,

    Would you mind sharing with me the updated method for 4.5? In the new file rlAccount.class.php I can only find

    PHP Code:
    Only registered members can view the code

  2. #12
    Hello Wei,

    In this file find method: validateUsername

    and line:

    PHP Code:
    Only registered members can view the code
    {3,30} - means interval min and max symbols. Set 2-30.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #13
    Quote Originally Posted by Viktor View Post
    Hello Wei,

    In this file find method: validateUsername

    and line:

    PHP Code:
    Only registered members can view the code
    {3,30} - means interval min and max symbols. Set 2-30.
    Got it, thanks Viktor

+ Reply to Thread