diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2014-11-21 14:06:31 -0500 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2014-11-21 14:06:31 -0500 |
commit | 173ef24d37ae35594f2cafdca50673657ce1c455 (patch) | |
tree | 1d401fdfb931f21970e9d3adbbf7c7b03c04643e | |
parent | 8ab5ca623bb07e337e00fab03f5e5e3411e4659f (diff) |
Ticket #32285 Password reset login link not skinned
-rw-r--r-- | fs_selfservice/FS-SelfService/cgi/do_process_forgot_password.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/do_process_forgot_password.html b/fs_selfservice/FS-SelfService/cgi/do_process_forgot_password.html index 35728e7ec..5a0104393 100644 --- a/fs_selfservice/FS-SelfService/cgi/do_process_forgot_password.html +++ b/fs_selfservice/FS-SelfService/cgi/do_process_forgot_password.html @@ -11,7 +11,7 @@ <%= if (!$error) { $selfurl =~ s/\?.*//; - $OUT .= "Your password has been changed. You can now <A HREF=\"$selfurl\">log in</A>."; + $OUT .= "Your password has been changed. You can now <A HREF=\"$selfurl?agentnum=$agentnum\">log in</A>."; } %> |