Ticket #2665 (new defect)

Opened 2 years ago

Last modified 1 year ago

self role in sharing should be independent of LoginMethod objects

Reported by: glyph Assigned to: glyph
Priority: normal Milestone:
Component: Mantissa Severity: normal
Keywords: Cc:
Estimated Completion (YYYY/MM/DD): Branch:
Author:

Description

A user with multiple login methods might end up with the "wrong" self role depending on how they logged in. We should correct this problem by having the 'self' role be a separate, specific role that identifies the user who owns the store and all of their login methods.

Change History

05/28/09 16:20:08 changed by exarkun

  • completion_estimate_date changed.

Additionally, an account with no LoginMethods should still be able to have a self role identified some other way. This is primarily useful for simplifying unit tests. See, for example, xmantissa.test.test_shell.ShellServerTests.test_appButtons.

jethro@divmod.org