Jakob Kramer f4686cde16 wtforms.fields.TextField was deprecated il y a 9 ans
..
static 36f901fbbd used template hooks instead of hardcoding basic_auth functionality into templates il y a 11 ans
templates f66e4282d4 moved create account link on login page to a hook il y a 11 ans
README.rst bd0ece0557 added basic_auth and openid docs to index and link them together il y a 11 ans
__init__.py f66e4282d4 moved create account link on login page to a hook il y a 11 ans
forms.py f4686cde16 wtforms.fields.TextField was deprecated il y a 9 ans
tools.py e49b7e02b2 Use six.text_type instead of unicode(). il y a 10 ans
views.py 4491174df2 accoutn -> account. Typo fix caught by Laura Arjona! Thanks! il y a 11 ans

README.rst

.. _basic_auth-chapter:

===================
basic_auth plugin
===================

The basic_auth plugin is enabled by default in mediagoblin.ini. This plugin
provides basic username and password authentication for GNU Mediagoblin.

This plugin can be enabled alongside :ref:`openid-chapter` and
:ref:`persona-chapter`.

Set up the basic_auth plugin
============================

1. Add the following to your MediaGoblin .ini file in the ``[plugins]`` section::

[[mediagoblin.plugins.basic_auth]]

2. Run::

gmg assetlink

in order to link basic_auth's static assets