ryukinix / mal

MAL: A MyAnimeList Command Line Interface [BROKEN: BLAME MyAnimeList]
https://mal.readthedocs.io
Other
109 stars 9 forks source link

User cannot login if password contains unescaped special characters #62

Closed evanjs closed 6 years ago

evanjs commented 6 years ago

With the current usage of ConfigParser to authenticate a user's login, the parser attempts to interpolate passwords with special characters, requiring the user to either escape percentages (e.g. %% instead of %), etc.

ryukinix commented 6 years ago

Fixed on #63