This commit is contained in:
Dominic Grimm 2023-03-05 15:55:49 +01:00
parent 8a4060a9c0
commit 1094b61323
No known key found for this signature in database
GPG key ID: 6F294212DEAAC530

View file

@ -146,7 +146,7 @@
<tr> <tr>
<td> <td>
<%- if student.user.password -%> <%- if student.user.password -%>
<code><%= student.user.password %></code> <code><%= HTML.escape(student.user.password.not_nil!) %></code>
<%- else -%> <%- else -%>
<i>Password geändert</i> <i>Password geändert</i>
<%- end -%> <%- end -%>
@ -196,7 +196,7 @@
<tr> <tr>
<td> <td>
<%- if teacher.password -%> <%- if teacher.password -%>
<code><%= teacher.password %></code> <code><%= HTML.escape(teacher.password.not_nil!) %></code>
<%- else -%> <%- else -%>
<i>Password geändert</i> <i>Password geändert</i>
<%- end -%> <%- end -%>