Actions
feature request #8454
closedOnly allow certain patterns as username and groupname
Start date:
Due date:
% Done:
100%
Estimated time:
Severity:
normal
Description
... to avoid unwanted characters like ;,ö*... Also avoid unvisible characters, whitespaces and linebrakes this way.
For now we may use "[A-Za-z0-9_.-]+" as regex.
Related issues
Updated by Andreas Müller over 3 years ago
- Status changed from New to In Progress
- Priority changed from New to Highest
Updated by Andreas Müller over 3 years ago
- Related to feature request #3972: Strictly validate username to not null and not empty added
Updated by Andreas Müller over 3 years ago
- Status changed from In Progress to Resolved
This should be solved now and seems to work. Still needs testing in TaxEditor and maybe other surroundings.
Updated by Andreas Müller over 3 years ago
- Related to feature request #8470: Handle username constraints in user and group editing added
Updated by Andreas Müller over 3 years ago
- Assignee changed from Andreas Müller to Katja Luther
- % Done changed from 0 to 50
This should be fixed. Who ever wants please review. I tested creating a new user and a group in TaxEditor. For both works validation but needs to be improved (#8470).
As KL has this ticket I pass review of this ticket also KL for now.
Updated by Katja Luther over 3 years ago
- Status changed from Resolved to Closed
- Assignee changed from Katja Luther to Andreas Müller
tested it in Editor and it seems to work (tested ' ', 'ö', '*')
Updated by Andreas Müller over 3 years ago
- Has duplicate feature request #8433: Disallow user names with whitespace added
Actions