PDA

View Full Version : Required Profile Field Bypassed!


tommyxv
12-02-2013, 10:46 PM
I have the location profile field set to "Required, Always". But for some reason a new member somehow was able to bypass it or make this field appear empty.

Any ideas how that could be possible?
My Regular Expression field is blank. Could that be a way that were able to successfully register without filling in something?

ForceHSS
12-02-2013, 10:55 PM
Try to register see how its being done. If you have a mobile app make sure you cant register with that as some let it happen

tommyxv
12-02-2013, 10:57 PM
Thanks!

TapaTalk is the culprit! Now I have to figure out how to disable it OR redirect users to the registration page in the browser.

ForceHSS
12-02-2013, 11:35 PM
In your FTP /mobiquo/config on line 40
Change from
$config['inappreg'] = 1;

To
$config['inappreg'] = 0;

tommyxv
12-10-2013, 01:43 PM
I did that a few days ago and someone registered today bypassing the required profile field. Damn TapaTalk.

rhody401
12-10-2013, 07:19 PM
I found the same issue a few months ago, and traced it to Tapatalk (since disabled)