Forum Discussion
smiley_dba_1116
May 02, 2016Nimbostratus
customize APM login page with forgot password link
All,
Trying to figure out how to add a line in the standard APM login screen so that below the login fields, there is a forgot password link. I figured I would go to Customization-Access Policy...
Marvin
Apr 13, 2020Cirrocumulus
<tr>
<td colspan=2 class="credentials_table_unified_cell">
<a href="javascript:document.getElementById('ForgotPassword').submit()">
Forgot My Password
</a>
</td>
</tr>
<tr id="submit_row">
<?
?>
</tr>
<?
$vParam = $_GET['v'];
if (!empty($vParam) && ($vParam == "v2")) {
?>
<tr>
<td class="credentials_table_unified_cell" colspan="2">
<a id="v2_original_url" href="/">%[logon_original_url]</a>
</td>
</tr>
<?
}
?>
<tr>
<td colspan=2 id="credentials_table_footer" ></td>
</tr>
</table>
<input type=hidden name="vhost" value="standard">
</form>
<form id="ForgotPassword" action="https://forgotpasswordurl" method="GET">
<input name="CommandName" value="Execute" type="hidden">
<input name="UserName" value="%{session.logon.last.username}" type="hidden">
</form>
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects