Kaynağa Gözat

Do not log password changes.

merge-requests/1/merge
Christoph Haas 10 yıl önce
ebeveyn
işleme
fcdf0980e8
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      roles/ispmail-webmail/templates/roundcube-password-config.inc.php.j2

+ 1
- 1
roles/ispmail-webmail/templates/roundcube-password-config.inc.php.j2 Dosyayı Görüntüle

@@ -19,7 +19,7 @@ $config['password_minimum_length'] = 10;
$config['password_require_nonalpha'] = false;

// Enables logging of password changes into logs/password
$config['password_log'] = true;
$config['password_log'] = false;

// Comma-separated list of login exceptions for which password change
// will be not available (no Password tab in Settings)


Yükleniyor…
İptal
Kaydet