• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

I'd like to know if Chevereto has a character limit for passwords.

Version
4.5.3
PHP version
8.2
Database driver
MySQL
Database version
8.0
Web browser
firefox

user_b81b8

Chevereto Member
When I set up a new website, I configured the administrator password to be 25 characters long, including special characters, uppercase letters, and numbers. However, after installation, I received an error message stating that the password or account was incorrect. I tried installing it twice, but both times I got the same message. I’m wondering if there are character restrictions during the Chevereto installation process.Does anyone know what's going on? Thanks, everyone.
 
PHP:
public const USER_PASSWORD_PATTERN = '^.{6,128}$';

6 to 128 chars, the issue must be elsewhere. Please describe in detail the system provisioning context.
 
when i sign up


Error in /var/www/fastuser/data/www/ixxxxxom/app/src/Legacy/functions.php:2072


## Message

Undefined constant "Chevereto\Legacy\PASSWORD_ARGON2ID"


## URI

/signup


## Method

POST


## Parameters

POST: array (size=5) email => string qqqq@www.com (length=12)
username => string 123456 (length=6)
password => string 1234567 (length=7)
signup-accept-terms-policies => string 1 (length=1)
auth_token => string e48af9f11e0c85b76892d30f3b3c459742a3cac6 (length=40)



## Backtrace

------------------------------------------------------------
0 /var/www/fastuser/data/www//app/src/Legacy/functions.php:2072{main}()
------------------------------------------------------------
1 /var/www/fastuser/data/www/om/app/src/Legacy/Classes/Login.php:1154Chevereto\Legacy\passwordHash(string(1234567))
------------------------------------------------------------
2 /var/www/fastuser/data/www/m/app/src/Legacy/Classes/Login.php:667Chevereto\Legacy\Classes\Login:😛asswordData(string(length=6), int(3), string(1234567), bool(true))
------------------------------------------------------------
3 /var/www/fastuser/data/www//app/legacy/routes/signup.php:183Chevereto\Legacy\Classes\Login::addPassword(int(3), string(1234567))
------------------------------------------------------------
4 /var/www/fastuser/data/www//app/src/Legacy/G/Handler.php:456Chevereto\Legacy\G\Handler->{closure}(Chevereto\Legacy\G\Handler(#41))
------------------------------------------------------------
5 /var/www/fastuser/data/www//app/src/Legacy/G/Handler.php:180Chevereto\Legacy\G\Handler->processRequest()
------------------------------------------------------------
6 /var/www/fastuser/data/www//app/legacy/load/web.php:929Chevereto\Legacy\G\Handler->__construct(bool(true), Closure(#38), Closure(#40))
------------------------------------------------------------
7 /var/www/fastuser/data/www//app/legacy/entrypoints/index.php:45require_once(string(length=65))
------------------------------------------------------------
8 /var/www/fastuser/data/www//index.php:12require_once(string(length=74))
 
Back
Top