You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.
j-pommier and j.pommier users in geOrchestra would both be translated as j_pommier in CKAN
geOrchestra and ckan don't enforce the same rules for user id definition.
geOrchestra accepts - and . in the user ID (but not _)
CKAN accepts _ but not - or .
In its current state, this extension translates . and - into _. Which could lead to an id collision.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
j-pommier and j.pommier users in geOrchestra would both be translated as j_pommier in CKAN
geOrchestra and ckan don't enforce the same rules for user id definition.
geOrchestra accepts - and . in the user ID (but not _)
CKAN accepts _ but not - or .
In its current state, this extension translates . and - into _. Which could lead to an id collision.
The text was updated successfully, but these errors were encountered: