EllisLab text mark
Advanced Search
     
[FreakAuth Light] Username validation bugs
Posted: 16 July 2007 03:35 PM   [ Ignore ]
Avatar
Joined: 2006-04-20
712 posts

Hi,

I don’t know there is a bug here but it doesn’t seem to work well for me.
In the config file it is set correctly:

$config['FAL_user_name_duplicate_validation''trim|required|xss_clean|username_check|username_duplicate_check'

But i still can register several users with the same username, it also does absolutly not check the username field, and didn’t trim it.

Can somebody help me fix it ?

 Signature 

Un blog seo white-hat expliquant quelques techniques intéressantes sur le seo black hat

Ionize CMS - Webdesigner CMS based on CodeIgniter
http://www.ionizecms.com

My website: Webagency Too Pixel

 
Posted: 16 July 2007 04:35 PM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Avatar
Joined: 2006-04-20
712 posts

I answer to myself because i’ve just got it after code analysis.
In the file FAL_front.php removing the lines 234 and 235 solve the problem.

REMOVED:

//if activated in config, sets the select country box
if ($this->CI->config->item('FAL_use_country')) 

Does not need because this condition is just made after a few lines below.

 Signature 

Un blog seo white-hat expliquant quelques techniques intéressantes sur le seo black hat

Ionize CMS - Webdesigner CMS based on CodeIgniter
http://www.ionizecms.com

My website: Webagency Too Pixel

 
Posted: 17 July 2007 02:23 PM   [ Ignore ]   [ # 2 ]   [ Rating: 0 ]
Avatar
Joined: 2007-02-21
273 posts

Yes, it was a 1.0.4 bug that Crimp found and fixed.