View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005485 | SOGo | Web Mail | public | 2022-02-22 17:31 | 2022-03-08 21:44 |
Reporter | MAGIC | Assigned To | francis | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Debian | OS Version | bullseye |
Product Version | 5.5.0 | ||||
Fixed in Version | 5.6.0 | ||||
Summary | 0005485: If password >135chars, login fails | ||||
Description | Hello, We got in our bugtracker following issue, but this seems rather a SoGO issue I suppose Login fails if password length is more than 135 characters. | ||||
Steps To Reproduce | Create a new mailbox with a password with more than 135 characters. Try to login into SOGo. Login fails. Change password to 135 or less characters. Login into SOGo will succeed. | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Is your users source of type SQL or LDAP? |
|
We use MySQL as db |
|
Share you DB schema. |
|
We use following schema for the mailbox table.
password is hashed with BLF-CRYPT |
|
You'll need to drop your session table ( |
|
sogo: master a965f276 2022-03-08 21:28 Details Diff |
fix(web): support passwords up to 2048 characters Fixes 0005485 |
Affected Issues 0005485 |
|
mod - Documentation/SOGoInstallationGuide.asciidoc | Diff File | ||
mod - SOPE/GDLContentStore/GCSSpecialQueries.m | Diff File | ||
mod - SoObjects/SOGo/SOGoSession.m | Diff File | ||
mod - SoObjects/SOGo/SOGoWebAuthenticator.m | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-02-22 17:31 | MAGIC | New Issue | |
2022-03-01 14:45 | francis | Note Added: 0015924 | |
2022-03-02 17:26 | MAGIC | Note Added: 0015926 | |
2022-03-04 14:45 | francis | Note Added: 0015930 | |
2022-03-06 15:19 | MAGIC | Note Added: 0015931 | |
2022-03-07 20:40 | francis | Note Edited: 0015931 | |
2022-03-08 21:34 | francis | Changeset attached | => sogo master a965f276 |
2022-03-08 21:34 | francis | Assigned To | => francis |
2022-03-08 21:34 | francis | Resolution | open => fixed |
2022-03-08 21:44 | francis | Status | new => resolved |
2022-03-08 21:44 | francis | Fixed in Version | => 5.6.0 |
2022-03-08 21:44 | francis | Note Added: 0015941 |