# inline docs conform to the feature branch (email & full name resolving)

This commit is contained in:
nicobo 2015-05-25 12:23:31 +02:00
parent dc0c031052
commit b9ced4763c
4 changed files with 11 additions and 11 deletions

View file

@ -6,11 +6,11 @@
<version>1.566</version>
</parent>
<artifactId>script-realm-modular</artifactId>
<artifactId>script-realm</artifactId>
<version>1.6-SNAPSHOT</version>
<packaging>hpi</packaging>
<name>Security Realm by custom script using modular resolvers</name>
<description>Supports authentication by custom script, groups resolving for a user, and triggers e-mail and name resolvers.</description>
<name>Security Realm by custom script</name>
<description>Supports authentication by custom script, groups resolving for a user, and triggers e-mail and full name resolvers.</description>
<url>https://wiki.jenkins-ci.org/display/JENKINS/Script+Security+Realm</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@ -50,7 +50,7 @@
<developer>
<id>nicobo</id>
<name>Nicolas BONARDELLE</name>
<url>http://nicolabs.xyz/people/nicobo</url>
<url>http://nicolabs.net/contact</url>
</developer>
</developers>
<scm>

View file

@ -1,4 +1,4 @@
<div>
This plugin adds authentication and groups resolving via user-defined script.
In addition to the original script-realm, this one also supports e-mail and name resolving through the use of existing plugins.
It also supports e-mail and name resolving through the use of existing plugins.
</div>

View file

@ -1,5 +1,5 @@
<div>
Choose how to resolve the e-mail of the authenticated user (you may want to install plugins to increase the available options).<br />
If none, no e-mail resolution will be attempted (it will stay as is).<br />
Be aware that not all options may work, as they may come from a plugin that follows its own configuration strategy.<br />
Choose how to resolve the e-mail of the authenticated user (you may want to install specific plugins to get more options).<br />
If none, e-mail will not be resolved (it will stay as is).<br />
Be aware that not all options may work, as they may come from external plugins with their own configuration strategy.<br />
</div>

View file

@ -1,5 +1,5 @@
<div>
Choose how to resolve the full name of the authenticated user (you may want to install plugins to increase the available options).<br />
If none, no name resolution will be attempted (it will stay as is).<br />
Be aware that not all options may work, as they may come from a plugin that follows its own configuration strategy.<br />
Choose how to resolve the full name of the authenticated user (you may want to install specific plugins to get more options).<br />
If none, the full name will not be resolved (it will stay as is).<br />
Be aware that not all options may work, as they may come from external plugins with their own configuration strategy.<br />
</div>