README.rst 585 B

12345678910111213141516171819202122232425
  1. .. _basic_auth-chapter:
  2. ===================
  3. basic_auth plugin
  4. ===================
  5. The basic_auth plugin is enabled by default in mediagoblin.ini. This plugin
  6. provides basic username and password authentication for GNU Mediagoblin.
  7. This plugin can be enabled alongside :ref:`openid-chapter` and
  8. :ref:`persona-chapter`.
  9. Set up the basic_auth plugin
  10. ============================
  11. 1. Add the following to your MediaGoblin .ini file in the ``[plugins]`` section::
  12. [[mediagoblin.plugins.basic_auth]]
  13. 2. Run::
  14. gmg assetlink
  15. in order to link basic_auth's static assets