mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
12 lines
330 B
HTML
12 lines
330 B
HTML
{% extends "login_nav.html" %}
|
|
|
|
{% block main_block %}
|
|
|
|
<p class='lead'>One Login for Every Site</p>
|
|
|
|
<p>Your {{ cfg.box_name }} is also an OpenID machine. It can generate
|
|
credentials that allow you to log in to many websites without the need
|
|
to remember or enter a separate username and password at each one.</p>
|
|
|
|
{% endblock %}
|