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
AvatarSettingsFormwith 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 theAvatarSettingsForminvalid.
Ran unit tests.