diff --git a/src/lib/ae_events/ae_events__event_presenter.ts b/src/lib/ae_events/ae_events__event_presenter.ts
index 2e191103..d22d75b3 100644
--- a/src/lib/ae_events/ae_events__event_presenter.ts
+++ b/src/lib/ae_events/ae_events__event_presenter.ts
@@ -747,6 +747,7 @@ export async function email_sign_in__event_presenter (
base_url,
person_id,
person_passcode,
+ event_id,
event_session_id,
event_presentation_id,
event_presenter_id,
@@ -760,6 +761,7 @@ export async function email_sign_in__event_presenter (
base_url: string,
person_id: string,
person_passcode: string,
+ event_id: string,
event_session_id: string,
event_presentation_id: string,
event_presenter_id: string,
@@ -772,31 +774,31 @@ export async function email_sign_in__event_presenter (
console.log(`*** email_sign_in__event_presenter() *** to_email=${to_email} to_name=${to_name} person_id=${person_id} person_passcode=${person_passcode} presentation_id=${event_presentation_id} presenter_id=${event_presenter_id}`);
}
- let subject = `LCI Congress 2024 - Pres Mgmt Hub Sign In Link for ${session_name} (ID: ${event_session_id})`;
+ let subject = `LCI Congress 2025 - Pres Mgmt Hub Sign In Link for ${session_name} (ID: ${event_session_id})`;
- let sign_in_url = encodeURI(`${base_url}/events_pres_mgmt/session/${event_session_id}?person_id=${person_id}&person_pass=${person_passcode}&presentation_id=${event_presentation_id}&presenter_id=${event_presenter_id}`)
+ let sign_in_url = encodeURI(`${base_url}/events/${event_id}/session/${event_session_id}?person_id=${person_id}&person_pass=${person_passcode}&presentation_id=${event_presentation_id}&presenter_id=${event_presenter_id}`)
let body_html = `
${to_name},
-
Your link to sign into the presentation management hub for LCI Congress 2024 is below. If you did not request this, please delete and ignore this email. If you need to make any changes or updates to your submission, you may use this link again later.
+
Your link to sign into the presentation management hub for LCI Congress 2025 is below. If you did not request this, please delete and ignore this email. If you need to make any changes or updates to your submission, you may use this link again later.
- 26th Annual Lean Construction Congress (2024):
+ 27th Annual Lean Construction Congress (2025):
Use this link to view or update your LCI 2024 presentation information.
+
Use this link to view or update your LCI 2025 presentation information.
Copy and paste link: ${sign_in_url}
`;
api.send_email({
api_cfg: api_cfg,
from_email: 'noreply+presmgmt@oneskyit.com',
- from_name: 'LCI 2024 Pres Mgmt Hub',
+ from_name: 'LCI 2025 Pres Mgmt Hub',
to_email: to_email,
subject: subject,
body_html: body_html,
diff --git a/src/lib/ae_events/ae_events__event_session.ts b/src/lib/ae_events/ae_events__event_session.ts
index 557dd0a2..5a284292 100644
--- a/src/lib/ae_events/ae_events__event_session.ts
+++ b/src/lib/ae_events/ae_events__event_session.ts
@@ -1040,6 +1040,7 @@ export async function email_sign_in__event_session (
base_url,
person_id,
person_passcode,
+ event_id,
event_session_id,
session_name,
}: {
@@ -1049,35 +1050,36 @@ export async function email_sign_in__event_session (
base_url: string,
person_id: string,
person_passcode: string,
+ event_id: string,
event_session_id: string,
session_name: string,
}
) {
console.log(`*** email_sign_in__event_session() *** to_email=${to_email} to_name=${to_name} person_id=${person_id} person_passcode=${person_passcode} session_id=${event_session_id}`);
- let subject = `LCI Congress 2024 - Pres Mgmt Hub Sign In Link for ${session_name} (ID: ${event_session_id})`;
+ let subject = `LCI Congress 2025 - Pres Mgmt Hub Sign In Link for ${session_name} (ID: ${event_session_id})`;
- let sign_in_url = encodeURI(`${base_url}/events_pres_mgmt/session/${event_session_id}?person_id=${person_id}&person_pass=${person_passcode}&session_id=${event_session_id}`)
+ let sign_in_url = encodeURI(`${base_url}/events/${event_id}/session/${event_session_id}?person_id=${person_id}&person_pass=${person_passcode}&session_id=${event_session_id}`)
let body_html = `
${to_name},
-
Your link to sign into the presentation management hub as a session Champion for LCI Congress 2024 is below. If you did not request this, please delete and ignore this email. If you need to make any changes or updates to your submission, you may use this link again later.
+
Your link to sign into the presentation management hub as a session Champion for LCI Congress 2025 is below. If you did not request this, please delete and ignore this email. If you need to make any changes or updates to your submission, you may use this link again later.
- 26th Annual Lean Construction Congress (2024):
+ 27th Annual Lean Construction Congress (2025):