diff --git a/Custom_Templates/customer_templates/Talkspace/auth_url_email.html.liquid b/Custom_Templates/customer_templates/Talkspace/auth_url_email.html.liquid index a413959c..faaa8667 100644 --- a/Custom_Templates/customer_templates/Talkspace/auth_url_email.html.liquid +++ b/Custom_Templates/customer_templates/Talkspace/auth_url_email.html.liquid @@ -5,13 +5,14 @@
{% form_authenticity_token %}
- {% t shared.welcome_to_school, school_name: current_school.name %} + Talkspace Academy
-
- {% t .headline, key: current_school.course_vocabulary %} +
+ Thanks for your interesting in Talkspace Education. This training link is no longer valid. If you have any questions or needs please reach out to the People Ops Team here: http://peopleopshelp.talkspace.com/.
+ {% comment %}
-
@@ -32,7 +33,7 @@ type="text" name="last_name" id="learner_last_name" - value="{{ form.last_name }}" + value="{{ form.last_name | escape }}" />
@@ -44,7 +45,7 @@ type="text" name="email" id="learner_email" - value="{{ form.email }}" + value="{{ form.email | escape }}" />
+ />{% endcomment %}
diff --git a/Custom_Templates/customer_templates/Talkspace/login.html.liquid b/Custom_Templates/customer_templates/Talkspace/login.html.liquid index bde185dd..abe16537 100644 --- a/Custom_Templates/customer_templates/Talkspace/login.html.liquid +++ b/Custom_Templates/customer_templates/Talkspace/login.html.liquid @@ -1,52 +1,59 @@ -
+
{% include "header_minimal" %}
{% form_authenticity_token %} +
+ Talkspace-Northpass Academy +
+
+ Thanks for your interesting in Talkspace Education. This training link is no longer valid. If you have any questions or needs please reach out to the People Ops Team here: http://peopleopshelp.talkspace.com/. +
+ {% comment %} +
+ + +
+
+ + +
+ value="{{ form.email | escape }}" + />
-
- - -
- - - {% t .forgot_password %} - - {% if features.account_creation? %} - - {% t shared.sign_up %} - - {% endif %} - {% if features.request_access? %} - - {{ current_school.request_access_label }} - - {% endif %} + {% endcomment %}
diff --git a/Custom_Templates/customer_templates/Talkspace_1099/auth_url_email.html.liquid b/Custom_Templates/customer_templates/Talkspace_1099/auth_url_email.html.liquid new file mode 100644 index 00000000..feb8bc39 --- /dev/null +++ b/Custom_Templates/customer_templates/Talkspace_1099/auth_url_email.html.liquid @@ -0,0 +1,60 @@ +
+
+ {% include "header_minimal" %} +
+
+ {% form_authenticity_token %} +
+ Talkspace-Northpass Academy +
+
+ Thanks for your interesting in Talkspace Education. This training link is no longer valid. If you have any questions or urgent needs please email training@talkspace.com. +
+ {% comment %} +
+ + +
+
+ + +
+
+ + +
+ {% endcomment %} +
+
+
+
diff --git a/Custom_Templates/customer_templates/Talkspace_NPP/auth_url_email.html.liquid b/Custom_Templates/customer_templates/Talkspace_NPP/auth_url_email.html.liquid index a413959c..11280530 100644 --- a/Custom_Templates/customer_templates/Talkspace_NPP/auth_url_email.html.liquid +++ b/Custom_Templates/customer_templates/Talkspace_NPP/auth_url_email.html.liquid @@ -5,13 +5,14 @@
{% form_authenticity_token %}
- {% t shared.welcome_to_school, school_name: current_school.name %} + Talkspace Academy
-
- {% t .headline, key: current_school.course_vocabulary %} +
+ Thanks for your interesting in Talkspace Education. This training link is no longer valid. If you have any questions or needs please reach out to the People Ops team at this link: http://providerpeopleopshelp.talkspace.com/.
+ {% comment %}
-
@@ -32,7 +33,7 @@ type="text" name="last_name" id="learner_last_name" - value="{{ form.last_name }}" + value="{{ form.last_name | escape }}" />
@@ -44,7 +45,7 @@ type="text" name="email" id="learner_email" - value="{{ form.email }}" + value="{{ form.email | escape }}" />
+ />{% endcomment %}
diff --git a/Scripts/API_Tests/Apikeys.py b/Scripts/API_Tests/Apikeys.py index 0cbf9609..481e374b 100644 --- a/Scripts/API_Tests/Apikeys.py +++ b/Scripts/API_Tests/Apikeys.py @@ -20,3 +20,4 @@ CHUBB = "m6ZEBesXzpWx2vmp11rEHxrMY" BIRCHSTREET = "WpMV3jF4q9Om5FjUsrzZifduE" G2 = "JRDpCGQ7vSRiva6t5OkWDr5eJ" DOUGLASELLIMAN = "Bknf8kidbluRfcKu3m3lKoxS8" +CIN7 = "51BNlRsLYKQxSu1q1UQq7F63j" diff --git a/Scripts/API_Tests/__pycache__/Apikeys.cpython-311.pyc b/Scripts/API_Tests/__pycache__/Apikeys.cpython-311.pyc index 2962c54e..22f703df 100644 Binary files a/Scripts/API_Tests/__pycache__/Apikeys.cpython-311.pyc and b/Scripts/API_Tests/__pycache__/Apikeys.cpython-311.pyc differ diff --git a/Scripts/send-grid-request.py b/Scripts/send-grid-request.py index b57bcfaf..b712764d 100644 --- a/Scripts/send-grid-request.py +++ b/Scripts/send-grid-request.py @@ -1,12 +1,12 @@ +import requests import sys sys.path.insert(0, "./API_Tests/") -import requests import Apikeys -apikey = Apikeys.G2 +apikey = Apikeys.CIN7 url = "https://api.northpass.com/v2/email_domains" header = { "x-api-key": apikey, "Content-Type": "application/json" } -payload = {"domain": "g2.com", "custom_dkim_selector": "n"} +payload = {"domain": "cin7.com", "custom_dkim_selector": "n"} response = requests.post(url, headers=header, json=payload) diff --git a/tmp.css b/tmp.css new file mode 100644 index 00000000..bde20983 --- /dev/null +++ b/tmp.css @@ -0,0 +1,3 @@ + +#282A36,#44475A,#F8F8F2,#6272A4,#8BE9FD,#50FA7B,#FFB86C,#FF79C6,#BD93F9,#FF5555 +#282A36,#44475A,#44475A,#8BE9FD,#6272A4,#FFFFFF,#50FA7B,#FF5555,#44475A,#F1FA8C diff --git a/tmp.md b/tmp.md new file mode 100644 index 00000000..bde20983 --- /dev/null +++ b/tmp.md @@ -0,0 +1,3 @@ + +#282A36,#44475A,#F8F8F2,#6272A4,#8BE9FD,#50FA7B,#FFB86C,#FF79C6,#BD93F9,#FF5555 +#282A36,#44475A,#44475A,#8BE9FD,#6272A4,#FFFFFF,#50FA7B,#FF5555,#44475A,#F1FA8C