Forgot Password functionality in admin

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
User avatar
factor1
Forum Members
Forum Members
Posts: 128
Joined: Thu Apr 13, 2006 11:24 pm

Forgot Password functionality in admin

Post 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.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Forgot Password functionality in admin

Post 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
User avatar
factor1
Forum Members
Forum Members
Posts: 128
Joined: Thu Apr 13, 2006 11:24 pm

Re: Forgot Password functionality in admin

Post 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?
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Forgot Password functionality in admin

Post 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
merder99
Forum Members
Forum Members
Posts: 47
Joined: Wed Oct 29, 2008 3:14 am

Re: Forgot Password functionality in admin

Post 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="" />

" />










Post Reply

Return to “CMSMS Core”