Web.Admin/Controllers/AccountController.cs
Method Manage
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
[HttpPost]
[ValidateAntiForgeryToken]
public ActionResult Manage(LocalPasswordModel model)
{
bool hasLocalAccount = OAuthWebSecurity.HasLocalAccount(WebSecurity.GetUserId(User.Identity.Name));