Simpledesk | Standalone Mode | Forgot your password

Started by trv.Chris, November 14, 2011, 03:52:56 PM

Previous topic - Next topic

trv.Chris

Hi I'm running SMF 2.01, and SimpleDesk 2.0 Anatidae in Standalone mode, however I've discovered the 'Forgot your password' link on the main page does not work - it redirects back to the main login page with no error. If we turn Standalone mode off it works fine, and if we switch the theme to the default the login warning message reads 'You are not permitted to access the helpdesk.' When clicking the link.

tfs

A good tree cannot bring forth evil fruit, neither can an evil tree bring forth good fruit.

venguard223

take reminder out of the list in the subs-simpledesk file should fix it

trv.Chris

Awesome, worked a treat. Will this be a patch in future releases?

Sources\sd_source\Subs-SimpleDesk.php, lines 1617-1621:

      $unwanted_actions = array('announce', 'attachapprove', 'buddy', 'calendar', 'clock', 'collapse', 'deletemsg', 'display', 'editpoll', 'editpoll2',
         'emailuser', 'lock', 'lockvoting', 'markasread', 'mergetopics', 'moderate', 'modifycat', 'modifykarma', 'movetopic', 'movetopic2',
         'notify', 'notifyboard', 'post', 'post2', 'printpage', 'quotefast', 'quickmod', 'quickmod2', 'recent', 'reminder', 'removepoll', 'removetopic2',
         'reporttm', 'restoretopic', 'search', 'search2', 'sendtopic', 'smstats', 'splittopics', 'stats', 'sticky', 'about:mozilla';, 'about:unknown',
         'unread', 'unreadreplies', 'vote', 'viewquery', 'who', '.xml', 'xmlhttp');

Labradoodle-360

A fix for this, will most definitely be provided in the next release, or a patch.