Module: Devise

Extended by:
CommonPassword::Devise, PwnedPassword::Devise, ZxcvbnPassword::Devise
Defined in:
lib/devise/password_breach_alert.rb,
lib/devise/password_breach_alert/model.rb

Defined Under Namespace

Modules: Models, PasswordBreachAlert

Constant Summary collapse

@@pwned_active =
true
@@common_active =
true
@@zxcvbn_active =
true
@@breaches_policy =
'PasswordBreachAlert::BreachesPolicies::SendDeviseNotification'
@@breaches_filter =
'PasswordBreachAlert::BreachesFilters::NewWithUser'
@@breaches_filter_options =
-> { {} }

Method Summary

Methods included from ZxcvbnPassword::Devise

zxcvbn_min_password_score=