https://producao.muz.ifsuldeminas.edu.br/

Submitted URL:
https://producao.muz.ifsuldeminas.edu.br/
Report Finished:

The outgoing links identified from the page

LinkText
http://www.bambui.ifmg.edu.br/portal/IFMGCampus Bambuí
https://www.muz.ifsuldeminas.edu.br/IFSULDEMINASCampus Muzambinho

JavaScript Variables · 7 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
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
Popperfunction
bootstrapobject

Console log messages · 1 found

Messages logged to the web console

TypeCategoryLog
verbosedom
URL
https://producao.muz.ifsuldeminas.edu.br/
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="pt-br"><head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <title>Produz | Autenticação</title>
    <link href="https://producao.muz.ifsuldeminas.edu.br/public/images/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon">
    <link rel="stylesheet" href="https://producao.muz.ifsuldeminas.edu.br/vendor/twbs/bootstrap/dist/css/bootstrap.min.css">
    <link rel="stylesheet" href="https://producao.muz.ifsuldeminas.edu.br/public/css/login.css">
    <script src="https://producao.muz.ifsuldeminas.edu.br/public/js/jquery-3.3.1.slim.min.js"></script>
    <script src="https://producao.muz.ifsuldeminas.edu.br/public/js/popper.min.js"></script>
    <script src="https://producao.muz.ifsuldeminas.edu.br/vendor/twbs/bootstrap/dist/js/bootstrap.js"></script>
</head>

<body class="text-center">
    <div class="container">
        <form class="form-signin" method="POST" action="https://producao.muz.ifsuldeminas.edu.br/auth/login">
            <img class="mb-4" src="https://producao.muz.ifsuldeminas.edu.br/public/images/favicon.ico" alt="" width="72">
            <h1 class="h3 mb-3 font-weight-normal">Produz</h1>

            <input type="email" id="email" name="email" class="form-control" placeholder="Email" required="" autofocus="">

            <input type="password" id="senha" name="senha" class="form-control" placeholder="Senha" required="">
            
            <select id="modulo" name="modulo" class="form-control form-control-sm">
                <option value="controle" selected="">Controle</option>
                <option value="admin">Administrativo</option>
            </select>

            <br>
            <input class="btn btn-lg btn-primary btn-block" type="submit" value="Entrar" name="entrar">
            <p class="mt-5 mb-3 text-muted">
                © 2020-2024<br>
                Desenvolvido por: <a target="_blank" href="http://www.bambui.ifmg.edu.br/portal/">IFMG <i>Campus</i> Bambuí</a><br>
                Mantido por: <a target="_blank" href="https://www.muz.ifsuldeminas.edu.br/">IFSULDEMINAS <i>Campus</i> Muzambinho</a>
            </p>
        </form>
    
        
        <br><br>
            </div>



</body></html>