scipy / SciPyCentral

SciPy Central
http://scipy-central.org
BSD 3-Clause "New" or "Revised" License
16 stars 12 forks source link

Username for unregistered email more than max length #200

Open ksurya opened 8 years ago

ksurya commented 8 years ago

When a new user makes a submission without logging in, the generated username length should not be more 30 (default).

Reference: https://github.com/scipy/SciPyCentral/blob/master/scipy_central/person/views.py#L183