Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Fix alphanumeric validation and behaviour #153

Open
lobut opened this issue Apr 22, 2016 · 0 comments
Open

Fix alphanumeric validation and behaviour #153

lobut opened this issue Apr 22, 2016 · 0 comments

Comments

@lobut
Copy link

lobut commented Apr 22, 2016

There are two issues with the character validation.

Using punctuation as a part of the name alongside other characters
Certain characters can bypass the validation check when creating an application name.

For example, '.' can be created as an application or feature name. Still valid, but it is not alphanumeric, so we should update the error checking/message.

Using solely '.' character for the name
Also, if it contains only the '.' character, it seems to only be stored client-side and disappears after a refresh of the page when using less than three dots. If you use three or more dots, then it stored successfully.

Also, the hyphen is an acceptable character.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant