@@ -158,5 +158,12 @@ RUN curl -fsSL -o eCloud-theme.tar.gz \
# Replace "Get your own free account" NC link with /e/ Account link in public pages
RUN sed-i's/https:\/\/nextcloud.com\/signup\//https:\/\/e\.foundation\/<?php p(\$_\[\x27language\x27\]); ?>\/e-email-invite\//'${BASE_DIR}/core/templates/layout.public.php
# Set default class of hidden to settings-hint
RUN sed-i's/settings-hint/settings-hint hidden/'${BASE_DIR}/apps/settings/templates/settings/personal/security/twofactor.php
# Seds to fix displayname save regression
RUN sed-i"s/'email' ||/'email'/"${BASE_DIR}/apps/settings/js/federationsettingsview.js
RUN sed-i"s/field === 'displayname'//"${BASE_DIR}/apps/settings/js/federationsettingsview.js