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 2016/10/25 11:08:07 UTC

[2/2] syncope git commit: Adding warning about suspended users and authentication.statuses

Adding warning about suspended users and authentication.statuses


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

Branch: refs/heads/master
Commit: 7ee3f7ebe475eba4a4783eaaa016fe5f91bc7412
Parents: 099da6a
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Tue Oct 25 13:07:39 2016 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Tue Oct 25 13:07:47 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/7ee3f7eb/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 8a547a0..0b33c93 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configurationparameters.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/configurationparameters.adoc
@@ -41,6 +41,8 @@ processes, including <<password-reset,password reset>>;
 application) is allowed;
 * `passwordReset.securityQuestion` - whether the <<password-reset,password reset>> feature involves security questions;
 * `authentication.statuses` - the list of <<workflow,workflow>> statuses for which users are allowed to authenticate;
+[WARNING]
+Suspended Users are anyway not allowed to authenticate.
 * `log.lastlogindate` - whether the system updates the `lastLoginDate` field of users upon authentication;
 * `tasks.interruptMaxRetries` - how many attempts shall be made when interrupting a running <<task,task>>;
 * `return.password.value` - whether the hashed password value shall be returned when reading users;