Source template/control/password-new.edit.control.hbs

{{!--
/**
 * @template password-new%edit
 * @language handlebars
 * @block control
 * @param {object} [attributes] Attributes to pass to el-password
 * @description Template used by new password control in edit mode
 * 
 *     {{{template "password-new.edit" attributes=attributes}}}
 *
 * NB. It is usually preferable to use {@link template:control%view} rather than calling this directly
 *
 * @todo Could/should this not actually be
 * 
 *     {{template "password.edit" attributes=attributes}}?
 *
 * @see template:control%view
 * @see template:control
 * @see template:control%edit
 */
--}}
{{{el-password attributes=attributes}}}