mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 19:55:55 +00:00
mention auth_imap in config.php-dist
This commit is contained in:
@@ -55,8 +55,10 @@
|
|||||||
define('AUTH_MODULES', 'internal');
|
define('AUTH_MODULES', 'internal');
|
||||||
// Comma-separated list of authentication modules to use.
|
// Comma-separated list of authentication modules to use.
|
||||||
// Available modules are:
|
// Available modules are:
|
||||||
// 1. internal - tt-rss internal user DB
|
// internal - tt-rss internal user DB
|
||||||
// 2. remote - use server REMOTE_USER variable or client SSL certificate if enabled
|
// remote - use server REMOTE_USER variable or client SSL certificate if enabled
|
||||||
|
// imap - authenticates using an IMAP server (check classes/auth/imap.php for some
|
||||||
|
// stuff you need to put into config.php)
|
||||||
// in preferences
|
// in preferences
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user