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
Function read_auth_data in IM/auth.py uses split by ";" to parse auth data in authorization files, preventing the use of semicolon in passwords. As a suggest, maybe the only change needed is to split by "; " (semicolon + space) instead of splitting by semicolon.
Regards,
Andrés
The text was updated successfully, but these errors were encountered:
Function read_auth_data in IM/auth.py uses split by ";" to parse auth data in authorization files, preventing the use of semicolon in passwords. As a suggest, maybe the only change needed is to split by "; " (semicolon + space) instead of splitting by semicolon.
Regards,
Andrés
The text was updated successfully, but these errors were encountered: