commit | 08ab857e06204c629aa8123af78903e43bdeca4a | [log] [tgz] |
---|---|---|
author | Steffen Gebert <steffen.gebert@typo3.org> | Mon May 13 08:29:17 2013 +0200 |
committer | Steffen Gebert <steffen.gebert@typo3.org> | Mon May 13 08:29:17 2013 +0200 |
tree | 8679e2667db78127cb32d68f47c587fd5d53896e | |
parent | 76589c5e8f683702eeaa9a7d844932f7314adf03 [diff] |
Add README.md
This plugin allows to use an own web service to load the avatar images from.
Options:
avatar.url
- the location of avatar images containing %s
, which will then be replaced by the username
. Required.avatar.changeUrl
- the URL shown in Gerrit's user settings to tell the user, where the avatar can be changed. Optional.Example (to be added to etc/gerrit.config
):
[avatar] url = http://example.org/avatars/%s.jpg changeUrl = http://example.org/account.html
Please note that http://
URLs will be automatically rewritten to https://
, if gerrit.canonicalWebUrl
uses HTTPS.