Writes a password, with optional username and href.
May optionally be nested inside a <password:passwordTable> to be displayed in a table format with other passwords.
Custom fields may be associated with the password through nested <password:customField> tags.
Secret questions and answers may be associated with the password through nested <password:secretQuestion> tags.
Must be nested inside a <core:page> page to provide page password information for different site views.
Tag Information
| Tag Class: | com.pragmatickm.password.taglib.PasswordTag |
|---|---|
| TagExtraInfo Class: | None |
| Body Content: | scriptless |
| Display Name: | None |
| Dynamic Attributes: | true |
Attributes
| Name | Required | Evaluation | Type | Description |
|---|---|---|---|---|
| id | No | Deferred-Value | String |
An optional page-unique ID for the password. This id may be used to obtain the password from other pages. |
| password | Yes | Deferred-Value | String |
The required password. |
| username | No | Deferred-Value | String |
The username required for login. |
| href | No | Deferred-Value | String |
The URL of the password-protected resource. |
Variables
No Variables Defined.