dbXapp 2.0
RAD, CMS, Module und Runtime-IDE fuer dbXapp
Loading...
Searching...
No Matches
register.fd.php
Go to the documentation of this file.
1<?php
2$field = array();
3$field['name'] = 'uname';
4$field['type'] = 'varchar';
5$field['index'] = '';
6$field['length'] = '60';
7$field['default'] = '';
8$field['label'] = 'Loginname';
9$field['rules'] = 'parameter|min=4|max=60';
10$field['tooltip'] = '';
11$field['errormsg'] = 'Der Loginname muss mindestens 4 Zeichen lang sein und darf nur Buchstaben, Zahlen, Punkt, Unterstrich und Bindestrich enthalten.';
12$field['placeholder'] = '';
13$field['convert'] = '';
14$field['protect'] = '0';
15$field['group'] = '';
16$field['mask'] = '';
17$field['data'] = 'icon=bi-person-badge&field_class=';
18$field['options'] = '';
19$field['tpl'] = 'auth-text-label';
20$field['js'] = '';
21$field['prompt'] = '';
23
24$field = array();
25$field['name'] = 'name';
26$field['type'] = 'varchar';
27$field['index'] = '';
28$field['length'] = '60';
29$field['default'] = '';
30$field['label'] = 'Name';
31$field['rules'] = 'words|max=60';
32$field['tooltip'] = '';
33$field['errormsg'] = 'Der Name darf Buchstaben, Zahlen, Leerzeichen und einfache Satzzeichen enthalten.';
34$field['placeholder'] = '';
35$field['convert'] = '';
36$field['protect'] = '0';
37$field['group'] = '';
38$field['mask'] = '';
39$field['data'] = 'icon=bi-person-vcard&field_class=';
40$field['options'] = '';
41$field['tpl'] = 'auth-text-label';
42$field['js'] = '';
43$field['prompt'] = '';
44$fields[] = $field;
45
46$field = array();
47$field['name'] = 'email';
48$field['type'] = 'varchar';
49$field['index'] = '';
50$field['length'] = '60';
51$field['default'] = '';
52$field['label'] = 'E-Mail';
53$field['rules'] = 'email|max=60';
54$field['tooltip'] = '';
55$field['errormsg'] = 'Bitte eine gueltige E-Mail-Adresse eingeben.';
56$field['placeholder'] = '';
57$field['convert'] = '';
58$field['protect'] = '0';
59$field['group'] = '';
60$field['mask'] = '';
61$field['data'] = 'icon=bi-envelope&field_class=dbx-auth-field-wide';
62$field['options'] = '';
63$field['tpl'] = 'auth-text-label';
64$field['js'] = '';
65$field['prompt'] = '';
66$fields[] = $field;
67
68$field = array();
69$field['name'] = 'password';
70$field['type'] = 'varchar';
71$field['index'] = '';
72$field['length'] = '128';
73$field['default'] = '';
74$field['label'] = 'Passwort';
75$field['rules'] = 'varchar|min=6|max=128';
76$field['tooltip'] = '';
77$field['errormsg'] = 'Das Passwort muss mindestens 6 Zeichen lang sein.';
78$field['placeholder'] = '';
79$field['convert'] = '';
80$field['protect'] = '0';
81$field['group'] = '';
82$field['mask'] = '';
83$field['data'] = 'icon=bi-key&field_class=';
84$field['options'] = '';
85$field['tpl'] = 'auth-password-label';
86$field['js'] = '';
87$field['prompt'] = '';
88$fields[] = $field;
89
90$field = array();
91$field['name'] = 'password2';
92$field['type'] = 'varchar';
93$field['index'] = '';
94$field['length'] = '128';
95$field['default'] = '';
96$field['label'] = 'Passwort wiederholen';
97$field['rules'] = 'varchar|min=6|max=128';
98$field['tooltip'] = '';
99$field['errormsg'] = 'Bitte das Passwort wiederholen.';
100$field['placeholder'] = '';
101$field['convert'] = '';
102$field['protect'] = '0';
103$field['group'] = '';
104$field['mask'] = '';
105$field['data'] = 'icon=bi-key-fill&field_class=';
106$field['options'] = '';
107$field['tpl'] = 'auth-password-label';
108$field['js'] = '';
109$field['prompt'] = '';
110$fields[] = $field;
111
112$field = array();
113$field['name'] = 'language';
114$field['type'] = 'varchar';
115$field['index'] = '';
116$field['length'] = '3';
117$field['default'] = 'de';
118$field['label'] = 'Sprache';
119$field['rules'] = 'parameter|min=2|max=3';
120$field['tooltip'] = '';
121$field['errormsg'] = 'Bitte eine Sprache auswaehlen.';
122$field['placeholder'] = '';
123$field['convert'] = '';
124$field['protect'] = '0';
125$field['group'] = '';
126$field['mask'] = '';
127$field['data'] = 'icon=bi-translate&field_class=dbx-auth-field-wide';
128$field['options'] = 'de=Deutsch&en=English';
129$field['tpl'] = 'auth-select-single-label';
130$field['js'] = '';
131$field['prompt'] = '';
132$fields[] = $field;
$fields[]
Definition config.dd.php:16
$field
Definition config.dd.php:4