/STATUS-user-migration.txt
https://bitbucket.org/gmcdonald/moin-stuff · Plain Text · 40 lines · 25 code · 15 blank · 0 comment · 0 complexity · 53ed3cc23c34793393931e6fa0f3d9df MD5 · raw file
- Goals:
-
- One account for all wikis in the farm, prevent having to sign
- up for a new account for each wiki we have, to consolidate the
- user directories of each wiki into one shared user directory.
-
- Issues:
-
- There may be different users with the same username in different
- wikis, we can cross-reference to a certain point with email
- addresses used etc.
-
- Notes:
-
- To be written in Python and made available to other MoinMoin users.
-
- Hosted initially on BitBucket in a hg repo for ease of contributing back to
- and with MoinMoin.
-
- Re-use as much of existing Moin as possible.
-
- User IDs are a semi-random number, this is used in areas like edit-logs and
- tracks the users edits, so when merging two users this ID needs to be merged
- also.
-
- Code of interest could be MoinMoin.user (may need to add profile rename/re-id),
- for edit-log there is code in MoinMoin.logfile.editlog
-
- Current Status:
-
- Not started
-
- Volunteers:
-
- wiki username: bitbicket username:
- -------------- -------------------
-
- GavinMcDonald gmcdonald
- yourwikinamehere yourusernamehere