CaffGeek/MBACNationals

View on GitHub
Web.Admin/Controllers/AccountController.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method Manage has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        [HttpPost]
        [ValidateAntiForgeryToken]
        public ActionResult Manage(LocalPasswordModel model)
        {
            bool hasLocalAccount = OAuthWebSecurity.HasLocalAccount(WebSecurity.GetUserId(User.Identity.Name));
Severity: Minor
Found in Web.Admin/Controllers/AccountController.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status