... |
... |
@@ -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 |