Closed evanjs closed 7 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.
Fixed on #63
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.