Jump to content
  • 0

Flux CP Help


Virtue

Question


  • Group:  Members
  • Topic Count:  92
  • Topics Per Day:  0.02
  • Content Count:  354
  • Reputation:   22
  • Joined:  11/17/11
  • Last Seen:  

Hi,

how do I remove this from account registration?

 

4j6yr6.png

 

I tried some few stuff but didn't work.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  815
  • Reputation:   86
  • Joined:  10/26/12
  • Last Seen:  

application.php

 

 

this line

 

'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.
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  92
  • Topics Per Day:  0.02
  • Content Count:  354
  • Reputation:   22
  • Joined:  11/17/11
  • Last Seen:  

oh thanks mootie

Link to comment
Share on other sites

×
×
  • Create New...