Turn your Ossn site into a 'By Invitation Only' site.
Only invited users can signup on your site by following the link on their invitation email.
Registered users can send invitations to their friends to join them on your Ossn site.
Note:
Initially, the site administrator either sends out invitations or manually adds users at the users manager.
This component disables the public registration/signup form. Only users with invitation email can confirm their membership on your Ossn site.
Licensed under Homelancer License <http://homelancer.com/license/
By downloading, you agree not to modify the product for selling or redistribution as derivative works.
Hey guys, I'm modifying this component, I'm having trouble finding where to add or monify resendvalidation, I didn't find any reference, when clicking the page returns 404, the validate is working, I tried to locate it with the OssnInvite component, without success, thanks if any can give you a direction.
ossnsiteurl("action/admin/resendvalidation/user?guid={$user->guid}", true);
ossnsiteurl("action/admin/validate/user?guid={$user->guid}", true);
I have developed a new Ossn 6.x compatible component with a similar functionality. See
Registration By Invitation Only 6.1
I too would also like it if someone updated this component.
Hi i really like your idea on this component, So i was wondering if you can update it to work with the latest version
Sir, will you be so kind to adopt your very nice script to new version, pls. Thank you, if yes.
Ola Boa tarde,
Como faço a instalação do componente?
This component has been marked not to work with the latest Ossn
because it's creating incomplete user records (missing gender and
birthdate) resulting in a wrong user count on the admin dashboard.
Basically, the component public registrations and only leaves the login and reset password features.
As for the unique links: the component sends out invitation emails from the "Invite Friends" and creates a link on the email like https://www.myossn.site/rsvp/signup/2/1f14bea82afa02ce3d6d481af801d540 with that trailing 32 characters as the activation code for the invited user. Which is generated from the addUser function of the OssnUser class (/classes/OssnUser.php)
I'm wanting to use this along with Private Network(here). I'm asuming this creates unique links and was wondering if you could think of any way I can get around Private Network blocking it? I think if I knew how the links were created, I could make an exception, mayb... BUT I'm new to php, so I'm learning as I go. Any help would be appreciated!
Nice component ! Can be very useful.