piotrpolak/pepiscms

View on GitHub
pepiscms/application/controllers/admin/Changepassword.php

Summary

Maintainability
A
3 hrs
Test Coverage

Method index has 71 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function index()
    {
        if (!$this->auth->getDriver()->isPasswordChangeSupported()) {
            show_404();
        }
Severity: Major
Found in pepiscms/application/controllers/admin/Changepassword.php - About 2 hrs to fix

    Avoid too many return statements within this method.
    Open

                    return false;
    Severity: Major
    Found in pepiscms/application/controllers/admin/Changepassword.php - About 30 mins to fix

      There are no issues that match your filters.

      Category
      Status