8000 🐛 [Bug]: Password length must be between 3 to 20 · Issue #210 · shurco/litecart · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

🐛 [Bug]: Password length must be between 3 to 20 #210

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
3 tasks done
LordPraslea opened this issue May 7, 2025 · 0 comments
Open
3 tasks done

🐛 [Bug]: Password length must be between 3 to 20 #210

LordPraslea opened this issue May 7, 2025 · 0 comments
Labels
☢️ Bug Something isn't working

Comments

@LordPraslea
Copy link

Bug Description

During account creation you are allowed to have a password which can be longer than 20 characters.
During log in you get an error if the created password is longer and thus cannot use the platform :).

How to Reproduce

Steps to reproduce the behavior:

  1. Go to the installation page after first running the app
  2. Fill in your admin account creation details, if the password is longer than 20 it will be allowed
  3. Redirected to login, try to login, you get the error

Expected Behavior

Allow longer passwords maybe. Bcrypt, argon2 etc all work pretty well up to 72 characters length, i don't get it why this is hardcoded to 20 characters?

litecart Version

litecart version LiteCart v0.1.12 (20f28d5) from 2024-07-30

Code Snippet (optional)

n/a

Checklist:

  • I agree to follow litecart's Code of Conduct.
  • I have checked for existing issues that describe my problem prior to opening this one.
  • I understand that improperly formatted bug reports may be closed without explanation.
@LordPraslea LordPraslea added the ☢️ Bug Something isn't working label May 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
☢️ Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant
0