> For the complete documentation index, see [llms.txt](https://tanitim.nourseproject.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tanitim.nourseproject.com/minecraft-sahte-lobi-paketleri/yeni-nauthlobby-eklenti-paketi-1.21.4x/sifre-sifirlama.md).

# Ş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>
