JSHint
passed.
PEP8 Style Checker
passed.
Pyflakes
passed.
Review Request #8859 — Created March 29, 2017 and submitted
It was previously possible to save the
AvatarSettingsForm
with invalid
form data for a avatar service configuration form. This was because we
only cleaned the form, but we did not do anything with the result. We
now ensure that the avatar service's configuration is valid, otherwise
we will make theAvatarSettingsForm
invalid.
Ran unit tests.