View Issue Details

IDProjectCategoryView StatusLast Update
0003573AniDB WebsiteBug Report - Interfacepublic2024-09-25 16:31
Reportertd0808 Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
PlatformLaptopOSWindowsOS VersionFirefox 130.0.1
Summary0003573: Impossible to register new account
DescriptionWhen trying to register a new account, the regex-validation for username ALWAYS fails.

in console the following error is shown:

<input pattern='[A-Za-z0-9-_]{3,16}'> kann nicht überprüft werden, da '/[A-Za-z0-9-_]{3,16}/v' keine gültige Regexp ist: character class escape cannot be used in class range in regular expression.

(sorry, german error: english = " pattern='....' can not be verified, because '/[A-Za-z0-9-_]{3,16}/v' is not a valid Regexp".)

When submitting the form:

Response is: {"field":"signup.user","msg":""}

The following username was used: TSD0815 , which should be ok. Sadly, no error message is shown on what is wrong.


Steps To ReproduceTry to register a new useraccount
TagsRegistration

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-09-25 16:31 td0808 New Issue
2024-09-25 16:31 td0808 Tag Attached: Registration