Two flags on invitation code

Issue #182 resolved
Jimmy Chu created an issue

Please add two flags on this feature

  • invitation_required: users are required to register with invitation
  • invitation_shown: in registration screen, invitation code text box is shown

Possible values of (invitation_required, invitation_shown):

  • (true, true)
  • (false, true)
  • (false, false) - this is the original behavior before you implement this feature

(true, false) - doesn't make sense. Make this behave the same as (true, true)

Comments (7)

  1. Log in to comment