Simple password protection error: 'oldPassword must not be empty'
Hi,
I have an error when trying to set simple password protection on a folder on v4.0.3. The error, when I add the user is:
Server Error in '/' Application.
The parameter 'oldPassword' must not be empty. Parameter
name: oldPassword
Description: An unhandled exception occurred during
the execution of the current web request. Please review the stack trace
for more information about the error and where it originated in the
code.
Exception Details: System.ArgumentException: The
parameter 'oldPassword' must not be empty. Parameter name:
oldPassword
Source Error:
An unhandled exception was generated during the execution of the current
web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
I'm using 4.0.4.2 and have just had this problem, too. The solution Dennis posted doesn't work for me. I've also ensured the defaultMemberTypeAlias matches one in the Member Types section.
Simple password protection error: 'oldPassword must not be empty'
Hi,
I have an error when trying to set simple password protection on a folder on v4.0.3. The error, when I add the user is:
Server Error in '/' Application.
The parameter 'oldPassword' must not be empty.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Parameter name: oldPassword
Exception Details: System.ArgumentException: The parameter 'oldPassword' must not be empty.
Parameter name: oldPassword
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016
Can anyone suggest a solution?
I can confirm this issue :-(
/Dennis
To make single user protection work, change the UmbracoMembershipProvider in web.config.
enablePasswordRetrieval must be true
enablePasswordReset must be true
passwordFormat must be Clear
/Dennis
Again I've come up against this issue. I've done what you suggest Dennis but still no joy. Anyone know how to get this working?
I'm using 4.0.4.2 and have just had this problem, too. The solution Dennis posted doesn't work for me. I've also ensured the defaultMemberTypeAlias matches one in the Member Types section.
is working on a reply...