Can I import users from a Csv file?
| Author(s): | | Experience level: | - |
Contributors: | | Joomla! version: |  | Date added: | Tuesday, 10 July 2007 | Date last changed: | Monday, 01 October 2007 | | |
There is not a native bulk import function. However, users can be imported using MySQL.
If importing, make sure that each user must have a record in the following tables:
jos_users
jos_core_acl_aro
jos_core_acl_groups_aro_map
(assuming that jos is your prefix)
Passwords should be encrypted, i.e. in Joomla! 1.0.x md5(password).
Last Updated Monday, 01 October 2007