diff --git a/pyproject.toml b/pyproject.toml index 6dcfd6a0d..e695a3654 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ extension-pkg-whitelist=["lxml","xmlsec"] # Allow constants to be shorter than normal (and lowercase, for settings.py) const-rgx="[a-zA-Z0-9_]{1,40}$" -ignored-modules=["django-otp"] +ignored-modules=["django-otp","binascii", "socket"] generated-members=["xmlsec.constants.*","xmlsec.tree.*","xmlsec.template.*"] ignore="migrations" max-attributes=12 diff --git a/website/docs/events/event_matcher.png b/website/docs/events/event_matcher.png index a89adedcb..d370ed85c 100644 Binary files a/website/docs/events/event_matcher.png and b/website/docs/events/event_matcher.png differ diff --git a/website/docs/flow/stages/email/custom-template.png b/website/docs/flow/stages/email/custom-template.png deleted file mode 100644 index 072bae310..000000000 Binary files a/website/docs/flow/stages/email/custom-template.png and /dev/null differ diff --git a/website/docs/flow/stages/email/custom_template.png b/website/docs/flow/stages/email/custom_template.png new file mode 100644 index 000000000..a294f489a Binary files /dev/null and b/website/docs/flow/stages/email/custom_template.png differ diff --git a/website/docs/flow/stages/email/email-recovery.png b/website/docs/flow/stages/email/email-recovery.png deleted file mode 100644 index 26c0cccb8..000000000 Binary files a/website/docs/flow/stages/email/email-recovery.png and /dev/null differ diff --git a/website/docs/flow/stages/email/email_recovery.png b/website/docs/flow/stages/email/email_recovery.png new file mode 100644 index 000000000..eac1ebf70 Binary files /dev/null and b/website/docs/flow/stages/email/email_recovery.png differ diff --git a/website/docs/flow/stages/email/index.md b/website/docs/flow/stages/email/index.md index 8837570af..836d82c8f 100644 --- a/website/docs/flow/stages/email/index.md +++ b/website/docs/flow/stages/email/index.md @@ -4,7 +4,7 @@ title: Email stage This stage can be used for email verification. authentik's background worker will send an email using the specified connection details. When an email can't be delivered, delivery is automatically retried periodically. -![](email-recovery.png) +![](email_recovery.png) ## Custom Templates @@ -20,4 +20,4 @@ This is currently only supported for docker-compose installs, and supported star If you've add the line and created a file, and can't see if, check the logs using `docker-compose logs -f worker`. ::: -![](custom-template.png) +![](custom_template.png) diff --git a/website/docs/troubleshooting/access_denied_message.png b/website/docs/troubleshooting/access_denied_message.png index b6e1de3d8..51d446f4a 100644 Binary files a/website/docs/troubleshooting/access_denied_message.png and b/website/docs/troubleshooting/access_denied_message.png differ