Skip to content
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

REST API uses userExternalId #614

Closed
tomas-knap opened this issue Mar 13, 2017 · 3 comments
Closed

REST API uses userExternalId #614

tomas-knap opened this issue Mar 13, 2017 · 3 comments
Assignees

Comments

@tomas-knap
Copy link

user may be confused which id he should use, because such IDs is not visible anywhere - it is set up to be equal for new users as the userID, but if the user changes its ID, the externalIDs remains as it was before, which is a bit confusing.

Propose solution/adjust API

@tomas-knap tomas-knap added this to the Release v2.3.3 milestone Mar 13, 2017
@tomas-knap tomas-knap self-assigned this Mar 13, 2017
@tomas-knap
Copy link
Author

Also by default, with new database, the external ID for user "John Admin" is http://www.johnadmin.cz, which is not visible anywhere. Change to the userID?

@tomas-knap
Copy link
Author

tomas-knap commented May 5, 2017

Fixed in 3.0 in a way that for new installations, externalID is the same as userID. For custom users equal to userID.
Missing:

  • When userID is changed, change also userExternalID.
  • Name of the param "userExternalID" is a bit confusing - use "userID" instead

@tomas-knap
Copy link
Author

It was already fixed by #629

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant