Bug #14325
closed
Captive Portal incorrectly allows leading zeroes on voucher roll numbers
Added by Lev Prokofev over 1 year ago.
Updated about 1 year ago.
Plus Target Version:
23.09
Description
If you will create the Voucher roll with the number "000" or "0001" the system will allow you to create a such roll, but the Vouchers from this list will be not valid and the end user will be not able to authorized in the CP. Lists without zeros are working as expected.
Files
I've tested on 23.01 and can confirm that.
Tested and confirm behavior in pfSense CE 2.7.
Checked, I confirm this behavior on 23.05.1 as well.
23.05.1-RELEASE (amd64)
built on Wed Jun 28 03:57:27 UTC 2023
FreeBSD 14.0-CURRENT
Tested on
23.09-DEVELOPMENT (amd64)
built on 20230922-1539
FreeBSD 14.0-CURRENT
The issue still persists, if the voucher has zeros you will get next message when test voucher
- Status changed from New to In Progress
- Assignee set to Jim Pingle
- Target version set to 2.8.0
- Plus Target Version set to 23.09
The underlying voucher
binary strips leading zeroes so we should strip them when creating rolls as well (use intval()
for example).
The input validation code already makes sure you can't create overlapping rolls such as 22 and 00022, so it should be safe to also trim the number on the backend.
Fixing the backend or doing upgrade code seemed like overkill since there is no way these worked before. I fixed the edit screen to use the integer value of the roll number. So if you edit one of these and save it will be OK as-is. The generated vouchers for roll 22 are the same as 00022 for example so there is no need to worry about generated voucher codes not being valid.
- Status changed from In Progress to Feedback
- % Done changed from 0 to 100
- Status changed from Feedback to Resolved
Current snapshot uses the integer value as it should, no more leading zeroes in the roll number after saving.
- Subject changed from Voucher page of Captive portal doesn't properly validate the roll number to Captive Portal incorrectly allows leading zeroes on voucher roll numbers
Updating subject for release notes.
- Target version changed from 2.8.0 to 2.7.1
Also available in: Atom
PDF