Comment 2 for bug 711145

Revision history for this message
Selene ToyKeeper (toykeeper) wrote :

I think the issue is in lp:canonical-identity-provider /identityprovider/forms.py . The classes for NewAccountForm and ConfirmNewAccountForm do not appear to do any checking of displayname, while the EditAccountForm class does. EditAccountForm.save_account() and .clean_displayname() seem to have the relevant code missing from the other classes.

Could someone add this, plus a test for it?