Skip to content

Instantly share code, notes, and snippets.

@axfelix
Created July 6, 2010 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save axfelix/466040 to your computer and use it in GitHub Desktop.
Save axfelix/466040 to your computer and use it in GitHub Desktop.
<tr valign="top">
<td class="label">{fieldLabel name="managerpwd" key="plugins.auth.ldap.settings.managerpwd"}</td>
<td class="value">
<input type="password" id="managerpwd" name="settings[managerpwd]" value="{$settings.managerpwd|escape}" size="30" maxlength="255"
class="textField" />
<br />
<span class="instruct">{translate key="plugins.auth.ldap.settings.managerpwd.description"}</span>
</td>
</tr>
@axfelix
Copy link
Author

axfelix commented Jul 6, 2010

As discussed long ago in http://pkp.sfu.ca/support/forum/viewtopic.php?f=9&t=2160 and http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=2971, there's no password mask on LDAP manager credential form. Eight seconds later, now there is :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment