Экспорт пользователей в стороннюю систему - помогите заполнить поля. Нужно указать какие таблицы и поля используются в IPB
С Уважением к вам, жду ответа.
Вот поля к заполнению- необходимо заменить нижний прочерк на нужное название. Работает на MYSQL
Custom Information
Table Name - ________
The table that contains the user information.
Username Field - _______
The name of the username field in the above table.
Password Field - _______
The name of the password field in the above table.
Email Field - _________
The name of the email field in the above table.
PHP Password Retrieve - ________________
If you employ a custom password encryption scheme that can be reversed, then you can enter PHP here that will be run on the users password so DeskPRO can use it too. If the password is already in plaintext, then you can simply $password = $original_password. If the password is in an unreversable form (for example, a hash), then your users will need to reset their password using the "Forgot my password" form.
The password string will be placed into a variable called $original_password. Your PHP will need to fill the variable $password with the plaintext version.
If $password contains any truthy value (non blank, non 0, non empty etc) then it will be cast into a string and used as the users password. A falsey value will mean that DeskPRO generates a new random password for the account.
Находясь на нашем сайте, вы соглашаетесь на использование файлов cookie, а также с нашим положением о конфиденциальности Политика конфиденциальности и пользовательским соглашением Условия использования.
Вопрос
Stormdog
Экспорт пользователей в стороннюю систему - помогите заполнить поля. Нужно указать какие таблицы и поля используются в IPB
С Уважением к вам, жду ответа.
Вот поля к заполнению- необходимо заменить нижний прочерк на нужное название. Работает на MYSQL
Custom Information
Table Name - ________
The table that contains the user information.
Username Field - _______
The name of the username field in the above table.
Password Field - _______
The name of the password field in the above table.
Email Field - _________
The name of the email field in the above table.
PHP Password Retrieve - ________________
If you employ a custom password encryption scheme that can be reversed, then you can enter PHP here that will be run on the users password so DeskPRO can use it too. If the password is already in plaintext, then you can simply $password = $original_password. If the password is in an unreversable form (for example, a hash), then your users will need to reset their password using the "Forgot my password" form.
The password string will be placed into a variable called $original_password. Your PHP will need to fill the variable $password with the plaintext version.
If $password contains any truthy value (non blank, non 0, non empty etc) then it will be cast into a string and used as the users password. A falsey value will mean that DeskPRO generates a new random password for the account.
Изменено пользователем StormdogСсылка на комментарий
Поделиться на других сайтах
2 ответа на этот вопрос
Рекомендуемые сообщения
Присоединиться к обсуждению
Вы можете ответить сейчас, а зарегистрироваться позже. Если у вас уже есть аккаунт, войдите, чтобы ответить от своего имени.