View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008024 | Anastasis | General | public | 2023-12-23 00:47 | 2024-08-04 23:24 |
Reporter | Christian Grothoff | Assigned To | nullptrderef | ||
Priority | normal | Severity | block | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Platform | i7 | OS | Debian GNU/Linux | OS Version | squeeze |
Fixed in Version | Git master | ||||
Summary | 0008024: spanish SSN requirements wrong | ||||
Description | This 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). | ||||
Tags | No tags attached. | ||||
|
(reported by Javier, for WebUI) |
|
So If I am interpreting this correctly, /^[0-9]{2}\/[0-9]{8}\/[0-9]{2}[TB]$/ should be a correct regex for validating? |
|
Yes. That regexpression should work. |
|
fixed in 6d8863569506472443d8ff73cd100dcc70caa5c1 |
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 |
2024-05-20 13:21 | javier.sepulveda | Assigned To | javier.sepulveda => nullptrderef |
2024-05-20 13:22 | javier.sepulveda | Status | feedback => assigned |
2024-05-20 13:22 | javier.sepulveda | Note Added: 0022443 | |
2024-08-04 23:24 | nullptrderef | Status | assigned => resolved |
2024-08-04 23:24 | nullptrderef | Resolution | open => fixed |
2024-08-04 23:24 | nullptrderef | Fixed in Version | => Git master |
2024-08-04 23:24 | nullptrderef | Note Added: 0022913 |