module Devise::Models::Lockable

def resend_unlock_token

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