add a boolean field to the registration page and require it to be true auth.settings.custom_fields['auth_user'].append(Field('agree','boolean',requires=IS_NOT_EMPTY(error_message='you must agree this')))
On Thursday, 29 March 2012 17:15:31 UTC-5, Hassan Alnatour wrote: > > Dear ALL, > > How can i make the user agree to some term using a check box before > registration ?? >