Fog 1.5.5.3 - password install issues
-
When upgrading I get this message.
* Setting up fog user.........................................Already setup * Setting up fog password.....................................Failed # The fog system account password includes characters we cannot properly # handle. Please remove the following character(s) from the password in # your .fogsettings file before re-running the installer: 283332
it seems that it doesn’t like any numeric characters in the password in /opt./fog/.fogsettings
-
Yes, there’s a small mistake in the regex for the new password check. The whole password thing is getting a bit of a tune up.
More details here: https://github.com/FOGProject/fogproject/commit/244b239641d8ff602e97441d1d6658e71e9593b0#commitcomment-32148121
-
@Greg-Plamondon My fault, sorry for this. I just pushed a fix to the
dev-branch
. Please pull the latest changes any try again.