XenForo 2 'de Bir kullanıcının şifresini sıfırlamak için bu sorguyu kullanabilirsiniz. Yönetici şifrenizi unutmanız durumunda özellikle yararlıdır.
Yeni şifre için sorgu üzerinde aşağıda kırmızı renk ile belirtilen alanları (yeni-sifre, 1) değiştirmeniz yeterlidir.
You can use this query to reset a user's password on XF2 . It is especially useful if you forget your admin password.
You need to replace new-password and 1 (the user_id). You don't have to change salt, but if you do then both instances need to be the same.
It's ugly and only uses SHA1, but it works. If you are paranoid about security then you should reset your password again in the Admin CP once you regain access. Resetting the password in the Admin CP will use a more secure auth class.
- Bilgi Kaynak Erişimi
- https://xentr.net/