Hey, I have been struggling with this error for 2 days now... I have exhausted google and these forum's... tried everything... I am using the latest version of DNN... And tried both the AD 5.00.05 and 5.00.06 RC. I am getting this error: InnerException:This Membership Provider has not been configured to support password retrieval. I will post the full error below
So I have everythign setup. When I use windows login the first time it creates the user and they are logged in fine. The net time I try to login with this user, I get the error above and I will post the entire error below.
So after reading online I tried changing in the web.config from hashed password to encrypted, but same thing. I tried putting passwordretrieval on while encrypted set to true, but then I got another error. The only thing I was unable to do is set allow null values in the PasswordHistory table like in this post: http://www.dnnsoftware.com/forums/forumid/89/postid/488876/scope/posts . I cannot set the values because the DB is a MDF file and is read only and no matter what I try I cannot get it to be readwrite...
here is the complete error:
AssemblyVersion:7.2.1
PortalID:0
PortalName:DNN Test
UserID:-1
UserName:
ActiveTabID:56
ActiveTabName:Home
RawURL:/Login?returnurl=%2f
AbsoluteURL:/Default.aspx
AbsoluteURLReferrer:http://localhost/Login?returnurl=%2f
UserAgent:Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.102 Safari/537.36
DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke
ExceptionGUID:9142738a-b79f-445d-bc18-061a0775b5c9
InnerException:This Membership Provider has not been configured to support password retrieval.
FileName:
FileLineNumber:0
FileColumnNumber:0
Method:System.Web.Security.SqlMembershipProvider.GetPassword
StackTrace:
Message:
DotNetNuke.Services.Exceptions.PageLoadException: This Membership Provider has not been configured to support password retrieval. ---> System.NotSupportedException: This Membership Provider has not been configured to support password retrieval. at System.Web.Security.SqlMembershipProvider.GetPassword(String username, String passwordAnswer) at DotNetNuke.Authentication.ActiveDirectory.AuthenticationController.AuthenticateUser(UserInfo objUser, ADUserInfo objAuthUser, UserLoginStatus& loginStatus, String ipAddress) at DotNetNuke.Authentication.ActiveDirectory.AuthenticationController.ManualLogon(String userName, String strPassword, UserLoginStatus& loginStatus, String ipAddress) at DotNetNuke.Authentication.ActiveDirectory.Login.cmdLogin_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Source:
Server Name: ***