Anyone having any idea on removing My Account link from the dropdown of avatar?

It’s not possible from the UI; you have to comment out the code in the core file (website_settings.py).
1 Like
but still user can access “me” page from URL. Can we restrict that.
you have to find the redirect code and remove the /me related code.