From e11b2ceeee9063198ac2a02df7a6222c301d9b55 Mon Sep 17 00:00:00 2001 From: YanJin Date: Mon, 25 Nov 2019 12:15:07 +0100 Subject: [PATCH] add issuer in the templates.md --- Documentation/templates.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/templates.md b/Documentation/templates.md index 7906363b..043938d9 100644 --- a/Documentation/templates.md +++ b/Documentation/templates.md @@ -14,11 +14,13 @@ Steps: ```yaml frontend: dir: /path/to/custom/web + issuer: my-dex extra: tos_footer_link: "https://example.com/terms" client_logo_url: "../theme/client-logo.png" foo: "bar" ``` 5. Set the `frontend.dir` value to your own `web` directory. +6. Write the issuer in the `issuer` directory in order to modify the Dex title and the `Log in to <>` tag. To test your templates simply run Dex with a valid configuration and go through a login flow. \ No newline at end of file