ombi: reset password when using pwr links

When password reset links are enabled, the ombi password will be reset
to the PIN along with Jellyfin.
This commit is contained in:
Harvey Tindall
2021-05-02 13:23:59 +01:00
parent 22a0d8925d
commit af61549bf1
5 changed files with 30 additions and 5 deletions
+4
View File
@@ -22,7 +22,11 @@
</span>
<p class="content mb-1">
{{ if .success }}
{{ if .ombiEnabled }}
{{ .strings.youCanLoginOmbi }}
{{ else }}
{{ .strings.youCanLogin }}
{{ end }}
{{ else }}
{{ .strings.tryAgain }}
{{ end }}