Files
edx-platform/openedx/core/djangoapps
Nishant Karandikar 6e617fe2a6 Catch exception with duplicate username/email
Previously, there was no catch for the AccountValidationError
exception raised by the account creation function. If, for some
reason, the user made it past the first check for a duplicate
username/email, then the exception was raised, uncaught, and
crashed the server.
2017-07-11 14:20:44 -07:00
..
2017-07-04 14:20:55 +05:00
2017-06-12 11:55:58 -04:00
2017-06-27 09:49:19 -04:00