-
- Downloads
Check that an invite link is valid before bypassing approval mode (#10657)
* Check that an invite link is valid before bypassing approval mode Fixes #10656 * Add tests * Only consider valid invite links in registration controller * fixup
Showing
- app/controllers/auth/registrations_controller.rb 2 additions, 1 deletionapp/controllers/auth/registrations_controller.rb
- app/models/user.rb 1 addition, 1 deletionapp/models/user.rb
- spec/controllers/auth/registrations_controller_spec.rb 83 additions, 0 deletionsspec/controllers/auth/registrations_controller_spec.rb
Please register or sign in to comment