Fix most glaring bugs and vulnerabilities

This commit is contained in:
Luka Romih
2023-05-08 23:25:25 +02:00
parent 9867875ef2
commit d0e53fee3b
144 changed files with 2231 additions and 2981 deletions
@@ -16,7 +16,7 @@ block body
.content-hold-prerequisites
#offset-main.main-container.mt-2
form.needs-validation(method="post" novalidate)
form#profileForm.needs-validation(method="post" novalidate)
div
.subject-name
label.input-name-txt(for="password-old") #{ t('STARO GESLO') }
@@ -24,7 +24,7 @@ block body
.col-sm-6.align-items-center
input#password-old.name-input.form-control.d-inline(
type="password"
name="password-old"
name="passwordOld"
value=""
)
.invalid-feedback #{ t('Napačno geslo.') }
@@ -39,7 +39,7 @@ block body
.col-sm-6
input#password-new.name-input.form-control.d-inline(
type="password"
name="password-new"
name="passwordNew"
minLength="1"
value=""
)
@@ -55,7 +55,7 @@ block body
.col-sm-6
input#password-repeat.name-input.form-control.d-inline(
type="password"
name="password-repeat"
name="passwordNewRepeat"
minLength="1"
value=""
)