Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
If there are users on the Discourse forum who for any reason do not have a set password, i.e. there is no value for the password_hash and salt columns in the Discourse PostgreSQL database for the user ID, i.e. the values are NULL, the Xenforo import plugin will skip those users and will not import them. (You will not get any error or log because of this.)The reproduction was done in such a way that when a password was manually added to Discourses for a user who did not have one, XFI successfully added that one user on the repeated import.It is necessary to create a mechanism so that when importing, the verification of whether sha256 is present or not can be skipped on Xenforo importer part.
If there are users on the Discourse forum who for any reason do not have a set password, i.e. there is no value for the password_hash and salt columns in the Discourse PostgreSQL database for the user ID, i.e. the values are NULL, the Xenforo import plugin will skip those users and will not import them. (You will not get any error or log because of this.)
The reproduction was done in such a way that when a password was manually added to Discourses for a user who did not have one, XFI successfully added that one user on the repeated import.
It is necessary to create a mechanism so that when importing, the verification of whether sha256 is present or not can be skipped on Xenforo importer part.
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences