Virtue Posted June 11, 2013 Group: Members Topic Count: 92 Topics Per Day: 0.02 Content Count: 354 Reputation: 22 Joined: 11/17/11 Last Seen: May 12, 2024 Share Posted June 11, 2013 Hi, how do I remove this from account registration? I tried some few stuff but didn't work. Link to comment Share on other sites More sharing options...
Mootie Posted June 11, 2013 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 815 Reputation: 86 Joined: 10/26/12 Last Seen: June 10, 2022 Share Posted June 11, 2013 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 More sharing options...
Virtue Posted June 11, 2013 Group: Members Topic Count: 92 Topics Per Day: 0.02 Content Count: 354 Reputation: 22 Joined: 11/17/11 Last Seen: May 12, 2024 Author Share Posted June 11, 2013 oh thanks mootie Link to comment Share on other sites More sharing options...
Question
Virtue
Hi,
how do I remove this from account registration?
I tried some few stuff but didn't work.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts