> 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 mailine kod göndererek şifrelerini sıfırlayabilirler.

> 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="https://3738971515-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj3wpLd5BxiibIgINwCvQ%2Fuploads%2FIHto55wjGrgKRxN6OpdV%2FEkran%20g%C3%B6r%C3%BCnt%C3%BCs%C3%BC%202025-06-05%20211001.png?alt=media&amp;token=6b24d84e-7b2a-4bab-a46c-b63af4c35161" alt=""><figcaption></figcaption></figure> <figure><img src="https://3738971515-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj3wpLd5BxiibIgINwCvQ%2Fuploads%2Fve8QfXyHKiA0dBF4sHki%2FEkran%20g%C3%B6r%C3%BCnt%C3%BCs%C3%BC%202025-06-05%20210944.png?alt=media&amp;token=d93203e0-1760-4527-8146-ff6e937bba89" 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="https://3738971515-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj3wpLd5BxiibIgINwCvQ%2Fuploads%2FsEEdUrACbGiag3nr0u5B%2FEkran%20g%C3%B6r%C3%BCnt%C3%BCs%C3%BC%202025-06-05%20211019.png?alt=media&amp;token=787a2780-d104-4334-a196-26efdcf21d10" alt=""><figcaption></figcaption></figure>
