# Şifre Sıfırlama

> Oyuncular şifrelerini unuttuktan sonra /email komutu ile eklediği maili üzerinden şifresini sıfırlayabilir. Bu sistem paket sahipleri için %98 kendilerine özel ayarlanabilir durumdadır.

{% hint style="info" %}
Bu sistem SMTP gerektirir. Domaininize ait mailden SMTP bilgileri ile sistemi aktifleştirebilirsiniz.
{% endhint %}

<div><figure><img src="/files/eUENx6CDRKC5atGYoMYS" alt=""><figcaption></figcaption></figure> <figure><img src="/files/8QaGfv6sfvmlCNUgrobu" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
Bu sistemi etkinleştirebilmeniz için config den aşağıdaki bölümü ayarlamanız gereklidir.
{% endhint %}

```java
Email:
    # Email SMTP server host
    mailSMTP: smtp.gmail.com # SMTP Sunucunuz
    # Email SMTP server port
    mailPort: 465 # SMTP Portunuz
    # Only affects port 25: enable TLS/STARTTLS?
    useTls: true # Ellemeyin
    # Email account which sends the mails
    mailAccount: '' # SMTP Mailiniz/Hesabınız
    # Email account password
    mailPassword: '' # SMTP Mail Şifreniz
    # Email address, fill when mailAccount is not the email address of the account
    mailAddress: '' # SMTP Mailiniz
    # Custom sender name, replacing the mailAccount name in the email
    mailSenderName: 'Exemit | Şifre Bilgilendirme' # Gönderen İsim
    # Recovery password length
    RecoveryPasswordLength: 8
    # Mail Subject
    mailSubject: Exemit Şifre Sistemi # Konu Başlığı
```

<figure><img src="/files/8pZ9syeLl7tvdgPDXP4g" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://tanitim.nourseproject.com/minecraft-sahte-lobi-paketleri/yeni-nauthlobby-eklenti-paketi-1.20.4x/sifre-sifirlama.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
