This repository has been archived on 2023-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
takahe/takahe
Corry Haines 17107618a0
unquote SMTP and AWS passwords (#78)
Passwords can contain characters that are illegal in URL identities. So use unquote to solve that.

WARNING: This means that a freak URL escape in a password will fail in the opposite way. But since this is a URL, everything _must_ be urlencoded for sanity.
2022-11-29 09:32:38 -07:00
..
__init__.py Releasing 0.4.0 2022-11-27 14:09:16 -07:00
asgi.py Simplified settings 2022-11-26 10:04:04 -07:00
settings.py unquote SMTP and AWS passwords (#78) 2022-11-29 09:32:38 -07:00
urls.py Hashtags 2022-11-28 21:41:36 -07:00
wsgi.py Simplified settings 2022-11-26 10:04:04 -07:00