# File lib/devise/models/lockable.rb, line 56
      def resend_unlock_token
        if_access_locked { send_unlock_instructions }
      end