[web2py] Re: Auth.registration_requires_invitation

2012-01-23 Thread tsvim
Hi all, I'd be happy to collaborate on such a feature if needed, as it is something on my roadmap for my app. Basically, I want to allow 2 users to collaborate on the same data, by allowing a user to invite a friend to collaborate. If you have some code already, please share. Tsvi

[web2py] Re: Auth.registration_requires_invitation

2012-01-22 Thread pbreit
Can you do it without storing a new field in the database? Like could the key be a hash of the email address?