/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

  1. Goals:
  2. One account for all wikis in the farm, prevent having to sign
  3. up for a new account for each wiki we have, to consolidate the
  4. user directories of each wiki into one shared user directory.
  5. Issues:
  6. There may be different users with the same username in different
  7. wikis, we can cross-reference to a certain point with email
  8. addresses used etc.
  9. Notes:
  10. To be written in Python and made available to other MoinMoin users.
  11. Hosted initially on BitBucket in a hg repo for ease of contributing back to
  12. and with MoinMoin.
  13. Re-use as much of existing Moin as possible.
  14. User IDs are a semi-random number, this is used in areas like edit-logs and
  15. tracks the users edits, so when merging two users this ID needs to be merged
  16. also.
  17. Code of interest could be MoinMoin.user (may need to add profile rename/re-id),
  18. for edit-log there is code in MoinMoin.logfile.editlog
  19. Current Status:
  20. Not started
  21. Volunteers:
  22. wiki username: bitbicket username:
  23. -------------- -------------------
  24. GavinMcDonald gmcdonald
  25. yourwikinamehere yourusernamehere