pinax/pinax-teams

Allow customization of team_invite and TeamInviteUserForm

Closed this issue · 2 comments

  • TeamInviteUserForm is currently incompatible with custom user models (hard coded to username)
  • Form should be customizable
  • View should be customizable

On close inspection, TeamInviteUserForm half-expects username half expects email. Not sure yet if it should only support one or the other based on settings or if it should only support one out of the box.

(So then it would rely on the user model having username or email)

Resolved with #43 and #40