-
-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34151 from dimagi/jc/auto-deactivate-removed-sso-…
…users Task to auto deactivate removed sso users
- Loading branch information
Showing
16 changed files
with
456 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
corehq/apps/sso/templates/sso/email/sso_deactivation_skip_notification.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{% load i18n %} | ||
<p>{% blocktrans %}Dear enterprise administrator,{% endblocktrans %}</p> | ||
|
||
<p> | ||
{% blocktrans %} | ||
We have temporarily skipped automatic deactivation of SSO-managed Web Users for the following reason: | ||
{{ failure_reason }} | ||
{% endblocktrans %} | ||
</p> | ||
|
||
<p> | ||
{% blocktrans %} | ||
Please check the configuration for Remote User Management in your Identity Provider settings. | ||
{% endblocktrans %} | ||
</p> | ||
|
||
<p> | ||
{% blocktrans %} | ||
If you have any questions, or if this issue persists, please don’t hesitate to contact | ||
{{ contact_email }}. Thank you for your use and support of CommCare. | ||
{% endblocktrans %} | ||
</p> | ||
|
||
|
||
<p> | ||
{% blocktrans %} | ||
Best regards, | ||
{% endblocktrans %} | ||
</p> | ||
|
||
<p> | ||
{% blocktrans %}The CommCare HQ Team{% endblocktrans %}<br /> | ||
{{ base_url }} | ||
</p> |
17 changes: 17 additions & 0 deletions
17
corehq/apps/sso/templates/sso/email/sso_deactivation_skip_notification.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{% load i18n %} | ||
{% blocktrans %} | ||
Dear enterprise administrator, | ||
|
||
We have temporarily skipped automatic deactivation of SSO-managed Web Users for the following reason: | ||
{{ failure_reason }} | ||
|
||
Please check the configuration for Remote User Management in your Identity Provider settings. | ||
|
||
If you have any questions, or if this issue persists, please don’t hesitate to contact {{ contact_email }}. | ||
Thank you for your use and support of CommCare. | ||
|
||
Best regards, | ||
|
||
The CommCare HQ Team | ||
{{ base_url }} | ||
{% endblocktrans %} |
Oops, something went wrong.