{% 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 %} {% block title %}{% trans "FAQ - Ubuntu Single Sign On" %}{% endblock %} {% block text_title %}

{% trans "Frequently asked questions" %}

{% endblock %} {% block content %}

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

{% 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 %}

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

{% 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 %}

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

{% blocktrans %}Yes, and it's also built and hosted on open source technologies (Python, Django, Apache and PostgreSQL amongst others).{% endblocktrans %}

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

{% 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 %}

{% 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 %}