[freeside-commits] branch master updated. a07ca8e4ca980b88a4d6a8f85b4f72c459599e0a

Jeremy Davis jeremyd at 420.am
Fri Nov 14 09:20:28 PST 2014


The branch, master has been updated
       via  a07ca8e4ca980b88a4d6a8f85b4f72c459599e0a (commit)
      from  4df3cb3192930c482c07c8d8e077a736244d4fc6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a07ca8e4ca980b88a4d6a8f85b4f72c459599e0a
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Fri Nov 14 12:20:10 2014 -0500

    Ticket #32164 Reset password link not branded in portal

diff --git a/fs_selfservice/FS-SelfService/cgi/login.html b/fs_selfservice/FS-SelfService/cgi/login.html
index 9cee01d..abf1770 100644
--- a/fs_selfservice/FS-SelfService/cgi/login.html
+++ b/fs_selfservice/FS-SelfService/cgi/login.html
@@ -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>

-----------------------------------------------------------------------

Summary of changes:
 fs_selfservice/FS-SelfService/cgi/login.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list