1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00
Files
ch f0a6bb3f33 Validator: Add validator for X usernames, were requirements (#1580)
are different for the generalized regex match.

> A username can only contain alphanumeric characters (letters A-Z, numbers 0-9) with the
> exception of underscores, as noted above. Check to make sure your desired username
> does not contain any symbols, dashes, or spaces.

https://help.twitter.com/en/managing-your-account/x-username-rules

Add a specific if-else regex match for X usernames to take into account
that PeeringDB users are able to have X usernames of less than 4 characters
that are the current minimum our generalized username regexer checks in
the string length match. I.e. We currently accept 4-32. X allows 1-15 in length.
2024-05-01 14:45:33 -05:00
..
2023-10-24 12:17:03 -05:00
2024-04-15 09:03:24 -05:00
2023-08-15 18:40:18 +00:00
2024-04-15 10:42:10 -05:00
2024-04-15 10:42:10 -05:00
2024-04-15 09:03:24 -05:00
2024-04-15 09:03:24 -05:00
2023-06-20 00:26:06 +00:00
2024-02-20 14:37:44 -06:00
2023-10-24 12:17:03 -05:00
2023-02-15 07:55:01 +00:00
2023-05-23 22:02:15 -05:00
2024-01-15 14:12:00 -06:00
2024-04-15 09:03:24 -05:00
2024-01-15 14:12:00 -06:00
2023-02-15 07:55:01 +00:00
2024-04-15 09:03:24 -05:00
2024-04-15 09:03:24 -05:00
2023-10-24 12:17:03 -05:00
2023-05-16 18:04:05 +00:00
2024-04-15 10:42:10 -05:00
2024-01-22 13:20:13 -06:00
2024-04-15 10:42:10 -05:00
2023-01-18 10:32:46 -06:00
2023-06-20 00:26:06 +00:00
2023-02-15 07:55:01 +00:00
2024-02-20 14:37:44 -06:00
2024-01-22 13:20:13 -06:00
2024-04-15 10:42:10 -05:00
2022-11-08 11:25:32 -06:00
2024-04-15 09:03:24 -05:00
2023-08-15 18:40:18 +00:00
2023-10-24 12:17:03 -05:00
2023-02-15 07:55:01 +00:00
2023-02-15 07:55:01 +00:00
2024-04-15 10:42:10 -05:00
2023-02-15 07:55:01 +00:00
2024-04-15 09:03:24 -05:00
2024-04-15 09:03:24 -05:00
2024-04-15 09:03:24 -05:00
2023-06-20 00:26:06 +00:00
2023-10-24 12:17:03 -05:00
2024-04-15 09:03:24 -05:00