admin login error on appgini
Posted: 2014-12-29 20:47
Hello please can anyone help out of this problem, my website is writing with appgini but my problem now is that my admin page is giving error of invalid username or password. I have tried to reset it from database end is still the same, I believe a file is having an error. Hope you guys can help out: http://alliedft.com/appgini/admin/administrators/login.
I have this code in the admin change password:
<div id="main">
<h1><?php echo $html->image('user.png'); ?> Change Admin Password</h1>
<?php echo $form->create('Administrator', array('action' => 'adminPassword')); ?>
<?php echo $form->input('id'); ?>
<label>Your old password <span class="want">*</span></label>
<?php echo $form->password('oldPassword'); ?>
<label>New password <span class="want">*</span></label>
<?php echo $form->password('password'); ?>
<label>Confirm you new password <span class="want">*</span></label>
<?php echo $form->password('confirmPassword'); ?>
<?php echo $form->end('Save Password'); ?>
</div>
<div id="sidebar">
<?php echo $this->element('side_bar'); ?>
</div>
Kindly help me out
Thanks
I have this code in the admin change password:
<div id="main">
<h1><?php echo $html->image('user.png'); ?> Change Admin Password</h1>
<?php echo $form->create('Administrator', array('action' => 'adminPassword')); ?>
<?php echo $form->input('id'); ?>
<label>Your old password <span class="want">*</span></label>
<?php echo $form->password('oldPassword'); ?>
<label>New password <span class="want">*</span></label>
<?php echo $form->password('password'); ?>
<label>Confirm you new password <span class="want">*</span></label>
<?php echo $form->password('confirmPassword'); ?>
<?php echo $form->end('Save Password'); ?>
</div>
<div id="sidebar">
<?php echo $this->element('side_bar'); ?>
</div>
Kindly help me out
Thanks