Ignoring layout phase if not explicitly required

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-09-30 16:25:25 -07:00
parent b9bd5a06ca
commit c959765831
3 changed files with 11 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ using System.Web.Security;
using Orchard.Logging;
using Orchard.Mvc.Extensions;
using Orchard.Security;
using Orchard.Themes;
using Orchard.Users.Services;
using Orchard.Users.ViewModels;
using Orchard.Settings;
@@ -17,6 +18,7 @@ using Orchard.Mvc.Results;
namespace Orchard.Users.Controllers {
[HandleError]
[Themed]
public class AccountController : Controller {
private readonly IAuthenticationService _authenticationService;
private readonly IMembershipService _membershipService;