View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0022841 | mantisbt | authentication | public | 2017-05-06 17:50 | 2021-01-05 18:59 |
Reporter | dregad | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | assigned | Resolution | open | ||
Target Version | 2.26.0 | ||||
Summary | 0022841: Don't truncate password when it exceeds db field size | ||||
Description | Following up on discussion in PR 1048. auth_process_plain_password() silently truncates the processed password to the size of the underlying database field. This can cause problems when the password field's size is increased, as it will cause users to no longer be able to login, forcing them to reset their password. | ||||
Tags | No tags attached. | ||||
FYI: "New lengths vary depending on the database management system: MariaDB version 10.0 and higher - 80 characters |
|
@thE_iNviNciblE Your post is confusing. Where do you get this information from ? The size of password field is set to 64 chars by MantisBT at installation time, and that does not depend on RDBMS. Or maybe you meant something else, in that case please clarify... |
|
i've seen information here: https://docs.plesk.com/release-notes/onyx/change-log/#179-preview13 |
|
That's the changelog for Plesk, I don't see how it is related to MantisBT. |
|