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
New user login seems to fails when the user has a "-" in the username.
Sample:
username: emee-glh
# Using the new login format (FAILS):
./opencga.sh login "emee-glh"
Invalid user name: emee-glh
# Using the old login format (WORKS):
./opencga.sh users login -u "emee-glh" -p
^ this works
The text was updated successfully, but these errors were encountered:
New user login seems to fails when the user has a "-" in the username.
Sample:
username: emee-glh
The text was updated successfully, but these errors were encountered: