>
> I did assume that the "old validator" *would still fire,* and not be 
>> replaced
>> with just my validator.- but used WITH my validator.
>>
>
> db.auth_user.username.requires = [list, of, validators]
> db.auth_user.username.requires = IS_MATCH(...)
>

FYI, I just submitted a patch that will force an IS_NOT_IN_DB validator on 
the "username" field (or "email" field if used for login) during 
registration, in case you accidentally overwrite the default validator as 
above.

Anthony

-- 



Reply via email to