1

I am trying to install /yaf/install on my localhost, I get to the screen enter config password: I enter "admin" as I am told that is the default I keep getting "wrong password"

I have searched for the folder /forum/app.config I do not seem to have one in my application.

please help if you can, thank you in advance.

Paul T. Rykiel
  • 1,177
  • 6
  • 26
  • 48

1 Answers1

3

Did you modify the YAF.ConfigPassword key in app.config as specified in step 5, section 2.1 of the YAF Module Integration guide?

<add key="YAF.ConfigPassword" value="_password_for_installation_" />

You need to change the value to something else and enter that having followed the other steps.

jammykam
  • 16,940
  • 2
  • 36
  • 71