From 8c6df81f77cf069afbf8d84eb62e7dcebb6f935f Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 28 Dec 2014 14:19:44 -0800 Subject: fix contact self-service password reset link vs. outlook, RT#32657 --- FS/FS/msg_template/InitialData.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FS') diff --git a/FS/FS/msg_template/InitialData.pm b/FS/FS/msg_template/InitialData.pm index a21c2d557..a4e27fdc9 100644 --- a/FS/FS/msg_template/InitialData.pm +++ b/FS/FS/msg_template/InitialData.pm @@ -10,7 +10,7 @@ sub _initial_data { _insert_args => [ subject => '{ $company_name } password reset', body => <<'END', To complete your { $company_name } password reset, please go to -{ $selfservice_server_base_url }/selfservice.cgi?action=process_forgot_password;session_id={ $session_id }
+{ $selfservice_server_base_url }/selfservice.cgi?action=process_forgot_password_session_{ $session_id }

This link will expire in 24 hours.

-- cgit v1.2.1