mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 19:04:51 +08:00
Replace tabs for spaces in views, css and cs files.
--HG-- branch : dev
This commit is contained in:
@@ -211,7 +211,7 @@ namespace Orchard.Users.Controllers {
|
||||
|
||||
protected override void OnActionExecuting(ActionExecutingContext filterContext) {
|
||||
if (filterContext.HttpContext.User.Identity is WindowsIdentity) {
|
||||
throw new InvalidOperationException("Windows authentication is not supported.");
|
||||
throw new InvalidOperationException(T("Windows authentication is not supported.").ToString());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user