Can you explain the logic? Are you trying to override whatever emails is typed in by the user on registration?
On Jul 5, 12:08 pm, Luis Goncalves <[email protected]> wrote: > This doesn't seem to work with auth() forms: > > form = auth.register() > > form.vars.email = '[email protected]' > > return dict(form=form) > > doesn't show the predefined value for 'email' in a view that renders > {{=form}} > > Does anybody know why? > > Thanks!! > Luis.

