You can easily do this. Just think its the reset password function with a
twist.
On Jul 4, 2011 8:38 PM, "Luis Goncalves" <[email protected]> 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.