https://acrop.net/login

Submitted URL:
https://acrop.net/Redirected
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 9 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetogglestring
documentPictureInPicturestring
onscrollendstring
webpackChunkstring
Popperstring
jQuerystring
$string
axiosstring
Vuestring

Console log messages · 1 found

Messages logged to the web console

TypeCategoryLog
verbosedom
URL
https://acrop.net/login
Text
[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
        <meta charset="utf-8">
        <meta http-equiv="x-ua-compatible" content="ie=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

        <!-- Disallow indexing -->
        <meta name="robots" content="noindex,nofollow">

        <!-- CSRF Token -->
        <meta name="csrf-token" content="9Lz1qw8B9c6BNPyLWb7sSgemngBJ95gzjzsceAPo">

        <title>Addon Manager</title>

        <!-- Fonts -->
        <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/solid.css" integrity="sha384-wnAC7ln+XN0UKdcPvJvtqIH3jOjs9pnKnq9qX68ImXvOGz2JuFoEiCjT8jyZQX2z" crossorigin="anonymous">
        <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/fontawesome.css" integrity="sha384-HbmWTHay9psM8qyzEKPc8odH4DsOuzdejtnr+OFtDmOcIVnhgReQ4GZBH7uwcjf6" crossorigin="anonymous">

        <!-- Styles -->
        <link href="https://acrop.net/css/app.css" rel="stylesheet">

            </head>
<body>
    <div id="app">
        <nav class="navbar navbar-expand-md navbar-light site-navbar">
    <div class="container">
        <a class="navbar-brand" href="https://acrop.net">Addon Manager</a>

        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarContent">
            <span class="navbar-toggler-icon"></span>
        </button>

        <div class="collapse navbar-collapse" id="navbarContent">
            <ul class="navbar-nav ml-auto">
                                    <li class="nav-item">
                        <a href="https://acrop.net/login" class="nav-link">Login</a>
                    </li>
                            </ul>
        </div>
    </div>
</nav>

        
        <main class="py-4">
            <div class="container">
    <div class="row justify-content-center">
        <div class="col-md-8">
            <div class="card">
                <div class="card-header">Login</div>

                <div class="card-body">
                    <form method="POST" action="https://acrop.net/login">
                        <input type="hidden" name="_token" value="9Lz1qw8B9c6BNPyLWb7sSgemngBJ95gzjzsceAPo" autocomplete="off">
                        <div class="form-group row">
                            <label for="email" class="col-sm-4 col-form-label text-md-right">E-Mail Address</label>

                            <div class="col-md-6">
                                <input id="email" type="email" class="form-control" name="email" value="" required="" autofocus="">

                                                            </div>
                        </div>

                        <div class="form-group row">
                            <label for="password" class="col-md-4 col-form-label text-md-right">Password</label>

                            <div class="col-md-6">
                                <input id="password" type="password" class="form-control" name="password" required="">

                                                            </div>
                        </div>

                        <div class="form-group row">
                            <div class="col-md-6 offset-md-4">
                                <div class="checkbox">
                                    <label>
                                        <input type="checkbox" name="remember"> Remember Me
                                    </label>
                                </div>
                            </div>
                        </div>

                        <div class="form-group row mb-0">
                            <div class="col-md-8 offset-md-4">
                                <button type="submit" class="btn btn-primary">Login</button>

                                <a class="btn btn-link" href="https://acrop.net/password/reset">Forgot Your Password?</a>
                            </div>
                        </div>
                    </form>
                </div>
            </div>
        </div>
    </div>
</div>
        </main>
    </div>

    <!-- Scripts -->
    <script src="https://acrop.net/js/app.js"></script>

    

</body></html>