MigDok185 Ch20 Users » History » Revision 24
« Previous |
Revision 24/33
(diff)
| Next »
Anonymous, 17/03/2010 09:56
Migration Dokeos 185 to Chamilo 20 - Users¶
Files involved¶
- /migration/platform/dokeos185/dokeos185_user.class.php
- /migration/lib/migration_manager/component/inc/wizard/users_migration_wizard_page.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 if specific fields are filled (phone,etc...)
6. Convert Production files to Content objects in repository
7. Create a new category in repository (profile/user_id)
Issues/Problems/Suggestions¶
- Implement user settings: language
- Implement user fields
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 over 13 years ago · 24 revisions