Render avatars with username as alt text

Review Request #9955 — Created May 17, 2018 and submitted

Information

Djblets
release-1.0.x
7a47870...

Reviewers

The AvatarService.render method would return HTML that included a
user's full name in the alt text, which may not be ideal for privacy. We
now render only the username instead.

However, the method now accepts a template_name parameter so that 3rd
parties can provide their own templating, which may include full names
if they wish.

Ran unit tests against Django 1.6.11 and Django 1.8.19.

brennie
david
  1. Ship It!
  2. 
      
brennie
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-1.0.x (a7ebca8)
Loading...