Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Account confirmation links aren't shown in terminal if TESTING=True #493

Open
alisonrclarke opened this issue Apr 13, 2022 · 0 comments
Open
Labels
complexity: medium priority: medium type: bug Indicates an unexpected problem or unintended behaviour

Comments

@alisonrclarke
Copy link
Contributor

I made changes in c6cd938 to cut HTML tags out of emails when displaying on the console, to make them easier to read. Unfortunately this means URLs of links aren't displayed, so for example when creating a new user in TESTING mode, the confirmation link can't be seen.

We should modify the regular expressions to act differently on <a> tags, or find a better way of filtering out HTML tags, e.g. using bleach which is already installed for use in sanitising HTML in records.

@GraemeWatt GraemeWatt added type: bug Indicates an unexpected problem or unintended behaviour priority: medium complexity: medium labels Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complexity: medium priority: medium type: bug Indicates an unexpected problem or unintended behaviour
Projects
Status: To do
Development

No branches or pull requests

2 participants