open-vault/ui/app/templates/components/wizard/userpass-method.hbs
Matthew Irish 0ccc8467ec
UI ember engines (#6718)
Adds replication engine and core in-repo addon
2019-05-13 14:05:25 -05:00

11 lines
312 B
Handlebars

<WizardSection
@headerText="Username & Password"
@headerIcon="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>