Actions
MigDok185 Ch20 Users » History » Revision 19
« Previous |
Revision 19/33
(diff)
| Next »
Anonymous, 03/03/2010 10:25
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. Set authentication method (if available on the new platform)
4. Copy user picture (if available) to the /files/userpictures/ subfolder
5. Create/Publish Profile object
6. Convert Production files to Content objects in repository
Issues/Problems/Suggestions¶
Please report all problem by creating a new issue in the 2.0 issue list [http://support.chamilo.org/projects/chamilo-20/issues]
Updated by Anonymous almost 14 years ago · 19 revisions