Description
The membership database has useless entries such as this one:
https://www.python.org/admin/users/membership/2625/
Legal name: 1111111
We are also getting entries such as this one:
https://www.python.org/admin/users/membership/2522/
Legal name: LinuxWorld Informatics Pvt Ltd
for legal entities, which is not really what we'd expect as basic membership.
As well as spam such as this one:
https://www.python.org/admin/users/membership/2413/
Legal name: Sample Wedding Speeches
I think we should add at least some basic mechanism to prevent creating a PSF basic membership entry with such data, e.g. the name should not include numbers for example, not include legal entity abbreviations such as "ltd" or "corp" and pass a spam filter or at least a stop word filter such as the one used on the python.org wikis.