Retired Documentation:  You are using the documentation for version 1.7.3 which was retired in 2013. Go here for the latest version documentation or check here for your available upgrades to the latest version.

Import from XML

Control Panel Location:  Admin > Utilities > Import Utilities > Member Import Utility > Import from XML

NOTE: There is no undo for importing members. If you make a mistake or there is an error in your data, there is not a simple method to correct it. Always backup your database before using this utility!

WARNING: The <member_id> tag will cause the import utility to overwrite any existing members with the same ID. It is generally recommended that you do not use a <member_id> tag, so when transferring users from one system to another, ExpressionEngine can automatically create new unique IDs for each member without overwriting any existing members.

The Import from XML utility enables you import members from an XML file in ExpressionEngine's Member XML Format.

The utility itself contains the instructions needed to assist you during the XML import, and you should read each area carefully before performing the import. Username, Screen Name, and Email are required, and all standard member database fields are available to you, with the exception of "unique_id". It is recommended that you do not use member_id, so ExpressionEngine can automatically generate unique Member IDs when the members are later imported from the XML file.

Passwords will be randomly created for members who do not have a <password> element, and those members will need to use the "Forgot Password" link in order to log in. Passwords of the "text" type will be encrypted for you. Pre-encrypted passwords will be inserted into the database as-is. Please see the notes on the password tag for more details.

Top of Page