> For the complete documentation index, see [llms.txt](https://docs.authenticateme.xyz/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.authenticateme.xyz/en/owners-manual/servers-helpbook/reset-verification.md).

# Reset Verification

{% hint style="danger" %}
**This is for server moderators / owner(s) to reset a user's credentials to verify in a server.**\
\
If you are an end-user trying to access a server, please refer to the [<mark style="color:blue;">**User Helpbook**</mark>](/en/help/verify-error.md) instead of the <mark style="color:orange;">**Owner's Manual.**</mark>
{% endhint %}

A user may request to change their main account in your server if their main account has been compromised, deleted or for any other reasons that you find acceptable.

This is also applicable to resetting verification attempts.

***

## Conditions Required

<div align="left"><figure><img src="/files/asOX6EpIw5GMggFskOGw" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/JtsZlT1HXtfbWERMtpyO" alt=""><figcaption></figcaption></figure></div>

* Affected User must have an Alternate Account Error
* Alt Account Logs Record containing both main and alt accounts' 18 digit ID
* Affected User who reached maximum verification attempts

***

## Resolution

If you deem that the user's evidence / reasoning provided is eligible for a verification reset, you can execute the following.

#### **Desktop / Browser App**

1. Right Click on the affected user.
2. Select the <mark style="background-color:blue;">Apps</mark> option.
3. Select <mark style="background-color:blue;">Reset Verification</mark> .

<div align="left"><figure><img src="/files/1yJckrv0WIo7t4firf5b" alt=""><figcaption></figcaption></figure></div>

***

#### **Mobile App**

1. Tap on the affected user's profile.
2. Scroll down until you see <mark style="background-color:blue;">Apps</mark> .
3. Select <mark style="background-color:blue;">Reset Verification</mark> .

<div align="left"><figure><img src="/files/biVmcO9FeTFFvy9lm0d3" alt="" width="375"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/Ew77L2FIYSf3YVHelXsc" alt="" width="375"><figcaption></figcaption></figure></div>

Once you have executed the command, prompt the user to verify again.

***

### Resetting via Slash Command

If the user was kicked or ban from the server, simply use the slash command as follows.

&#x20;**/reset-verification id:**

<div align="left"><figure><img src="/files/JtsZlT1HXtfbWERMtpyO" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/4E3RGMuPWXq3zZ7I4Tqc" alt=""><figcaption></figcaption></figure></div>

**Once both accounts are processed, request the user to verify on the correct account to be set as main.**

***

## Reset Confirmation

<div align="left"><figure><img src="/files/r9YkdhNW2BR9s7wZC6HG" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/Oz2j1NHWGgKctNkrLHiR" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.authenticateme.xyz/en/owners-manual/servers-helpbook/reset-verification.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
