class Lato::AuthenticationController

def lock_recover_password_if_disabled

def lock_recover_password_if_disabled
  return unless Lato.config.auth_disable_recover_password
  respond_to_with_not_found 
end