]> git.p6c8.net - jirafeau_project.git/blobdiff - lib/settings.php
Note the authentication type (by password or by IP no password) in the session
[jirafeau_project.git] / lib / settings.php
index 86a14e27a65388efd43ddbc3d5698e48b5854a0a..2c2235a51501835c75c04f23033222bab126ffa9 100644 (file)
@@ -75,6 +75,9 @@ define('JIRAFEAU_MONTH', 2592000); // JIRAFEAU_DAY * 30
 define('JIRAFEAU_QUARTER', 7776000); // JIRAFEAU_DAY * 90
 define('JIRAFEAU_YEAR', 31536000); // JIRAFEAU_DAY * 365
 
+define('JIRAFEAU_USER_AUTH_BY_IP_NO_PASSWORD', 1);
+define('JIRAFEAU_USER_AUTH_BY_PASSWORD', 2);
+
 define('JIRAFEAU_SODIUM_CHUNKSIZE', 1024);
 
 // Define some Sodium constants from newer PHP versions if they are not available

patrick-canterino.de