]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/config.inc.default.php
set registration to false
[github/wallabag/wallabag.git] / inc / poche / config.inc.default.php
index 16b96f7e343979b6de2d1e44b82b4afee0727281..09d3aa9aeaaac404ff2e0ef961b3ab7574185f28 100755 (executable)
@@ -61,8 +61,8 @@
 @define ('PDF', FALSE);
 
 // registration
+@define ('ALLOW_REGISTER', FALSE);
 @define ('SEND_CONFIRMATION_EMAIL', FALSE);
-@define ('ALLOW_REGISTER', TRUE);
 
 // display or not print link in article view
 @define ('SHOW_PRINTLINK', '1');