Script to add CCID users to MediaWiki
Assuming the following data from creativecommons/CCID-cas:
CCID Field |
Example Data |
email |
arthur@creativecommons.org |
nickname |
Arthur Philip Dent |
global |
arthurdent |
addCCIDUser.php
:
WikiMedia |
CCID |
Example |
Notes |
Username |
global |
CCID-arthurdent |
'CCID-' . $global |
Email |
email |
arthur@creativecommons.org |
|
Real Name |
global |
arthurdent |
|
addTeamspaceCCIDUser.php
:
WikiMedia |
CCID |
Example |
Notes |
Username |
email |
Arthur@creativecommons.org |
ucfirst($email) |
Email |
email |
arthur@creativecommons.org |
|
Real Name |
global |
arthurdent |
|