Hi Community
just to share how to add a footer line manually for now i got this information from support which i would like to share
file to edit: /usr/share/grommunio-web/server/includes/templates/login.php
Insert this after line 29 <body class="login theme-<?php echo strtolower($theme ? $theme : 'basic'); ?>">
<div style="position: absolute; bottom: 0px; left: 0px; right: 0px; display: flex; justify-content: center;">
<h3 style="">
<a> (c) Grommunio</a>
<a> - </a>
<img src="https://img.alicdn.com/tfs/TB1..50QpXXXXX7XpXXXXXXXXXX-40-40.png" alt="www.beian.gov.cn" height="15" width="15">
<a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=12345678901234"> 沪公网安备 12345678901234号 </a>
<a> - </a>
<a target="_blank" href="https://beian.miit.gov.cn/#/Integrated/recordQuery"> 沪ICP备1234567890号 </a>
<a> - </a>
<a target="_blank" href="https://grommunio.com/"> Homepage </a>
</h3>
</div>
NOTE: after each update the code must be reinserted for now - Let´s hope we will get a Admin UI feature in the near future :-)