Class: Booth::Credentials::PasswordAuthentication

Inherits:
Object
  • Object
show all
Includes:
Logging, MethodObject
Defined in:
lib/booth/credentials/password_authentication.rb

Instance Method Summary collapse

Methods included from MethodObject

included

Instance Method Details

#callObject



12
13
14
15
16
17
# File 'lib/booth/credentials/password_authentication.rb', line 12

def call
  do_check_blank_password
    .on_success { do_check_too_short_password }
    .on_success { do_check_cooldown }
    .on_success { do_check_password }
end