You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The link to "delete image" is already on user profile page
Now need to implement functionality
If use has uploaded avatar - delete it
if user has external avatar - delete it from USER record
if user does not have own or external avatar then add b_nogrvtr flag and use that flag to NOT show gravatar? The problem with that is that user cannot undo this.
If user still wants to somehow show their avatar they need to just upload a new image.
The text was updated successfully, but these errors were encountered:
The link to "delete image" is already on user profile page
Now need to implement functionality
If use has uploaded avatar - delete it
if user has external avatar - delete it from USER record
if user does not have own or external avatar then add b_nogrvtr flag and use that flag to NOT show gravatar? The problem with that is that user cannot undo this.
If user still wants to somehow show their avatar they need to just upload a new image.
The text was updated successfully, but these errors were encountered: