Allow user identity password and lockout configuration to be customized. Included additional environment information in System Info.
This commit is contained in:
@ -100,7 +100,7 @@ namespace Oqtane.Infrastructure
|
||||
switch (action)
|
||||
{
|
||||
case "set":
|
||||
jsonObj[currentSection] = value;
|
||||
jsonObj[currentSection] = JToken.FromObject(value);
|
||||
break;
|
||||
case "remove":
|
||||
if (jsonObj.Property(currentSection) != null)
|
||||
|
Reference in New Issue
Block a user