aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2019-01-12 13:44:09 -0500
committerGitHub <noreply@github.com>2019-01-12 13:44:09 -0500
commit016bad1ea3512c266d521b23350be64411ce58d8 (patch)
tree2410b559ae2984b0e96d5aededf0a98c783b4b97
parente04f652eff8f4acbbbf664bb7bf318eefd492f20 (diff)
parent862fe1a29087edf41a8b3e95de7471c0cbe7d1cf (diff)
Merge pull request #556 from grafixeyehero/dev
Fix "Password Reset by PIN" page
-rw-r--r--CONTRIBUTORS.md3
-rw-r--r--Emby.Server.Implementations/Library/UserManager.cs2
2 files changed, 3 insertions, 2 deletions
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 80c172309..c88f4cbcd 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -11,7 +11,8 @@
- [AnthonyLavado](https://github.com/anthonylavado)
- [sparky8251](https://github.com/sparky8251)
- [LeoVerto](https://github.com/LeoVerto)
-
+ - [grafixeyehero](https://github.com/grafixeyehero)
+
# Emby Contributors
- [LukePulverenti](https://github.com/LukePulverenti)
diff --git a/Emby.Server.Implementations/Library/UserManager.cs b/Emby.Server.Implementations/Library/UserManager.cs
index 679116fc0..3a8945c22 100644
--- a/Emby.Server.Implementations/Library/UserManager.cs
+++ b/Emby.Server.Implementations/Library/UserManager.cs
@@ -888,7 +888,7 @@ namespace Emby.Server.Implementations.Library
text.AppendLine("Use your web browser to visit:");
text.AppendLine(string.Empty);
- text.AppendLine(localAddress + "/web/forgotpasswordpin.html");
+ text.AppendLine(localAddress + "/web/index.html#!/forgotpasswordpin.html");
text.AppendLine(string.Empty);
text.AppendLine("Enter the following pin code:");
text.AppendLine(string.Empty);