You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Go to the installation page after first running the app
Fill in your admin account creation details, if the password is longer than 20 it will be allowed
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
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:
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)
Checklist:
The text was updated successfully, but these errors were encountered: