Remove Avatar Image, set to Default

If I understand correct, the setting for what avatar is used per user is stored in the DB? How can I reset it back to nothing/default?

Thanks
Ray

Solved this myself. Needed to connect to mysql and delete the row for my account in the avatar_avatar table in the seahub_db database.

Spoke too soon. So my issue is that when my browser tries to load the webpage, I still see it calling for the path and avatar image I removed from the DB…it also seems to call it via http instead of https. Can anyone help me figure out where it is configured as well as why it’s calling http?

Thanks
Ray

Finally figured this out. I needed to connect to mysql and delete the row for my account in the avatar_avatar table in the seahub_db database. I also had to wipe the cache too, in my case restarting the memcached container.