summaryrefslogtreecommitdiff
path: root/test/unit/invite_code_validator_test.rb
AgeCommit message (Collapse)Author
2015-09-28Make invite code configurableankonym
Through the config param 'invite_required', providers can decide whether users need to provide an invite code upon signup. The default setting is false.
2015-09-28Fixed the signup bug that wrongly consumes the invite code.Aya Jaff
2015-09-28Separate user and invite code validator testsankonym