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 openid plugin and persona plugin.

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

Table Of Contents

Previous topic

raven plugin

Next topic

openid plugin

This Page