YAFLogo

Frumph
  • Frumph
  • 54.8% (Neutral)
  • YAF Forumling Topic Starter
15 years ago
Upgraded to v1.9.3 and now noone can login with their username and passwords; even if we changed their password with the admin console.

Any ideas?

NOTE: Guess I gotta downgrade back again.

Sponsor
Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
15 years ago
What are you web.config membership settings?
Frumph
  • Frumph
  • 54.8% (Neutral)
  • YAF Forumling Topic Starter
15 years ago

		<membership defaultProvider="YafMembershipProvider" hashAlgorithmType="MD5">
			<providers>
				<clear/>
				<add connectionStringName="yafnet" applicationName="YetAnotherForum" name="YafMembershipProvider" requiresUniqueEmail="false" type="YAF.Providers.Membership.YafMembershipProvider"/>
			</providers>
		</membership>

v1.9.3 ^^

I basically renamed the web.config upgrade file, not the dev one

apparently what happened was all of my old users couldnt use their passwords, they turned into some serious garblygook, if I changed their password with the admin, it was again garblygook.

bkp
  • bkp
  • 52.4% (Neutral)
  • YAF Forumling
15 years ago
I also have the same problem. Can anybody show me any hint to fix it ?
bkp
  • bkp
  • 52.4% (Neutral)
  • YAF Forumling
15 years ago
I have the same problem, but now it works fine with the modification below:

Find this row:

change enable = "false".

I do not know why, but it works on my site. Can anybody explain why it is