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.

