# File lib/authlogic/acts_as_authentic/single_access_token.rb, line 43
          def reset_single_access_token
            self.single_access_token = Authlogic::Random.friendly_token
          end