~ubuntuone-pqm-team/canonical-identity-provider/trunk

« back to all changes in this revision

Viewing changes to identityprovider/templates/static/description.html

  • Committer: Danny Tamez
  • Date: 2010-04-21 15:29:24 UTC
  • Revision ID: danny.tamez@canonical.com-20100421152924-lq1m92tstk2iz75a
Canonical SSO Provider (Open Source) - Initial Commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- Copyright 2010 Canonical Ltd.  This software is licensed under the
 
2
GNU Affero General Public License version 3 (see the file  LICENSE). -->
 
3
 
 
4
{% extends "base.html" %}
 
5
{% load i18n %}
 
6
 
 
7
{% block "title" %}{% trans "What's this? - Ubuntu Single Sign On" %}{% endblock %}
 
8
 
 
9
{% block "content" %}
 
10
<div id="box">
 
11
        <h1 class="main">{% trans "What's this?" %}</h1>
 
12
 
 
13
    <p>
 
14
    {% blocktrans %}The goal of this service is to provide a single, central login service
 
15
for all Ubuntu-related sites, thus making it more convenient for Ubuntu
 
16
users and community members to access information, communicate, and
 
17
contribute. This service will replace the existing Launchpad login
 
18
service that is currently in use for many Ubuntu-related sites, although
 
19
existing Launchpad accounts will continue to work in the new service.{% endblocktrans %}
 
20
    </p>
 
21
 
 
22
    <p>
 
23
    {% blocktrans %}Over the next few months we will be moving all of the Ubuntu and
 
24
Canonical related sites that currently use the Launchpad service to this
 
25
service, starting with sites we manage directly and then working with
 
26
community site owners to move the community-managed sites.{% endblocktrans %}
 
27
    </p>
 
28
 
 
29
    <p>
 
30
    {% blocktrans %}Because of the number of existing Ubuntu users who have created accounts
 
31
in Launchpad for the purpose of logging into other sites, we have set
 
32
both services to share account data during the transition. Launchpad is
 
33
in the process of enabling users to log in with an Ubuntu account and,
 
34
once completed, this sharing will be removed. This does mean that you
 
35
will be able to log into this service and Launchpad with the same
 
36
credentials for a while. We realise this is something internet users
 
37
have been encouraged to not do but it is a necessary side-effect of the
 
38
transition. Doing this ensures you won't lose access to services you've
 
39
purchased from us in the past or your account histories in the sites
 
40
you've previously visited, as long as you use your existing Launchpad
 
41
credentials on this site.{% endblocktrans %}
 
42
    </p>
 
43
 
 
44
    <p>
 
45
    {% blocktrans %}We have answers to some questions on our <a href="/+faq">FAQ page</a>. If you have
 
46
more questions, please <a href="https://answers.launchpad.net/canonical-identity-provider">submit them on Launchpad</a> and we'll do our
 
47
best to respond to them. We also have an email support channel - you
 
48
can submit your support requests using our support form at <a href="https://forms.canonical.com/sso-support/">https://forms.canonical.com/sso-support</a>. If
 
49
you have found a bug, please take a few minutes to tell us about it on our <a href="https://bugs.launchpad.net/canonical-identity-provider">Launchpad project</a>.{% endblocktrans %}
 
50
    </p>
 
51
</div>
 
52
{% endblock %}