diff --git a/html/form-base.html b/html/form-base.html index b5f2e2a..1675c56 100644 --- a/html/form-base.html +++ b/html/form-base.html @@ -29,6 +29,7 @@ window.captcha = {{ .captcha }}; window.reCAPTCHA = {{ .reCAPTCHA }}; window.reCAPTCHASiteKey = "{{ .reCAPTCHASiteKey }}"; + window.userPageEnabled = {{ .userPageEnabled }}; {{ if .passwordReset }} diff --git a/html/form.html b/html/form.html index ef2b888..15e83e2 100644 --- a/html/form.html +++ b/html/form.html @@ -17,6 +17,7 @@
{{ if .passwordReset }}{{ .strings.passwordReset }}{{ else }}{{ .strings.successHeader }}{{ end }}

{{ if .passwordReset }}{{ .strings.youCanLoginPassword }}{{ else }}{{ .successMessage }}{{ end }}

+ {{ if .userPageEnabled }}{{ end }} {{ .strings.continue }}
diff --git a/html/user.html b/html/user.html index 3f78f8b..4c62619 100644 --- a/html/user.html +++ b/html/user.html @@ -24,7 +24,7 @@ window.matrixUserID = "{{ .matrixUser }}"; {{ template "header.html" . }} - {{ .lang.Strings.pageTitle }} + {{ .lang.Strings.myAccount }}