Skip to content

Commit ea10f6b

Browse files
teauxfuLinux User
authored and
Linux User
committed
docs: make the required backticks in email password more explicit (go-gitea#23923)
updated the example config to make the needed backticks around the password more obvious
1 parent 7bfab90 commit ea10f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/administration/email-setup.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ SMTP_ADDR = smtp.gmail.com
8181
SMTP_PORT = 465
8282
8383
USER = example.user
84-
PASSWD = ***
84+
PASSWD = `***`
8585
MAILER_TYPE = smtp
8686
IS_TLS_ENABLED = true
8787
```

0 commit comments

Comments
 (0)