• Enhancement
  • Branding/Requirments: Which file to add icp and Beian information on login sites

Hi All,

as of Chinese law we have to add an information string with company license information's to all login sites!
Which file we have to edit?

Maybe that can also be added as a feature for China Mainland customers in the future!
required information's:

Beian logo: link to provincebeianlogo.png
icp string: 京ICP备04000001号-2
icp link: http://beian.miit.gov.cn/
beian string: 京公网安备 11040102700068号
beian link: http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11040102700068

Line looks finally like that: [logo] [icp string] [beian string]

a month later

I have opened a [Ticket#81872] - i will post the result later here :-)

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 :-)

    ncoker I will have a look into this feature. You would have to add plain html into your config.json. If React let's me inject it, it should just work.

    © 2020-2024 grommunio GmbH. All rights reserved. | https://grommunio.com | Data Protection | Legal notice