Bulk update passwords
Hi all,
Is there anywhere I can bulk update users passwords in FOP2?or is this linked to a specific password in FreePBX/Asterisk I can bulk update using one of the Bulk modules?
Thanks in advance
Is there anywhere I can bulk update users passwords in FOP2?or is this linked to a specific password in FreePBX/Asterisk I can bulk update using one of the Bulk modules?
Thanks in advance
Comments
The modification is to comment the line:
if($secret=='') { $secret=$exten; }
So it loos like this:
//if($secret=='') { $secret=$exten; }
In function fop2_edit_user in /var/www/html/fop2/admin/functions.php, around line 440.
That way, any empty password you set for a user will be converted to the voicemail pin.