docs: update screenshots
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
|
@ -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
|
||||
|
|
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 83 KiB |
After Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 51 KiB |
After Width: | Height: | Size: 40 KiB |
|
@ -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)
|
||||
|
|
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 79 KiB |