Yes, I am trying to create an 'invitation' only registration,
where the person receives an email with a link (and identifying token),
and on my website I use the token to pre-populate the registration form,
so that the user only has to pick his password.

thx,
Luis.

On Tue, Jul 5, 2011 at 10:20 AM, Massimo Di Pierro <
massimo.dipie...@gmail.com> wrote:

> 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