Closed mattsains closed 10 years ago
Appears to work on the edit profile page
Confirmed that there is absolutely no validation on manage users. Since this was copied everywhere, there's probably no validation anywhere
seeems to make sense bud
On Wed, Oct 29, 2014 at 2:23 PM, Matthew Sainsbury <notifications@github.com
wrote:
Appears to work on the edit profile page
Confirmed that there is absolutely no validation on manage users. Since this was copied everywhere, there's probably no validation anywhere
— Reply to this email directly or view it on GitHub https://github.com/mekurokito/powermonitor/issues/26#issuecomment-60914478 .
Closed as too difficult and it mostly works anyway
Duplicate: update a user on manage_users and enter their email as a@a.c This is not a valid email according to django because an email must end in at least two non-dot characters
To be more precise, only html5 validation is done on the email. a@a.c is accepted by html5 but not by django. Another way to reproduce this problem is by using a browser that does not support html5 input validation