mike-marcacci / gandhi

The open source, online grant management system.
GNU Affero General Public License v3.0
36 stars 17 forks source link

Create system for invitations #42

Closed mike-marcacci closed 10 years ago

mike-marcacci commented 10 years ago

There is a common use case where applicants will want to invite someone else to their projects by email, but the invited might not yet have an account or might have an account with a different email. We need to add hashed invitation tokens (with a corresponding role) to a project, and provide an easy way for the invited party to claim it.

Dependency of #28