aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/UserManager.cs
diff options
context:
space:
mode:
authorgrafixeyehero <grafixeyehero@yahoo.com>2019-01-11 01:15:00 +0300
committergrafixeyehero <grafixeyehero@yahoo.com>2019-01-11 01:15:00 +0300
commit9659decef08506a37c504d07820401078d294a25 (patch)
treec0871eb7e11706e5203a18c76953101ffebcc1f4 /Emby.Server.Implementations/Library/UserManager.cs
parent3d867c2c46cec39b669bb8647efef677f32b8a8d (diff)
fix the forgotpasswordpin
fix passwordreset.txt print
Diffstat (limited to 'Emby.Server.Implementations/Library/UserManager.cs')
-rw-r--r--Emby.Server.Implementations/Library/UserManager.cs2
1 files changed, 1 insertions, 1 deletions
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);