diff --git a/backend/templates/html/users.html.ecr b/backend/templates/html/users.html.ecr index c1c7ada..4523dbb 100644 --- a/backend/templates/html/users.html.ecr +++ b/backend/templates/html/users.html.ecr @@ -146,7 +146,7 @@ <%- if student.user.password -%> - <%= student.user.password %> + <%= HTML.escape(student.user.password.not_nil!) %> <%- else -%> Password geändert <%- end -%> @@ -196,7 +196,7 @@ <%- if teacher.password -%> - <%= teacher.password %> + <%= HTML.escape(teacher.password.not_nil!) %> <%- else -%> Password geändert <%- end -%>