module Devise::Models::Lockable

def resend_unlock_instructions

Resend the unlock instructions if the user is locked.
def resend_unlock_instructions
  if_access_locked { send_unlock_instructions }
end