diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-01-17 14:30:23 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-01-17 14:30:23 -0500 |
| commit | a8da86d059c0a9ba724bfcf11166d1b32406ca89 (patch) | |
| tree | c6f45c97575ece03f36f3a653087fac334aec173 /MediaBrowser.Server.Implementations/Library/UserManager.cs | |
| parent | 5f3c2f68b0a956ce28b8e48bf8fd20c89e44f5d9 (diff) | |
support api without /mediabrowser
Diffstat (limited to 'MediaBrowser.Server.Implementations/Library/UserManager.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Library/UserManager.cs | 2 |
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); |
