Skip to content

Commit

Permalink
Beim Install wird nach Passwort nun mit passendem Feld auch erstellt (#…
Browse files Browse the repository at this point in the history
…491)

closes #471
  • Loading branch information
dergel authored Aug 22, 2024
1 parent e40ad0b commit 241645a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@

$content = rex_file::get(rex_path::addon('ycom', 'install/tablesets/yform_user.json'));
if (is_string($content) && '' !== $content) {
// vorher noch ycom_auth_password einbinden, da bei Install diese nicht bekannt ist.
if (!class_exists('rex_yform_value_ycom_auth_password')) {
include rex_path::addon('ycom', 'plugins/auth/lib/yform/value/ycom_auth_password.php');
}

rex_yform_manager_table_api::importTablesets($content);
}

Expand Down

0 comments on commit 241645a

Please sign in to comment.