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
It's currently possible to create a study with a stableId that includes a "+". These types of characters can mess with the URL, so we should make the validator limit the studyId characters to something like [a-zA-Z0-9_]. The validator is a python script called by metaImport.py