python / psf-infra-meta

Meta-repository for PSF backed or managed systems. Created mainly for the issue tracker :)
11 stars 7 forks source link

Bugtracker should check for existing username before allowing the user to register. #108

Open ewongbb opened 3 years ago

ewongbb commented 3 years ago

When registering on bugs.python.org, I entered my desired username (ewong) and all the other necessary information. I clicked on register and it sent me an email with a link.

When I clicked on the link, it brought me to the bug tracker page with a red notification stating that "node with key 'ewong' exists".

The bugtracker should really check whether or not the entered username exists in the user list. If so, it should mention that to the registerer.