diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-08-07 14:55:22 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-08-07 14:55:22 -0500 |
commit | 54e2af829377b3f21823548e5612bbbb41550432 (patch) | |
tree | 0ad164ee09bba1a82560d192d71d14033f70b195 /docs/configuration/cheatsheet.md | |
parent | 474147a67a89f8bd92186dbda93d78d8e2045d52 (diff) | |
parent | 39ca4a23c6c4a6cac9b277b8473ab9040a250e68 (diff) | |
download | pleroma-54e2af829377b3f21823548e5612bbbb41550432.tar.gz pleroma-54e2af829377b3f21823548e5612bbbb41550432.zip |
Merge branch 'develop' into fix/ldap-auth-issues
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index d9115a958..ca587af8e 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -858,9 +858,6 @@ Warning: it's discouraged to use this feature because of the associated security ### :auth -* `Pleroma.Web.Auth.PleromaAuthenticator`: default database authenticator. -* `Pleroma.Web.Auth.LDAPAuthenticator`: LDAP authentication. - Authentication / authorization settings. * `auth_template`: authentication form template. By default it's `show.html` which corresponds to `lib/pleroma/web/templates/o_auth/o_auth/show.html.eex`. |