View Issue Details

IDProjectCategoryView StatusLast Update
0009571Talerexchange AML backoffice (SPA)public2025-04-28 07:29
ReporterChristian Grothoff Assigned Tosebasjm  
PrioritynormalSeveritytweakReproducibilityN/A
Status resolvedResolutionfixed 
Platformi7OSDebian GNU/LinuxOS Versionsqueeze
Product Versiongit (master) 
Target Version1.0Fixed in Version1.0 
Summary0009571: minimum password length
DescriptionFor 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.
TagsBASO, compliance

Activities

sebasjm

2025-04-28 02:14

developer   ~0024690

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/

sebasjm

2025-04-28 02:15

developer   ~0024691

min length increased to 12

26dbbcf41..1c92825ed

Issue History

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