-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Couple identities and accounts #629
Comments
Actually, one could have a single identity and one account per provider .. like a qabel.org account and a myHomeServer.dyndns.org account and an onpremise.mycompany.com account ... not that it's currently supported but maybe binding the identity to one account per provider is semantically more plausible. Imho that's a more probable use case than one person hanging around with a bunch of identities on a single device... |
ftr.: #631 adds account-usernames to prefixes. If they are exported with the identity, one could check if the imported user has a prefix with an account-username and if so, compare that username to the currently used username. For future BC (sounds yagni^^) it might be useful to add providers to these usernames before exporting them |
Users are confused that after changing the account but keeping the identity the users' files are gone. We have to discuss this, about how we want the behavior to be. |
@audax and I talked about this and I further discussed this with Britta. The proposed solution is as follows.
|
We currently store the identities prefixes with the Accounts username. That
means we can detect an Account switch but not if an imported identity has
been previously used with another Account. It could be achieved by
exporting the identity together with it's prefixes and their accounts.
Oliver Weidner <notifications@github.com> schrieb am Di., 13. Dez. 2016
13:27:
… @audax <https://github.com/audax> and I talked about this and I further
discussed this with Britta. The proposed solution is as follows.
- Do not allow import of identity if it does not fit to the account
currently logged in / used.
- Question: Which are the possibilities to check this?
- Instead refer to forgot password function with explanation.
Explanation because: Users tend to just create another account if they lost
their old one and import the old identity. They must understand that they
should instead use password forgotten function.
- If this is not the problem the user ran into we should encourage
him to get in touch with our support.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#629 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADG5iiJAWKvX21GgaZNhBLFxIQL_084Xks5rHo8ygaJpZM4KTl9S>
.
|
An Identity should know to which account it belongs. This way, users cannot import identities that don't "belong" to their account.
The text was updated successfully, but these errors were encountered: