Hi
I have done some custom login form like this in db.py file.
auth = Auth(db, hmac_key=Auth.get_or_create_key())
crud, service, plugins = Crud(db), Service(), PluginManager()
auth.settings.extra_fields['auth_user']= [
Field('WithdrawalAddress', label = 'Withdrawal Address'),
Field('Address', label = 'Deposit Address'),
Field('Nickname', label = 'Nickname')
]
How can I add a custom validation function to extra_fields ?
thanks
/F
--
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.