open-vault/ui/app/templates/components/wizard/userpass-method.hbs

11 lines
319 B
Handlebars
Raw Normal View History

2018-08-28 05:03:55 +00:00
<WizardSection
@headerText="Username & Password"
@headerIcon="enable/userpass"
@docText="Docs: Userpass Authentication"
@docPath="/docs/auth/userpass.html"
>
<p>
The Username & Password auth method allows users to authenticate with Vault using a username and password combination.
</p>
</WizardSection>