> On Nov 17, 2016, at 3:25 PM, james edwards <[email protected]> wrote: > > any idea how to reset the admin password?
Connect to the MySQL database. Then : mysql> use pf mysql> update password set password = "admin" where pid = "admin"; Once you have access again you can set a better password from the admin GUI. Regards, -- Louis Munro [email protected] <mailto:[email protected]> :: www.inverse.ca <http://www.inverse.ca/> +1.514.447.4918 x125 :: +1 (866) 353-6153 x125 Inverse inc. :: Leaders behind SOGo (www.sogo.nu <http://www.sogo.nu/>) and PacketFence (www.packetfence.org <http://www.packetfence.org/>)
------------------------------------------------------------------------------
_______________________________________________ PacketFence-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/packetfence-users
