09-06-2017, 01:55 PM
Hmm. I've never come across this before.
Are you getting an error about the field being required?
Looking at users/classes/Valdidate.php I see that line 46 says
I'm wondering if that length needs to be changed to ===
Can you see if that fixes your problem?
Sorry for the delay. Power is out here in my part of Alaska so communications are minimal.
Are you getting an error about the field being required?
Looking at users/classes/Valdidate.php I see that line 46 says
Code:
if ($rule==='required' && $length==0) {
I'm wondering if that length needs to be changed to ===
Can you see if that fixes your problem?
Sorry for the delay. Power is out here in my part of Alaska so communications are minimal.