This section of the book could help :
http://www.web2py.com/book/default/chapter/08?search=setting#Settings-and-Messages

Richard

On Mon, Jul 4, 2011 at 8:37 PM, Luis Goncalves <lgoncal...@gmail.com> wrote:

> Hello!
>
> The website I am developing will be "invitation only":
>
> - a user gets an email invitation to register with a link to the site (with
> an identifying token in the link)
>
> - the link takes the user to the website, where he can register
>
> - to register, he need only define the password, since the person's name
> and email is already known (login will be  email/password)
> (a confirmation email is still sent, before they can log in)
>
> ? How do I call  user/register  with  the person's name and email already
> filled out, and non-modifiable,
>    so that they only need to define a password ?
>
> Thanks!!!
> Luis.
>

Reply via email to