You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnJsonResponse({'success': False, 'error': "All fields are required!"}, status=400)
20
+
21
+
ifnotre.match(username_pattern, username):
22
+
returnJsonResponse({'success': False, 'error': 'Username must be 3-30 characters long and can only contain letters, digits, and underscores!'}, status=400)
0 commit comments