View Issue Details

IDProjectCategoryView StatusLast Update
0008024AnastasisGeneralpublic2024-04-22 12:09
ReporterChristian Grothoff Assigned Tojavier.sepulveda  
PrioritynormalSeverityblockReproducibilityN/A
Status feedbackResolutionopen 
Platformi7OSDebian GNU/LinuxOS Versionsqueeze
Summary0008024: spanish SSN requirements wrong
DescriptionThis SSN text field was not compatible for Spain. (I passed to the
next screen by typing 11 zeros), as my Spanish social security number
format was not valid.

In Spain the SSN format is :

XX/XXXXXXXX/XX T or B (at the end)

(last letter can be a letter T ("titular" means you pay), or B
("beneficiario" means you dont pay, or are married with someone who
pays for you).
TagsNo tags attached.

Activities

Christian Grothoff

2023-12-23 00:49

manager   ~0020797

(reported by Javier, for WebUI)

nullptrderef

2024-04-21 18:42

developer   ~0022287

Last edited: 2024-04-21 18:44

So If I am interpreting this correctly, /^[0-9]{2}\/[0-9]{8}\/[0-9]{2}[TB]$/ should be a correct regex for validating?

Issue History

Date Modified Username Field Change
2023-12-23 00:47 Christian Grothoff New Issue
2023-12-23 00:49 Christian Grothoff Note Added: 0020797
2024-04-21 18:42 nullptrderef Note Added: 0022287
2024-04-21 18:44 nullptrderef Note Edited: 0022287
2024-04-22 12:09 Christian Grothoff Assigned To => javier.sepulveda
2024-04-22 12:09 Christian Grothoff Status new => assigned
2024-04-22 12:09 Christian Grothoff Status assigned => feedback