Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 475 Bytes

README.rst

File metadata and controls

18 lines (11 loc) · 475 Bytes

Review Board extension: CustomUrlAvatar

This extension provides a simple way to add a custom URL for user images.

This extension allows you to add system-wide URL like an internal gravatar service.

Example:
https://images.mylocalcompany.org/?user={user}&s={size}

This variables "{user}" and "{size}" will be filled by Review Board for the corresponding user and needed size.

It is of course possible to omit these variables.