diff options
author | lain <lain@soykaf.club> | 2020-08-07 17:59:55 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-08-07 17:59:55 +0200 |
commit | 60fe0a08f0ed4b83847995f4e0a5ff10dcf9d336 (patch) | |
tree | 7eb364810aafb74d3d16d527e1cf5105a244bb84 | |
parent | 34cbe9f44a0266cd5ec652c3e70021ef928a7f31 (diff) | |
download | pleroma-60fe0a08f0ed4b83847995f4e0a5ff10dcf9d336.tar.gz |
Docs: Remove wrong / confusing auth docs.
-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`. |