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 <lgoncal...@gmail.com> wrote:
> This doesn't seem to work with auth() forms:
>
> form = auth.register()
>
> form.vars.email = 'l...@vision.caltech.edu'
>
> return dict(form=form)
>
> doesn't show the predefined value for 'email' in a view that renders  
> {{=form}}
>
> Does anybody know why?
>
> Thanks!!
> Luis.

Reply via email to