Page 1 of 1
Forgot Password functionality in admin
Posted: Wed Jul 01, 2009 7:10 pm
by factor1
from the 1.6 change log:
* Forgot Password functionality in admin
- The admin console now has the ability to handle forgotten passwords, if an email address has been associated with the admin account.
where is this supposed to be? my login page looks the same as always.
thanks.
Re: Forgot Password functionality in admin
Posted: Wed Jul 01, 2009 7:35 pm
by RonnyK
Seems like you are using the classic theme for the backend (is fixed in upcoming 1.6.1), but on the login-screen is the forgot-password logic available.... But in 1.6 only in the NCleanGrey theme, not in the classic....
Ronny
Re: Forgot Password functionality in admin
Posted: Wed Jul 01, 2009 8:03 pm
by factor1
switched to the nclean grey. still the same. im running from an upgraded version. Do i need to manually upload the new theme?
Anyone have the code i can add to the default theme manually?
Re: Forgot Password functionality in admin
Posted: Wed Jul 01, 2009 8:19 pm
by RonnyK
And you are running 1.6? The logic is inside the admin/login.php file. So it seems like that isnt overwritten correctly....
Ronny
Re: Forgot Password functionality in admin
Posted: Thu Sep 24, 2009 7:14 am
by merder99
i got it to work by taking the following code from ncgray and putting into my theme:
'.lang('passwordchange').'';
?>
:
:
" />
" />
type="text" size="15" value="" />
" />