Sha256: 9d678ebc2ab66e3e7f2cdbb43c359dc9b1635843003d1f2534a87f3915c393b7
Contents?: true
Size: 427 Bytes
Versions: 2
Compression:
Stored size: 427 Bytes
Contents
# frozen_string_literal: true # All Registrations will be automatically confirmed (default) # MrCommon.registration_confirmation_strategy = :auto # Registrations will be confirmed automatically if a PreRegistration is found # MrCommon.registration_confirmation_strategy = :pre_register # An admin will need to log in and click the confirm button for each registration # MrCommon.registration_confirmation_strategy = :manual
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mr_common-2.1.0 | spec/dummy/config/initializers/mr_common.rb |
mr_common-2.0.0 | spec/dummy/config/initializers/mr_common.rb |