Posted 10 апреля, 20177 yr comment_126515 Ребят, столкнулся с проблемой интеграции хеша паролей. Нужно ввести логин и пароль от базы данных и таблицы. Суть не в этом. При попытки подключения AuthMe к ДБ, игроки входящие на форум, не могу использовать пароль и кикаются с ошибкой "не верный пароль". Часть конфига с хешем: # Possible values: SHA256, BCRYPT, BCRYPT2Y, PBKDF2, SALTEDSHA512, WHIRLPOOL, # MYBB, IPB3, PHPBB, PHPFUSION, SMF, XENFORO, XAUTH, JOOMLA, WBB3, WBB4, MD5VB, IPB4, # PBKDF2DJANGO, WORDPRESS, ROYALAUTH, CUSTOM (for developers only). See full list at # https://github.com/AuthMe/AuthMeReloaded/blob/master/docs/hash_algorithms.md passwordHash: 'IPB4' # Salt length for the SALTED2MD5 MD5(MD5(password)+salt) doubleMD5SaltLength: 0 # If a password check fails, AuthMe will also try to check with the following hash methods. # Use this setting when you change from one hash method to another. # AuthMe will update the password to the new hash. Example: # legacyHashes: # - 'SHA1' Помогите с интеграцией.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.