admin login error on appgini

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
dnetware
Posts: 7
Joined: 2014-12-24 17:08

admin login error on appgini

Post by dnetware » 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'); ?>&nbsp;Change Admin Password</h1>
<?php echo $form->create('Administrator', array('action' => 'adminPassword')); ?>
<?php echo $form->input('id'); ?>
<label>Your old password&nbsp;<span class="want">*</span></label>
<?php echo $form->password('oldPassword'); ?>
<label>New password&nbsp;<span class="want">*</span></label>
<?php echo $form->password('password'); ?>
<label>Confirm you new password&nbsp;<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

Satya Kavala
Veteran Member
Posts: 45
Joined: 2015-04-15 06:33
Location: Hyderabad
Contact:

Re: admin login error on appgini

Post by Satya Kavala » 2015-04-30 11:17

Hi dnetware,
I didn't see your page is the issue is solved?
if not solved then PM me the details..
Thanks&Regards
Satya Kavala
[email protected]

Post Reply