aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Library/UserManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-01-17 14:30:23 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-01-17 14:30:23 -0500
commita8da86d059c0a9ba724bfcf11166d1b32406ca89 (patch)
treec6f45c97575ece03f36f3a653087fac334aec173 /MediaBrowser.Server.Implementations/Library/UserManager.cs
parent5f3c2f68b0a956ce28b8e48bf8fd20c89e44f5d9 (diff)
support api without /mediabrowser
Diffstat (limited to 'MediaBrowser.Server.Implementations/Library/UserManager.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Library/UserManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Library/UserManager.cs b/MediaBrowser.Server.Implementations/Library/UserManager.cs
index b51a9ee7c..edcf7255d 100644
--- a/MediaBrowser.Server.Implementations/Library/UserManager.cs
+++ b/MediaBrowser.Server.Implementations/Library/UserManager.cs
@@ -744,7 +744,7 @@ namespace MediaBrowser.Server.Implementations.Library
text.AppendLine("Use your web browser to visit:");
text.AppendLine(string.Empty);
- text.AppendLine(localAddress + "/mediabrowser/web/forgotpasswordpin.html");
+ text.AppendLine(localAddress + "/web/forgotpasswordpin.html");
text.AppendLine(string.Empty);
text.AppendLine("Enter the following pin code:");
text.AppendLine(string.Empty);