From version < 31.1 >
edited by nlo
on 30.04.2020, 11:28
To version < 33.1 >
edited by nlo
on 19.08.2020, 14:37
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -20,18 +20,21 @@
20 20  {{id name="form_login"/}}
21 21  === Form login ===
22 22  
23 -=== Login protection ===
23 +This configuration area allows you to provide different methods with which users can or must log in to the form. Information of the logged in user can be accessed within the form & the workflow processing using [[user variables>>doc:Formcycle.UserInterface.Variables.WebHome||anchor="sec_user_variables"]].
24 +If no settings are made in this area, the form is public and can be accessed by any user without login.
24 24  
25 -This fieldset allows you to restrict access to the form only to a selected group of users.
26 +; Authenticators (external users)
27 +: Here you can enable configured external users, system, NTLM or Kerberos logins. The selected login methods are available when the form is called.
26 26  
27 -* {{litem title="Accessible by"}}Only [[users>>doc:Formcycle.UserInterface.UserSettings.User.WebHome]] that are members of the selected groups will have access to the form (open, fill out, submit, ...). If no user group is selected, no restriction applies and all users may view the form. If a restriction to certain user groups is set, a login screen is shown when trying to open the form ([[HTML templates>>doc:Formcycle.UserInterface.FilesAndTemplates.HTML.WebHome]]).{{/litem}}
29 +; Accessible by
30 +: Only the users of the selected group have access to the form. This restriction applies only to users who have logged in to the form by system login, NTLM or Kerberos. If no user group is selected, there is no restriction for these login types.
28 28  
29 -* {{litem title="Auto login (SSO)"}}When this options is activated, the form can be opened only with a valid domain login. Available only for licenses with the option [[NTLM>>doc:Formcycle.SystemSettings.UserInterface.SingleSignOn.WebHome]].{{/litem}}
32 +; form password
33 +: To restrict access to the form, a **form password** can also be entered.
30 30  
31 -=== Password protection ===
35 +; Without login
36 +: If users are to be able to access the form without logging in, this checkbox must be activated. This option is only available if one of the login options above is activated.
32 32  
33 -In order to limit access to the form one can also set a **form password**. This password must be entered everytime to view, fill out and submit the form.
34 -
35 35  {{id name="admin_restriction"/}}
36 36  === Administrative protection ===
37 37  
... ... @@ -60,7 +60,7 @@
60 60  
61 61  Assuming a form contains an input field //tfMail//, the following one-time submission ID can be used to limit form submissions to distinct mail addresses.
62 62  
63 -{{code}}
66 +{{code language="none"}}
64 64  [%tfMail%]
65 65  {{/code}}
66 66  
... ... @@ -80,6 +80,8 @@
80 80  
81 81  === Unregistered review ===
82 82  
86 +{{version major="6" minor="6" patch="0"}}Since version 6.6.0 this option is called //In this status, the form can be opened without user login via the form-process-link//{{/version}}.
87 +
83 83  When this option is enabled, form records with this state may be viewed by anonymous users, assuming they have got a link to the form with the process ID.
84 84  
85 85  When this option is disabled, users need to sign in in order to gain access to form records.
Copyright 2000-2024