... |
... |
@@ -1,7 +1,7 @@ |
1 |
1 |
At least {{formcycle/}} version {{version major="7" minor="4" patch="0"/}} is required to use the database authenticator. |
|
2 |
+ |
2 |
2 |
{{content/}} |
3 |
3 |
|
4 |
|
- |
5 |
5 |
The paid //Database-Authentikator-Plugin// provides a possibility to perform a login to a form via a database query. Here, an HTML page incl. validators, error texts and the actual connection to the database can be specified. After sending the HTML page, the input of the login page is provided as a placeholder for the database query. There is also the possibility to allow the "login" nevertheless if a database record is not found. In this case, only the data from the login page is available in the form. Furthermore, it is possible to define a login lock, which temporarily blocks the login based on one of the input fields when multiple incorrect attempts are made. |
6 |
6 |
|
7 |
7 |
|
... |
... |
@@ -44,7 +44,6 @@ |
44 |
44 |
; Database query |
45 |
45 |
: Defines the actual database query to determine a record based on the login page input. These inputs are available via placeholders in the form of {{code language="none"}}[%<html-name-attribute>%]{{/code}}. As soon as a database row is returned by this query, the login is considered successful. |
46 |
46 |
|
47 |
|
- |
48 |
48 |
; Allow login without found database entry |
49 |
49 |
: If this option is active, the login is also allowed without a found database entry. In this case, only the data of the login page are available as user attributes. |
50 |
50 |
|
... |
... |
@@ -102,7 +102,6 @@ |
102 |
102 |
: Allows to define an input type at a password field, which can be switched to by an eye symbol. This allows to switch to a readable representation of the input. |
103 |
103 |
|
104 |
104 |
|
105 |
|
- |
106 |
106 |
=== Styling (CSS) === |
107 |
107 |
|
108 |
108 |
For the styling of the login page, the plugin already provides standard definitions for the layout as well as for input elements, the login button and errors. If required, these can be overwritten within the configuration of the login page in an HTML style tag. The following classes are also available within the HTML: |
... |
... |
@@ -119,7 +119,6 @@ |
119 |
119 |
; errors |
120 |
120 |
: Defines a DIV container for displaying errors. |
121 |
121 |
|
122 |
|
- |
123 |
123 |
=== Internationalization === |
124 |
124 |
|
125 |
125 |
In the configuration of the page title, the page body as well as in the error messages the client-specific I18N variables can be used. These can be passed in the form of the placeholder {{code language="none"}}[%I18N.<value>%]{{/code}} and will be replaced according to the language in which the form is opened. Maintenance of these variables can be found [[here>>Formcycle.UserInterface.FilesAndTemplates.I18nVariables]]. |
... |
... |
@@ -192,6 +192,13 @@ |
192 |
192 |
|
193 |
193 |
== Version history == |
194 |
194 |
|
|
192 |
+ |
|
193 |
+ |
|
194 |
+=== 1.0.1 === |
|
195 |
+ |
|
196 |
+* Modification to the transfer of the used form language within the authenticator |
|
197 |
+* Support of client-specific placeholders within the configuration of the login page extended |
|
198 |
+ |
195 |
195 |
=== 1.0.0 === |
196 |
196 |
|
197 |
197 |
* Initial release |