diff --git a/doc/configuration.rst b/doc/configuration.rst index aff817a..92e9afd 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -581,14 +581,14 @@ This configuration key specifies which authentication method to use. Valid options are ``fas``, ``openid``, ``oidc``, or ``local``. * ``fas`` uses the Fedora Account System `FAS ` -to provide user authentication. + to provide user authentication. * ``openid`` uses OpenID authentication. Any provider may be used by -setting the FAS_OPENID_ENDPOINT option. By default FAS (without FPCA) -will be used. + setting the FAS_OPENID_ENDPOINT option. By default FAS (without FPCA) + will be used. * ``oidc`` enables OpenID Connect using any provider. This provider requires -the configuration options starting with ``OIDC_`` (see below) to be provided. + the configuration options starting with ``OIDC_`` (see below) to be provided. * ``local`` causes pagure to use the local pagure database for user management. diff --git a/doc/usage/flags.rst b/doc/usage/flags.rst index fc0441c..0cf724d 100644 --- a/doc/usage/flags.rst +++ b/doc/usage/flags.rst @@ -37,8 +37,8 @@ with the titles: ``Flag a commit`` or ``Flag a pull-request``. - ``failure``: the task ended but failed. - ``error``: the task did not end at all. - ``pending``: the results of this task are pending. - (for ``failure`` vs ``error`` think of the test system ran the tests but - they failed vs the test system did not get to run the tests) + (for ``failure`` vs ``error`` think of the test system ran the tests but + they failed vs the test system did not get to run the tests) - **percent**: this is an optional field which allows to provide some more details about the outcome of the task. For example this could be used for