Jump to content
  • 0

Flux CP Registration Requirements


frotek

Question


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  60
  • Reputation:   0
  • Joined:  01/04/12
  • Last Seen:  

ServerFiles.jpg

hey guys! how can i remove those requirements in my flux CP?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

Hi frotek,

You would need to edit the 'config/application.php' file.

'MinUsernameLength'    => 4,                        // Minimum username length.
'MaxUsernameLength'    => 23,                       // Maximum username length.
'MinPasswordLength'    => 8,                        // Minimum password length.
'MaxPasswordLength'    => 31,                       // Maximum password length.
'PasswordMinUpper'     => 1,                        // Number of upper-case letters to require in passwords.
'PasswordMinLower'     => 1,                        // Number of lower-case letters to require in passwords.
'PasswordMinNumber'    => 1,                        // Number of numbers to require in passwords.
'PasswordMinSymbol'    => 0,                        // Number of symbols to require in passwords.
'GMMinPasswordLength'  => 8,                        // Minimum password length for GM accounts.
'GMPasswordMinUpper'   => 1,                        // Number of upper-case letters to require in passwords for GM accounts.
'GMPasswordMinLower'   => 1,                        // Number of lower-case letters to require in passwords for GM accounts.
'GMPasswordMinNumber'  => 1,                        // Number of numbers to require in passwords for GM accounts.
'GMPasswordMinSymbol'  => 1,                        // Number of symbols to require in passwords for GM accounts.
'RandomPasswordLength' => 16,                       // This is the length of the random password generated by the "Reset Password" feature. (NOTE: Hardcoded minimum value of 8)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  60
  • Reputation:   0
  • Joined:  01/04/12
  • Last Seen:  

and it worked! thanks!

Link to comment
Share on other sites

×
×
  • Create New...