the key
goes in the app.config file.
You need to run this SQL on your YAF DB:
Can you run SQL on your server? If so… this should work:
UPDATE yaf_prov_Membership
SET PasswordFormat = 0, Password = 'ClearTextPassword'
WHERE Username = 'admin'
Of course, if you get your mail working, you can just use the Lost Password system.