View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009571 | Taler | exchange AML backoffice (SPA) | public | 2025-02-21 21:53 | 2025-04-28 07:29 |
Reporter | Christian Grothoff | Assigned To | sebasjm | ||
Priority | normal | Severity | tweak | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Platform | i7 | OS | Debian GNU/Linux | OS Version | squeeze |
Product Version | git (master) | ||||
Target Version | 1.0 | Fixed in Version | 1.0 | ||
Summary | 0009571: minimum password length | ||||
Description | For DORA regulation, the AML-SPA must enforce a minimum password length of 12 characters with a mix of 4 types of characters (capital, non-capital, numbers and special characters). We think that's currently not enforced, but should be. | ||||
Tags | BASO, compliance | ||||
|
current requierments length: pwd.length >= 8 at least one lowercase: regex /[a-z]/ at least one uppercase: regex /[A-Z]/ at least one decimal: regex /\d/ at least one special: regex /^a-zA-Z\d/ |
|
min length increased to 12 26dbbcf41..1c92825ed |
Date Modified | Username | Field | Change |
---|---|---|---|
2025-02-21 21:53 | Christian Grothoff | New Issue | |
2025-02-21 21:53 | Christian Grothoff | Status | new => assigned |
2025-02-21 21:53 | Christian Grothoff | Assigned To | => sebasjm |
2025-02-21 22:27 | Christian Grothoff | Tag Attached: BASO | |
2025-04-17 15:04 | sebasjm | Product Version | => git (master) |
2025-04-17 15:04 | sebasjm | Target Version | => 1.0 stretch goals |
2025-04-17 21:05 | Christian Grothoff | Tag Attached: compliance | |
2025-04-28 02:14 | sebasjm | Note Added: 0024690 | |
2025-04-28 02:15 | sebasjm | Status | assigned => resolved |
2025-04-28 02:15 | sebasjm | Resolution | open => fixed |
2025-04-28 02:15 | sebasjm | Note Added: 0024691 | |
2025-04-28 07:29 | Christian Grothoff | Fixed in Version | => 1.0 |
2025-04-28 07:29 | Christian Grothoff | Target Version | 1.0 stretch goals => 1.0 |