Search found 2 matches

by sviftrup
Mon Sep 17, 2007 10:08 pm
Forum: Joombie Coding Q/A
Topic: username lengths
Replies: 3
Views: 661

Re: username lengths

Thats great!

I just changed the eregi so i can have usernames that uses -
hopefully none of us will see any problems!
by sviftrup
Mon Sep 17, 2007 2:41 pm
Forum: Joombie Coding Q/A
Topic: username lengths
Replies: 3
Views: 661

Re: username lengths

Hi this is where you change it. I do however not know the full consequenses includes/joomla.php line 2742 if (eregi( "[\<|\>|\"|\'|\%|\;|\(|\)|\&|\+|\-]", $this->username) || strlen( $this->username ) < 3) { to eg. if (eregi( "[\<|\>|\"|\'|\%|\;|\(|\)|\&|\+|\-]", $this->username) || strlen( $this->u...