MOON
Server: Apache
System: Linux server1.studioinfinity.com.br 2.6.32-954.3.5.lve1.4.90.el6.x86_64 #1 SMP Tue Feb 21 12:26:30 UTC 2023 x86_64
User: artinside (517)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/artinside/www/sabbry/themes/web/views/restricted/login.php
<div class="fancy-title title-dotted-border mt-4 mb-1 title-center" style="margin-top: 0px !important;">
    <h4>Alterar Senha</h4>
</div>
<p class="allmargin center">Mantenha sua senha sempre segura!</p>


<div class="acc_content clearfix">
    <form id="register-form" name="register-form" class="nobottommargin" action="<?= url("restrito/atualizar")?>" method="post">
        <?= csrf_input(); ?>
        <input type="hidden" name="action" value="login">
        <input type="hidden" name="id" value="<?= user()->data()->id?>">

        <div class="clear"></div>
        <div class="col_half">
            <label for="telefone">Nova Senha*</label>
            <input type="password" id="password" name="password" value="" class="form-control form-control-pill" autocomplete="false" />
        </div>
        <div class="col_half col_last">
            <label for="celular">Redigite a Nova Senha*</label>
            <input type="password" id="password" name="re_password" value="" class="form-control form-control-pill" autocomplete="false"/>
        </div>
        <div class="clear"></div>


        <div class="col_full nobottommargin">
            <button class="button button-circle button-black nomargin" id="register-form-submit" name="register-form-submit" value="register">Alterar Senha</button>
        </div>
    </form>
</div>

<?php $v->start("scripts"); ?>
<script src="<?= url("/shared/scripts/card-master/dist/card.js"); ?>"></script>

<script type="text/javascript">

    function scrollToAnchor(aid){
        var tag = $("#"+aid);
        $('html,body').animate({scrollTop: tag.offset().top},1400);
    }

    if($("#j_scroll").length){
        scrollToAnchor('j_scroll');
    }


</script>
<?php $v->end(); ?>