💊
Size: a a a
💊
EC
if not 8 > len(password) > 64:
return JsonResponse({
'error': 'Password should be 8-64 characters length!'
})
EC
mc
DT
if not 8 > len(password) > 64:
return JsonResponse({
'error': 'Password should be 8-64 characters length!'
})
EC
mc
EC
mc
💊
EC
mc
mc
EC
if 8 > len(password) > 12:
return JsonResponse({
'error': 'Password should be 8-64 characters length!'
})
EC
B
EC
EC
DT
B