|
From: Louis M. <lm...@in...> - 2016-11-17 20:39:17
|
> On Nov 17, 2016, at 3:25 PM, james edwards <jr...@ya...> 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 lm...@in... <mailto:lm...@in...> :: 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/>) |