Feature #28229
Invite feature
| Status: | Accepted | Start date: | 2011-07-15 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Hi,
just found this new powerful extbase extension :) sr_feuser_register has some nasty problems (especially rsa authentication / salted passwords, some bugs ecc.), so this could be a good alternative!
But i am missing the INVITE feature known from sr_feuser_register.
Description of the feature:
A registered FE-User fills out the registration form without entering a passwort. As email address he enters the email address of the friend he wants to invite. After confirming the invited friend receives an email were he can click to accept or decline the invitation.
Would be great if this could be implemented.
History
Updated by Sebastian Fischer almost 2 years ago
- Status changed from New to Accepted
This could be implemented by having a new controller with invite form and normal form, preview, save. On save the email gets send to the invitee. The activation link would then redirect to the normal form in which all missing data get entered. After saving the account of the invitee gets activated directly.
Updated by Georg Schönweger almost 2 years ago
Sounds good :) This way the person who invites (let's call him "inviter") doesn't have to fill out all required fields. The invitee will fill them out later by clicking on activation link.
But what if all required fields are already filled out by the "inviter"? Then IMO the activation link should activate directly the fe-user and just display a message "Your account has been activated. To change your data/password click here" (so lazy invitees don't get shocked when they see the form) ... Even better would be if the handling is adjustable via TS.
Updated by Sebastian Fischer almost 2 years ago
I would disagree with this, because this way the invitee has no chance to accept the informations given.
If the inviter gives more information then name and email the invitee must at least has the change to confirm they are correct. So in this case he still needs to be forwarded to the form.
Updated by Georg Schönweger almost 2 years ago
ok agree with you.