On Sunday, May 22, 2011 4:01:51 PM UTC-4, haggis wrote: > > > Next step is to figure out how to disable the reset password actions.
See http://web2py.com/book/default/chapter/08#Restrictions-on-registration. I think it would be: auth.settings.actions_disabled.extend([ 'reset_password','request_reset_password'*])*