I'm guessing you've updated my account, which is good, but I can no longer log in(just lets me log into the forums). When I navigate to the 'forgot password' page, it crashes when I push 'send'. I have included the stack trace at the end of this post. Will you please email me my new account info. Thanks,
[ArgumentNullException: String reference not set to an instance of a String.
Parameter name: s]
System.Text.Encoding.GetBytes(String s) +7503581
YAF_User.GeneratePasswordBuffer(String salt, String clearString, Boolean standardComp) in C:\SVN\3Djam_website\SourceCode\V2\DAL\YAF_User.vb:265
YAF_User.Hash(String clearString, String hashType, String salt, Boolean useSalt, String hashCase, String hashRemoveChars, Boolean standardComp) in C:\SVN\3Djam_website\SourceCode\V2\DAL\YAF_User.vb:222
YAF_User.update_yaf_prov_membership(S_Profile user, String UserKey) in C:\SVN\3Djam_website\SourceCode\V2\DAL\YAF_User.vb:174
[Exception: Unable to update user data in YAF db]
YAF_User.update_yaf_prov_membership(S_Profile user, String UserKey) in C:\SVN\3Djam_website\SourceCode\V2\DAL\YAF_User.vb:180
YAF_User.Update(S_Profile user) in C:\SVN\3Djam_website\SourceCode\V2\DAL\YAF_User.vb:29
Controls_Common_Forgotpassword.btnSend_Click(Object sender, EventArgs e) +299
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565