XFileSharing Pro - three letter usernames

Message
Author
GMC
Posts: 172
Joined: Aug 15, 2009 4:48 am

three letter usernames

#1 Postby GMC » Oct 07, 2009 2:04 am

Is there a reason we cant have small usernames - three or less

I have two complaining about this to me

Small thing to complain about - but I thought I would ask

Cheers

GMC

PS Notice 3 letter nic - LOL

GMC
Posts: 172
Joined: Aug 15, 2009 4:48 am

#2 Postby GMC » Oct 10, 2009 12:41 pm

Just a quick bump

another complaint today!

inf
Posts: 7
Joined: Sep 20, 2009 8:26 pm

#3 Postby inf » Oct 14, 2009 11:13 am

Do you want your users premium accounts to be brute forced easier, having multiple users sharing 1 premium account?

Thats how I see it..

Instead of 3 letter usernames I call for a capchta on the login page!

GMC
Posts: 172
Joined: Aug 15, 2009 4:48 am

#4 Postby GMC » Oct 15, 2009 9:05 am

inf wrote:Do you want your users premium accounts to be brute forced easier, having multiple users sharing 1 premium account?

Thats how I see it..

Instead of 3 letter usernames I call for a capchta on the login page!
No I just want the user to call them selves "GMC" rather than GMC1

Brute force proggys can work on my pass - lol

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#5 Postby PilgrimX182 » Oct 16, 2009 6:21 am

Just fix this:

in index.cgi:

Code: Select all

&Register("Error: $ses->{lang}->{lang_login_too_short}") if length($f->{usr_login})<4;
change 4 to 3

in registration.html change 4 to 3 in this line:

Code: Select all

if(f.usr_password.value.length<4)err.push("* <TMPL_VAR lang_pass_too_short>");

GMC
Posts: 172
Joined: Aug 15, 2009 4:48 am

#6 Postby GMC » Oct 16, 2009 6:31 am

PilgrimX182 wrote:Just fix this:

in index.cgi:

Code: Select all

&Register("Error: $ses->{lang}->{lang_login_too_short}") if length($f->{usr_login})<4;
change 4 to 3

in registration.html change 4 to 3 in this line:

Code: Select all

if(f.usr_password.value.length<4)err.push("* <TMPL_VAR lang_pass_too_short>");
Excellent

Thanks Pilgrim

sherayusuf3
Posts: 94
Joined: Jan 18, 2009 4:29 am

#7 Postby sherayusuf3 » Nov 15, 2009 9:41 am

GMC wrote:
PilgrimX182 wrote:Just fix this:

in index.cgi:

Code: Select all

&Register("Error: $ses->{lang}->{lang_login_too_short}") if length($f->{usr_login})<4;
change 4 to 3

in registration.html change 4 to 3 in this line:

Code: Select all

if(f.usr_password.value.length<4)err.push("* <TMPL_VAR lang_pass_too_short>");
Excellent

Thanks Pilgrim
maybe u can integrated on Admin setting for nex to do, thnks