You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2017/04/18 08:15:40 UTC

syncope git commit: Fix doc link

Repository: syncope
Updated Branches:
  refs/heads/2_0_X 5c89e3a3d -> 51d0bb463


Fix doc link


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/51d0bb46
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/51d0bb46
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/51d0bb46

Branch: refs/heads/2_0_X
Commit: 51d0bb463f2d615727a58d51bcfea1850fc0e59e
Parents: 5c89e3a
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Tue Apr 18 10:15:07 2017 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Tue Apr 18 10:15:07 2017 +0200

----------------------------------------------------------------------
 .../systemadministration/configurationparameters.adoc              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/51d0bb46/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configurationparameters.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configurationparameters.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configurationparameters.adoc
index fa70c8d..d8246f1 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configurationparameters.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configurationparameters.adoc
@@ -43,7 +43,7 @@ processes, including <<password-reset,password reset>>;
 application) is allowed;
 * `passwordReset.securityQuestion` - whether the <<password-reset,password reset>> feature involves security questions;
 * `authentication.attributes` - the list of attributes whose values can be passed as login name for authentication,
-defaults to `username`; please note that the related <<plain,plain schemas> must impose the unique constraint, for this
+defaults to `username`; please note that the related <<plain,plain schemas>> must impose the unique constraint, for this
 mechanism to work properly;
 * `authentication.statuses` - the list of <<workflow,workflow>> statuses for which users are allowed to authenticate;
 [WARNING]