diff --git a/email_templates/agari_logo.png b/email_templates/agari_logo.png index 02cdfa1..5db7def 100644 Binary files a/email_templates/agari_logo.png and b/email_templates/agari_logo.png differ diff --git a/email_templates/change_email.mjml b/email_templates/change_email.mjml index a90ad33..a6361ac 100644 --- a/email_templates/change_email.mjml +++ b/email_templates/change_email.mjml @@ -73,7 +73,7 @@ Click the button below to confirm this change. This link is valid for 24 hours. - + Confirm Email Change diff --git a/email_templates/magic_link.mjml b/email_templates/magic_link.mjml index 40dac36..3bbf650 100644 --- a/email_templates/magic_link.mjml +++ b/email_templates/magic_link.mjml @@ -72,7 +72,7 @@ - + Sign in diff --git a/email_templates/new_user.mjml b/email_templates/new_user.mjml index 83b604e..54d2d3b 100644 --- a/email_templates/new_user.mjml +++ b/email_templates/new_user.mjml @@ -73,7 +73,7 @@ - + Accept Invitation diff --git a/email_templates/org_ownership.mjml b/email_templates/org_ownership.mjml index faca4a8..7efec5c 100644 --- a/email_templates/org_ownership.mjml +++ b/email_templates/org_ownership.mjml @@ -72,7 +72,7 @@ - + Accept Ownership diff --git a/email_templates/project_invite.mjml b/email_templates/project_invite.mjml index c126bff..0a0ce91 100755 --- a/email_templates/project_invite.mjml +++ b/email_templates/project_invite.mjml @@ -74,8 +74,8 @@ - - Accept Invitation + + Accept Invitation diff --git a/test/rest/project_invite_flow.http b/test/rest/project_invite_flow.http index ebd94d2..a3f84b9 100644 --- a/test/rest/project_invite_flow.http +++ b/test/rest/project_invite_flow.http @@ -1,6 +1,7 @@ @folio = http://127.0.0.1:8000/ #@folio = https://folio-staging.openup.org.za +@keycloak = http://keycloak.local @realm = agari @client_id = dms @@ -11,7 +12,7 @@ ### Get access token # @name login -POST https://keycloak-ilifu.openup.org.za/realms/{{realm}}/protocol/openid-connect/token +POST {{keycloak}}/realms/{{realm}}/protocol/openid-connect/token Content-Type: application/x-www-form-urlencoded username={{username}}