open-vault/ui/app/templates/components/wizard/auth-enable.hbs

10 lines
346 B
Handlebars
Raw Normal View History

<WizardSection
@headerText="Entering Auth Method details"
2018-08-28 05:03:55 +00:00
@docText="Docs: Authentication Methods"
@docPath="/docs/auth/index.html"
2019-02-14 18:52:34 +00:00
@instructions="Name your method and click 'Enable Method'."
2018-08-28 05:03:55 +00:00
>
<p>
2019-02-14 18:52:34 +00:00
Great! Now you can customize this method with a name and fill out general configuration under "Method Options".
2018-08-28 05:03:55 +00:00
</p>
2019-02-14 18:52:34 +00:00
</WizardSection>