Ticket #32164 Reset password link not branded in portal
authorJeremy Davis <jeremyd@freeside.biz>
Fri, 14 Nov 2014 17:20:10 +0000 (12:20 -0500)
committerJeremy Davis <jeremyd@freeside.biz>
Fri, 14 Nov 2014 17:20:10 +0000 (12:20 -0500)
fs_selfservice/FS-SelfService/cgi/login.html

index 9cee01d..abf1770 100644 (file)
@@ -47,7 +47,7 @@ if ( $single_domain ) {
 <TR>
   <TH ALIGN="right">Password </TH>
   <TD>
-    <INPUT TYPE="password" NAME="password"> <A HREF="<%= $selfurl %>?action=forgot_password">Forgot your password?</A>
+   <INPUT TYPE="password" NAME="password"> <A HREF="<%= $selfurl %>?<%= "agentnum=$agentnum&" if $agentnum; %>action=forgot_password">Forgot your password?</A>
   </TD>
 </TR>
 <TR>