Actions
MigDok185 Ch20 Users » History » Revision 20
« Previous |
Revision 20/33
(diff)
| Next »
Stefaan Vanbillemont, 03/03/2010 11:17
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¶
- Implement user settings: language
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 Stefaan Vanbillemont almost 14 years ago · 20 revisions