dbXapp 2.0
RAD, CMS, Module und Runtime-IDE fuer dbXapp
Loading...
Searching...
No Matches
login.fd.php
Go to the documentation of this file.
1<?php
2$field = array();
3$field['name'] = 'username';
4$field['type'] = 'varchar';
5$field['index'] = '';
6$field['length'] = '120';
7$field['default'] = '';
8$field['label'] = 'Benutzername oder E-Mail';
9$field['rules'] = 'varchar|min=4|max=120';
10$field['tooltip'] = '';
11$field['errormsg'] = 'Bitte Benutzername oder E-Mail-Adresse eingeben.';
12$field['placeholder'] = '';
13$field['convert'] = '';
14$field['protect'] = '0';
15$field['group'] = '';
16$field['mask'] = '';
17$field['data'] = 'icon=bi-person&field_class=';
18$field['options'] = '';
19$field['tpl'] = 'auth-text-label';
20$field['js'] = '';
21$field['prompt'] = '';
23
24$field = array();
25$field['name'] = 'password';
26$field['type'] = 'varchar';
27$field['index'] = '';
28$field['length'] = '128';
29$field['default'] = '';
30$field['label'] = 'Passwort';
31$field['rules'] = 'varchar|min=6|max=128';
32$field['tooltip'] = '';
33$field['errormsg'] = 'Das Passwort muss mindestens 6 Zeichen lang sein.';
34$field['placeholder'] = '';
35$field['convert'] = '';
36$field['protect'] = '0';
37$field['group'] = '';
38$field['mask'] = '';
39$field['data'] = 'icon=bi-key&field_class=';
40$field['options'] = '';
41$field['tpl'] = 'auth-password-label';
42$field['js'] = '';
43$field['prompt'] = '';
44$fields[] = $field;
$fields[]
Definition config.dd.php:16
$field
Definition config.dd.php:4