{% extends "base.html" %} {% load i18n %} {% comment %} Copyright 2010 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE). {% endcomment %} {% comment %}Translators: Title of the SSO FAQ (/+faq) {% endcomment %} {% block title %}{% trans "FAQ - Ubuntu Single Sign On" %}{% endblock %} {% block text_title %} {% comment %}Translators: Heading of the SSO FAQ (/+faq) {% endcomment %}

{% trans "Frequently asked questions" %}

{% endblock %} {% block content %} {% comment %}Translators: Text/heading of the SSO FAQ (/+faq) {% endcomment %}

{% trans "Why replace the Launchpad login service?" %}

{% comment %}Translators: Text/heading of the SSO FAQ (/+faq) {% endcomment %} {% blocktrans %}The Launchpad login service has served us well for several years but Launchpad is not a familiar brand for many Ubuntu users. As Ubuntu grows, we'll see more and more users who don't understand the connection between Launchpad and Ubuntu and the new Ubuntu login service is intended to overcome this problem. It will also enable us to develop features which are more oriented to Ubuntu users.{% endblocktrans %}

{% comment %}Translators: Text/heading of the SSO FAQ (/+faq) {% endcomment %}

{% trans "How does the new service differ from the old one?" %}

{% comment %}Translators: Text/heading of the SSO FAQ (/+faq) {% endcomment %} {% blocktrans %}For now, not much apart from the appearance of the site. We have many plans for great new features, however, and hope to roll these out once the service is established. If you have ideas for other features you'd like to see in Ubuntu single sign on, we'd love to hear about them.{% endblocktrans %}

{% comment %}Translators: Text/heading of the SSO FAQ (/+faq) {% endcomment %}

{% trans "Is the new service Open Source?" %}

{% comment %}Translators: Text/heading of the SSO FAQ (/+faq) {% endcomment %} {% blocktrans %}Yes, and it's also built and hosted on open source technologies (Python, Django, Apache and PostgreSQL amongst others).{% endblocktrans %}

{% comment %}Translators: Text/heading of the SSO FAQ (/+faq) {% endcomment %}

{% trans "I have a problem with the new service. Where can I get help?" %}

{% comment %}Translators: Text/heading of the SSO FAQ (/+faq) {% endcomment %} {% blocktrans %}We have an email support channel. You can submit your support requests using our support form. If you have found a bug, please take a few minutes to tell us about it on our Launchpad project's bug tracker.{% endblocktrans %}

{% comment %}Translators: Text/heading of the SSO FAQ (/+faq) {% endcomment %} {% blocktrans %}We're sure you have more questions. Please ask your questions on our Launchpad project and we'll do our best to respond to them all.{% endblocktrans %}

{% endblock %}