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:
@@ -22,7 +22,11 @@
|
||||
</span>
|
||||
<p class="content mb-1">
|
||||
{{ if .success }}
|
||||
{{ if .ombiEnabled }}
|
||||
{{ .strings.youCanLoginOmbi }}
|
||||
{{ else }}
|
||||
{{ .strings.youCanLogin }}
|
||||
{{ end }}
|
||||
{{ else }}
|
||||
{{ .strings.tryAgain }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user