Commit 7dd438f8 authored by tinytm's avatar tinytm

- TinyTM fixes

parent fcfcb6f1
Pipeline #100 failed with stages
......@@ -9,6 +9,7 @@
</div>
</td>
</tr>
<if @show_footer@>
<tr>
<td>
......@@ -16,18 +17,16 @@
<tr valign=center>
<td>
<if @forgotten_pwd_url@ not nil>
<if @email_forgotten_password_p@ true>
<a href="@forgotten_pwd_url@">#acs-subsite.Forgot_your_password#</a>
<br />
</if>
<if @email_forgotten_password_p@ true>
<a href="@forgotten_pwd_url@">#acs-subsite.Forgot_your_password#</a>
<br />
</if>
</if>
<if @self_registration@ true>
<if @register_url@ not nil>
<a href="@register_url@">#acs-subsite.Register#</a>
<a href="@register_url@">#acs-subsite.Register#</a>
</if>
</if>
</td>
<td align=right>
......@@ -52,4 +51,5 @@
</td>
</tr>
</if>
</table>
......@@ -21,6 +21,7 @@ if {![exists_and_not_null otp_enabled_p]} { set otp_enabled_p ""}
if {![exists_and_not_null time]} { set time ""}
if {![info exists username]} { set username "" }
if {![info exists email]} { set email "" }
if {![info exists show_footer]} { set show_footer 1 }
set no_otp_message [lang::message::lookup "" intranet-otp.No_OTP_defined_yet "
You need a One Time Password (OTP) for login from your current location.<br>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment