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
Currently, in the actual UI in production, you can put anything before the ORCID ID as Leo explains. We just need to accept valid ORCID ids or valid full URLs and with this, we will avoid making unnecessary calls to the backend.
Yes on the old sign in it will even allow you to successfully sign with an invalid string (if it contains a valid Orcid Id)
We should decide if we really want to validate a perfect ORCID ID for the signin since the backend understands the call.... maybe we want to keep allowing that there.
On the other hand, I believe we need a good validation on most other features.
Regexp ORCID_REGEXP and ORCID_URI_REGEXP used to validate ORCID IDs allow any string at the begging of the input.
This makes the UI accept wrong inputs like:
https://INVALID.orcid.org/0000-0002-9361-1905
orINVALID!0000-0002-9361-1905
This will currently affect validation on the advance search and signing
The text was updated successfully, but these errors were encountered: