Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ ARG ECLOUD_LAUNCHER_JOB_ID="318040" ARG GOOGLE_INTEGRATION_VERSION="1.0.6" ARG LDAP_WRITE_SUPPORT_VERSION="1.4.0" RUN sed -i 's/22,2,8,1/22,2,8,14/' ${BASE_DIR}/version.php RUN sed -i 's/22,2,8,1/22,2,8,15/' ${BASE_DIR}/version.php COPY custom_entrypoint.sh / RUN chmod +x /custom_entrypoint.sh RUN mkdir -p /var/www/skeleton/Documents && mkdir -p /var/www/skeleton/Images Loading patches/016-login-screen.patch +5 −4 Original line number Diff line number Diff line --- ./core/templates/layout.guest-new.php 2022-06-09 13:47:41.255340395 +0530 +++ ./core/templates/layout.guest.php 2022-06-09 13:37:22.563505705 +0530 +++ ./core/templates/layout.guest.php 2022-06-14 16:57:50.161395749 +0530 @@ -20,6 +20,7 @@ <link rel="mask-icon" sizes="any" href="<?php print_unescaped(image_path('', 'favicon-mask.svg')); ?>" color="<?php p($theme->getColorPrimary()); ?>"> <link rel="manifest" href="<?php print_unescaped(image_path('', 'manifest.json')); ?>"> Loading Loading @@ -40,7 +40,7 @@ <?php if ($_['bodyid'] === 'body-login'): ?> <header role="banner"> <div id="header"> @@ -42,6 +64,10 @@ @@ -42,18 +64,23 @@ <img src="<?php p($theme->getLogo()); ?>"/> <?php endif; ?> </div> Loading @@ -51,8 +51,9 @@ </div> </header> <?php endif; ?> @@ -49,11 +75,11 @@ <main> <?php print_unescaped($_['content']); ?> + <div class="have-an-account"><?php p($l->t('Dont have an account yet?')); ?> <a href="/signup"><?php p($l->t('Create an account')); ?></a></div> </main> </div> + <footer role="contentinfo" class="<?= (!array_key_exists("alt_login",$_)) ? 'pos-fixed':'' ?>"> Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ ARG ECLOUD_LAUNCHER_JOB_ID="318040" ARG GOOGLE_INTEGRATION_VERSION="1.0.6" ARG LDAP_WRITE_SUPPORT_VERSION="1.4.0" RUN sed -i 's/22,2,8,1/22,2,8,14/' ${BASE_DIR}/version.php RUN sed -i 's/22,2,8,1/22,2,8,15/' ${BASE_DIR}/version.php COPY custom_entrypoint.sh / RUN chmod +x /custom_entrypoint.sh RUN mkdir -p /var/www/skeleton/Documents && mkdir -p /var/www/skeleton/Images Loading
patches/016-login-screen.patch +5 −4 Original line number Diff line number Diff line --- ./core/templates/layout.guest-new.php 2022-06-09 13:47:41.255340395 +0530 +++ ./core/templates/layout.guest.php 2022-06-09 13:37:22.563505705 +0530 +++ ./core/templates/layout.guest.php 2022-06-14 16:57:50.161395749 +0530 @@ -20,6 +20,7 @@ <link rel="mask-icon" sizes="any" href="<?php print_unescaped(image_path('', 'favicon-mask.svg')); ?>" color="<?php p($theme->getColorPrimary()); ?>"> <link rel="manifest" href="<?php print_unescaped(image_path('', 'manifest.json')); ?>"> Loading Loading @@ -40,7 +40,7 @@ <?php if ($_['bodyid'] === 'body-login'): ?> <header role="banner"> <div id="header"> @@ -42,6 +64,10 @@ @@ -42,18 +64,23 @@ <img src="<?php p($theme->getLogo()); ?>"/> <?php endif; ?> </div> Loading @@ -51,8 +51,9 @@ </div> </header> <?php endif; ?> @@ -49,11 +75,11 @@ <main> <?php print_unescaped($_['content']); ?> + <div class="have-an-account"><?php p($l->t('Dont have an account yet?')); ?> <a href="/signup"><?php p($l->t('Create an account')); ?></a></div> </main> </div> + <footer role="contentinfo" class="<?= (!array_key_exists("alt_login",$_)) ? 'pos-fixed':'' ?>"> Loading