Module ActiveModel::SecurePassword::InstanceMethodsOnActivation
In: lib/active_model/secure_password.rb

Methods

Public Instance methods

Returns self if the password is correct, otherwise false.

Encrypts the password into the password_digest attribute.

[Validate]