forked from External/greenlight
GRN2-6: Added the ability for admins to specify registration method (#520)
* Added the ability to invite users * Small bug fix * Added the ability to approve/decline users * Small bug fixes * More bug fixes * More minor changes * Final changes
This commit is contained in:
committed by
Jesus Federico
parent
adf4b68008
commit
720dac6012
@ -41,6 +41,10 @@ Style/MixinUsage:
|
||||
Style/SymbolArray:
|
||||
Enabled: false
|
||||
|
||||
# Don't use begin blocks when they are not needed.
|
||||
Style/RedundantBegin:
|
||||
Enabled: false
|
||||
|
||||
# Use `%`-literal delimiters consistently
|
||||
Style/PercentLiteralDelimiters:
|
||||
Enabled: false
|
||||
|
Reference in New Issue
Block a user