Ensure avatar service configuration forms are valid
Review Request #8859 — Created March 29, 2017 and submitted — Latest diff uploaded
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.