diff options
author | rinpatch <rinpatch@sdf.org> | 2020-08-07 17:51:48 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-08-07 17:51:48 +0000 |
commit | 39ca4a23c6c4a6cac9b277b8473ab9040a250e68 (patch) | |
tree | fec80465da08b6afc7650724fc2a1edc5b744b63 /docs/configuration/cheatsheet.md | |
parent | 9cebdf30a4ece49fb3b00185887b0801fd1b5452 (diff) | |
parent | 60fe0a08f0ed4b83847995f4e0a5ff10dcf9d336 (diff) | |
download | pleroma-39ca4a23c6c4a6cac9b277b8473ab9040a250e68.tar.gz |
Merge branch 'authenticator-docs' into 'develop'
Docs: Remove wrong / confusing auth docs.
Closes #2028
See merge request pleroma/pleroma!2860
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 f23cf4fe4..89036ded0 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`. |