Glad to hear that that solved the problem for you.
Re the root cause: the thing is that it is specific to your board, because the rest of us don't experience the same problem (Minimum Registration Time is set to 15 on the main board I administer, and folk can still register).
If you want to debug the root cause on your board, then we can do that. My guess is that the line:
Hopefully that gives you something to go on in your investigations!
Re the root cause: the thing is that it is specific to your board, because the rest of us don't experience the same problem (Minimum Registration Time is set to 15 on the main board I administer, and folk can still register).
If you want to debug the root cause on your board, then we can do that. My guess is that the line:
<input type="hidden" name="regtime" value="{$time}" />
has been removed from your member_register
template, or otherwise disabled, or that in some way that regtime
form field isn't getting passed to member.php
on submission of registration.Hopefully that gives you something to go on in your investigations!