Method: Sorcery::Model::Config#downcase_username_before_authenticating

Defined in:
lib/sorcery/model/config.rb

#downcase_username_before_authenticatingObject

downcase the username before trying to authenticate, default is false



12
13
14
# File 'lib/sorcery/model/config.rb', line 12

def downcase_username_before_authenticating
  @downcase_username_before_authenticating
end