When you first create a user, you can choose to have FogBugz generate a password and ask the user to log in and change it. I want (as an administrator) to be able to cause the user to have to set their password again.
|
1
|
This lousy BugMonkey customization adds a link to the edit user page to ajaxily reset a user's password. Set it up to be on for admins and off for other users. It uses a terrible hack to prevent your current login cookie from being sent, so the post to the forgot password page is unauthenticated (as it needs to be). Make sure to set sUrl to your FogBugz URL with weird capitalization so the hack works. Note: this only works if you have FogBugz not at the root of your website. Anyone with improvements to this script, please post them! :)
|
|||||||||
|