mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
docs: fix required flag for smtp notifier sender option (#2446)
Fixes: #2445.
This commit is contained in:
parent
9a7968e4c9
commit
209b39ffd0
2
.github/commit-msg
vendored
2
.github/commit-msg
vendored
|
@ -2,4 +2,4 @@
|
|||
. "$(dirname "$0")/_/husky.sh"
|
||||
. "$(dirname "$0")/required-apps"
|
||||
|
||||
cd web && ${PMGR} run commitlint --edit $1
|
||||
cd web && ${PMGR} commitlint --edit $1
|
||||
|
|
|
@ -99,8 +99,8 @@ The password sent for authentication with the SMTP server. Paired with the usern
|
|||
<div markdown="1">
|
||||
type: string
|
||||
{: .label .label-config .label-purple }
|
||||
required: no
|
||||
{: .label .label-config .label-green }
|
||||
required: yes
|
||||
{: .label .label-config .label-red }
|
||||
</div>
|
||||
|
||||
The address sent in the FROM header for the email. Basically who the email appears to come from. It should be noted
|
||||
|
|
Loading…
Reference in New Issue
Block a user