Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
This document explains the procedure to add a customized QR code within the Invite User email template that is sent to users as a part of the ZENworks mobile enrollment process. By including a customized QR code, you can share a public or private app with users. Users only need to scan the QR code to download the app on their mobile devices.
Prior to including the QR code in the Invite User email, you need to ensure that the following prerequisites are met:
To include the QR code in the Invite User email:
Note: You need to have the following ownership and permissions to access the new folder: On the Windows server: read permission. On the Linux server: the same ownership and permissions as that of the other folders in the location. To ensure that the relevant permissions are in place, after editing the email template, you can send a test mail and validate whether the QR code image has downloaded on the email client. Also, we recommend that you take a back-up of the newly created folder as this folder will be deleted after a system update. You can place the backed-up folder back in the same location after the system update process is completed. |
Example of a modified invite user email template:
<tr>
<td colspan="2">
<p><strong>To Install Micro Focus iPrint application:</strong>
<br/>Download the Micro Focus iPrint application OR scan the QR code from your mobile device.
</p>
</td>
</tr>
<tr>
<td><a target="_blank" class="btn" href="https://play.google.com/store/apps/details?id=com.novell.iprint.android">Install iPrint</a></td>
<td><img src="https://$HOSTNAME$/qrcode/iprintqrcode.jpg" alt="Get it on MDM server" width="150" height="150" />
</td>
</tr>
<img id='barcode' src= https://api.qrserver.com/v1/create-qr-code/?data=<app URL> " &size=100x100"
alt=""
width="150"
height="150"/>
Example of a modified Invite User email template:
<tr>
<td colspan="2">
<p><strong>To Install Micro Focus iPrint application:</strong>
<br/>Download the Micro Focus iPrint application OR scan the QR code from your mobile device.
</p>
</td>
</tr>
<tr>
<td><a target="_blank" class="btn" href="https://play.google.com/store/apps/details?id=com.novell.iprint.android">Install iPrint</a></td>
<td><img id='barcode' src="https://api.qrserver.com/v1/create-qr-code/?data=https://play.google.com/store/apps/details?id=com.novell.iprint.android&size=100x100"
alt=""
width="150"
height="150"/>
</td>
</tr>