I think the checking of the validity of emails during user sign up isn't stringent enough, leading to it accepting invalid emails like test@test where test isn't a valid domain since the last portion does contain a period and at least two characters e.g. .com, and random#@123 where the prefix should only contain alphanumeric characters, or underscores, periods, and dashes. Can follow this link for more info.
If not i think a possible enhancemement would be to send an email verification to the given emails containing a verification link, for the user to be successfully registered.
I think the checking of the validity of emails during user sign up isn't stringent enough, leading to it accepting invalid emails like
test@testwheretestisn't a valid domain since the last portion does contain a period and at least two characters e.g..com, andrandom#@123where the prefix should only contain alphanumeric characters, or underscores, periods, and dashes. Can follow this link for more info.If not i think a possible enhancemement would be to send an email verification to the given emails containing a verification link, for the user to be successfully registered.