Hi
We are using a NotificationSubscriber in order to provide some server side validation of the User when updating their User Profile via the UserValidated ntofification. We have noted however that the invalid fields are being cached (but not persisted to the database) even though validation fails. If the user navigates away from their profile and back again the invalid values remain.
We have a work around where we clear the cache from our NotificationSubscriber via User.SetCurrentUser(PagePermissionLevels.Frontend, null);
This isn't a big deal but thought it worth raising in case others are having this issue.
Thanks
Steve