Merge lp:~roadmr/canonical-identity-provider/update-support-url into lp:canonical-identity-provider/release

Proposed by Daniel Manrique
Status: Merged
Approved by: Daniel Manrique
Approved revision: no longer in the source branch.
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: lp:~roadmr/canonical-identity-provider/update-support-url
Merge into: lp:canonical-identity-provider/release
Diff against target: 12 lines (+1/-1)
1 file modified
django_project/settings_base.py (+1/-1)
To merge this branch: bzr merge lp:~roadmr/canonical-identity-provider/update-support-url
Reviewer Review Type Date Requested Status
Maximiliano Bertacchini Approve
Review via email: mp+349423@code.launchpad.net

Commit message

Update support form URL.

The new URL is not really a form but it has FAQs on common problems, and the
old form is gone anyway :/

Description of the change

Update support form URL.

The new URL is not really a form but it has FAQs on common problems, and the
old form is gone anyway :/

To post a comment you must log in.
Revision history for this message
Maximiliano Bertacchini (maxiberta) wrote :

+1

review: Approve
Revision history for this message
Otto Co-Pilot (otto-copilot) wrote :
Revision history for this message
Otto Co-Pilot (otto-copilot) wrote :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'django_project/settings_base.py'
2--- django_project/settings_base.py 2018-07-04 17:51:43 +0000
3+++ django_project/settings_base.py 2018-07-12 16:44:10 +0000
4@@ -541,7 +541,7 @@
5 STATSD_CLIENT = 'django_statsd.clients.normal'
6 STATSD_PATCHES = ['django_statsd.patches.db', 'django_statsd.patches.cache']
7 SUPPORTED_LANGUAGES = ['en', 'es', 'pl', 'de', 'zh-cn', 'pt-br', 'ru', 'fr']
8-SUPPORT_FORM_URL = 'https://forms.canonical.com/sso-support/'
9+SUPPORT_FORM_URL = 'https://help.ubuntu.com/community/SSO/FAQs'
10 SUPPORT_PHONE = ''
11 SUSPEND_UNVERIFIED_ACCOUNT_AFTER_DAYS = 90
12 TEMPLATES = [