aboutsummaryrefslogtreecommitdiff
path: root/app/class/Model.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/class/Model.php')
-rw-r--r--app/class/Model.php9
1 files changed, 2 insertions, 7 deletions
diff --git a/app/class/Model.php b/app/class/Model.php
index 60983bc..3bf3675 100644
--- a/app/class/Model.php
+++ b/app/class/Model.php
@@ -119,7 +119,7 @@ abstract class Model
public const MAX_ID_LENGTH = 64;
public const PASSWORD_MIN_LENGTH = 4;
- public const PASSWORD_MAX_LENGTH = 32;
+ public const PASSWORD_MAX_LENGTH = 64;
public const MAX_COOKIE_CONSERVATION = 365;
public const MAX_QUERY_LENGH = 256;
@@ -147,12 +147,7 @@ abstract class Model
{
return self::dirtopath(Model::RENDER_DIR);
}
-
- public static function globalpath()
- {
- return self::dirtopath(Model::GLOBAL_DIR);
- }
-
+
public static function csspath()
{
return self::dirtopath(Model::CSS_DIR);