From 5148b591e34c720bcbb777f9b7058779dd76ae93 Mon Sep 17 00:00:00 2001 From: nicobo Date: Fri, 25 Sep 2015 23:24:05 +0200 Subject: [PATCH] # Updated plugin's behavior in description --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19a99ae..ad94bc2 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Find more at https://wiki.jenkins-ci.org/display/JENKINS/Script+Security+Realm. Resolving e-mail and full name ------------------------------ -In order to display e-mail and full name in the authenticated users' page, this plugin triggers any `MailAddressResolver` and `UserNameResolver` installed on the Jenkins instance. -You may disable resolution or use a specific resolver for each of them. +In order to display e-mail and full name in the authenticated users' page, this plugin can trigger any `MailAddressResolver` and `UserNameResolver` installed on the Jenkins instance. +You may leave resolution disabled or use a specific resolver for each of them. For instance, the [LDAP Email Plugin](https://wiki.jenkins-ci.org/display/JENKINS/LDAP+Email+Plugin) provides a `MailAddressResolver`.