Actions
MigDok185 Ch20 Users » History » Revision 9
« Previous |
Revision 9/33
(diff)
| Next »
Stefaan Vanbillemont, 03/03/2010 10:09
Added validation/convert method
Migration Dokeos 185 to Chamilo 20 - Users¶
Files involved¶
- /migration/platform/dokeos185/dokeos185_user.class.php
Validation method¶
1. retrieve all old users from Dokeos 1.8.52. check if all old users have:
- username
- password
- status
3. For each username that is already used in the new platform, generate a new username
Convert method¶
1. Create new user object
2. Set all user fields
3. Copy user picture (if available) to the /files/userpictures/ subfolder
4. Create/Publish Profile object
5. Convert Production files to Content objects in repository
Updated by Stefaan Vanbillemont almost 14 years ago · 9 revisions