Custom links like link to password reset, TOS or privacy policy for login screen (#10)

Reviewed-on: #10
Reviewed-by: meaz <meaz@no-reply@disroot.org>
Co-authored-by: muppeth <muppeth@disroot.org>
Co-committed-by: muppeth <muppeth@disroot.org>
This commit is contained in:
muppeth 2023-09-25 20:48:03 +00:00 committed by muppeth
parent 01e474b0f3
commit 60200b3640
1 changed files with 9 additions and 0 deletions

View File

@ -12,6 +12,15 @@
<roundcube:if condition="config:support_url" />
&nbsp;&bull;&nbsp; <a href="<roundcube:var name='config:support_url' />" target="_blank" class="support-link"><roundcube:label name="support" /></a>
<roundcube:endif />
<roundcube:if condition="config:legal_url" />
&nbsp;&#9679;&nbsp; <a href="<roundcube:var name='config:legal_url' />" target="_blank" class="legal-link"><roundcube:label name="legal" /></a>
<roundcube:endif />
<roundcube:if condition="config:privacy_policy_url" />
&nbsp;&#9679;&nbsp; <a href="<roundcube:var name='config:privacy_policy_url' />" target="_blank" class="privacy-link"><roundcube:label name="privacypolicy" /></a>
<roundcube:endif />
<roundcube:if condition="config:password_reset_url" />
&nbsp;&#9679;&nbsp; <a href="<roundcube:var name='config:password_reset_url' />" target="_blank" class="passwordreset-link"><roundcube:label name="passwordreset" /></a>
<roundcube:endif />
<roundcube:container name="loginfooter" id="login-footer" />
</div>
</form>