Q1. What is the problem that you are trying to solve?
Validation rules are too strict, sometimes it is not possible to enter the information we need. Some rules have been relaxed for specific but we still need an overhaul.
Q2 - Who is impacted?
Everybody
Q3 - Why is it important and/or urgent?
Ease of use.
Q4 - What is your proposed solution? (optional)
The following fields validation should be applied:
- User
– username: email validation rules
– firstname / lastname: any UTF8 char - Resources
– name: any UTF8 chars including emoji
– username: any UTF8 chars
– url: any UTF8 char
– description: UTF8 including emoji - Comments
– text: UTF8 including emoji - Groups
– name: any UTF8 char - Secrets
– password: any UTF8 char
Special attention should be brought forward in the client for all these fields as to avoid introducing new XSS.