diff --git a/docs/Auth.md b/docs/Auth.md index 845882c..cf1e188 100644 --- a/docs/Auth.md +++ b/docs/Auth.md @@ -22,18 +22,18 @@ By default, a bcrypt difficulty of 4 is used to reduce page load times. You can use a MailHog shortcut to generate a bcrypted password: - MailHog bcrypt + MailHog bcrypt ### Enabling HTTP authentication To enable authentication, pass an `-auth-file` flag to MailHog: - MailHog -auth-file=docs/example-auth + MailHog -auth-file=docs/example-auth This also works if you're running MailHog-UI and MailHog-Server separately: - MailHog-Server -auth-file=docs/example-auth - MailHog-UI -auth-file=docs/example-auth + MailHog-Server -auth-file=docs/example-auth + MailHog-UI -auth-file=docs/example-auth ## Future compatibility