Skip to content

Commit 93ef4b9

Browse files
committed
Beim Install wird nach Passwort nun mit passendem Feld auch erstellt
closes #471
1 parent e40ad0b commit 93ef4b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

install.php

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99

1010
$content = rex_file::get(rex_path::addon('ycom', 'install/tablesets/yform_user.json'));
1111
if (is_string($content) && '' !== $content) {
12+
// vorher noch ycom_auth_password einbinden, da bei Install diese nicht bekannt ist.
13+
if (!class_exists('rex_yform_value_ycom_auth_password')) {
14+
include rex_path::addon('ycom', 'plugins/auth/lib/yform/value/ycom_auth_password.php');
15+
}
16+
1217
rex_yform_manager_table_api::importTablesets($content);
1318
}
1419

0 commit comments

Comments
 (0)