I think I found the solution…
Alternatively, if the fog user does not exist, you may create it with the default password via CLI.
mysql -D fog
INSERT INTO users
(uName
,uPass
,uCreateBy
,uType
) VALUES (‘fog’,‘$2y$11$g0Hu8OaOStuPk7WWYGh6Wu4PLlZDZGOkzMwEEAk.rZMrI9IdDwno.’,‘localAdmin’,‘0’);
quit