mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Turn user authentication off by default.
This commit is contained in:
@@ -9,7 +9,7 @@ $config['google_maps_api'] = "ABQIAAAA74tY2H5PTGpzLdnwXQmLXxTAaiXfF7TN3brq2P-N4w
|
|||||||
|
|
||||||
/* User options */
|
/* User options */
|
||||||
// Use authentication?
|
// Use authentication?
|
||||||
$config['use_auth'] = TRUE;
|
$config['use_auth'] = FALSE;
|
||||||
// User table
|
// User table
|
||||||
$config['auth_table'] = "users";
|
$config['auth_table'] = "users";
|
||||||
// Minimum user level required
|
// Minimum user level required
|
||||||
|
|||||||
Reference in New Issue
Block a user