nbudin / devise_cas_authenticatable

CAS authentication support for Devise
MIT License
285 stars 117 forks source link

[question] Disable/enable cas create user #158

Closed francesco-loreti closed 2 years ago

francesco-loreti commented 2 years ago

Hello In the gem 1 release there was the configuration parameter config.cas_create_user = true / false. In the second version of the gem, is there this parameter and what is the name?

Thanks for the reply. Francesco

nbudin commented 2 years ago

Yes, this parameter hasn't changed since version 1. It should still be possible to set it just as before. The default is true.