Plataforma de gestão de sócios e lembretes de pagamentos de quotas com integração ifthenpay.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

8 lines
258 B

Clearance.configure do |config|
config.allow_sign_up = false
config.mailer_sender = ENV['SMTP_FROM_ADDRESS']
config.rotate_csrf_on_sign_in = true
config.secure_cookie = true
config.signed_cookie = true
config.sign_in_guards = ["ActiveGuard"]
end