Password Recovering

Questions and answers about change of functions, design, hosting etc.

Moderators: Koduc, Xpycm

Forum rules
Pay attention! Forum is not a means for guaranteed support of clients and users. An answer as well as a quick answer is not supposed on the forum. We post messages as soon as possible.

The message limit on the forum is 3 messages per day.
If you want to say "thank you" then use the function "Give good reputation point", which is a green icon "plus" under the nickname of the person, who answered the message.

Password Recovering

Postby Ashwini » 02 Sep 2015, 12:35

password recovering functionality , not work properly.
In admin section , users menu-
when i go to the , 2 page of the user list page with the help of paging button and click on password recovering , pop mail id is wrong , which is by default display first page user mail-id and not send recovering password mail.
Ashwini
Passer
 
Posts: 44
Joined: 03 Aug 2015, 12:41
Reputation point: 0

Re: Password Recovering

Postby andipas » 03 Sep 2015, 11:21

The file - protected/modules/users/views/backend/admin.php

after
Code: Select all

$this
->widget('CustomGridView', array(
    'id'=>'user-grid',
    'dataProvider'=>$model->search(),
    'filter'=>$model,
    'afterAjaxUpdate' => 'function(){$("a[rel=\'tooltip\']").tooltip(); $("div.tooltip-arrow").remove(); $("div.tooltip-inner").remove(); jQuery("#News_date_created").datepicker(jQuery.extend(jQuery.datepicker.regional["'.Yii::app()->controller->datePickerLang.'"],{"showAnim":"fold","dateFormat":"yy-mm-dd","changeMonth":"true","showButtonPanel":"true","changeYear":"true"}));}',
    'columns'=>$columns,
 


add
Code: Select all

    
'ajaxUpdate' => false,
 
andipas
Web Developer
Web Developer
 
Posts: 156
Joined: 28 Dec 2011, 22:37
Reputation point: 1

Re: Password Recovering

Postby Ashwini » 03 Sep 2015, 15:06

Thank you very much., it's working properly.
Ashwini
Passer
 
Posts: 44
Joined: 03 Aug 2015, 12:41
Reputation point: 0


Return to Questions and help for changes

Who is online

Users browsing this forum: No registered users and 18 guests

cron