In Grav I see the choice for accounts to get either Gravatar or Multiavatar avatars.
I don't want to use either.
Instead I want to set a default avatar,
TXT
user/accounts/avatars/default_avatar.svg
that's ALWAYS used -- unless the user is assigned to a specific group.
for e.g., if they're a member of "Group A", then I want their avatar to be set to
TXT
user/accounts/avatars/groupA_avatar.svg
where do you set this?
Somewhere in a blueprint or other config yaml?