DO NOT DOWNLOAD. DOWNLOAD LATEST STABLE FROM RELEASE TAB
'throw new ProviderException("XXXXX");' is not how you do exceptions!
[TFS Changeset #57755]
This commit is contained in:
@@ -350,7 +350,7 @@ namespace umbraco.providers.members
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new ProviderException("XXXXX");
|
||||
throw new NotSupportedException("Updating the password Question and Answer is not valid if the properties aren't set in the config file");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user