Changes for page Datenbank-Authentifikator


From version 3.1
edited by MKO
on 08.06.2023, 10:20
Change comment: There is no comment for this version
To version 2.1
edited by MKO
on 01.06.2023, 14:02
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -44,6 +44,7 @@
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 +
47 47  ; Allow login without found database entry
48 48  : 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.
49 49  
... ... @@ -101,6 +101,7 @@
101 101  : 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.
102 102  
103 103  
105 +
104 104  === Styling (CSS) ===
105 105  
106 106  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:
... ... @@ -117,6 +117,7 @@
117 117  ; errors
118 118  : Defines a DIV container for displaying errors.
119 119  
122 +
120 120  === Internationalization ===
121 121  
122 122  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]].
... ... @@ -189,13 +189,6 @@
189 189  
190 190  == Version history ==
191 191  
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 -
199 199  === 1.0.0 ===
200 200  
201 201  * Initial release