Bug #7151
closedInterface Group Name hint is misleading
100%
Description
On the Interface Groups Edit page, Group Name field, it says "No numbers or spaces are allowed. Only characters: a-zA-Z."
But the actual validation allows:
a-zA-Z0-9-_
and there is a check for "Group name cannot end with digit."
What is the real requirement?
Either update the text under the Group Name field, make the validation match what the text says, or some combination.
It looks like the validation was updated in 2.3.3 and 2.4 branches, but the text not changed.
Updated by Phillip Davis almost 8 years ago
Assuming the real requirement is what is in the validation code, I updated the front-end GUI text in:
https://github.com/pfsense/pfsense/pull/3428
Updated by Phillip Davis almost 8 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 351ef3ef2ac1bbcfb0643a5efc46a3970d06d78c.
Updated by Malcolm Hussain-Gambles almost 8 years ago
"Only letters (A-Z), digits (0-9), '-' and '_' are allowed. The group name cannot end with a digit." appears in latest beta - this would seem to fix this
Updated by Renato Botelho almost 8 years ago
- Status changed from Feedback to Resolved