mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-31 20:54:31 +01:00
Do not require user approval by default (#5733)
As discussed on Mattermost.
This commit is contained in:
@@ -23,10 +23,9 @@ namespace BTCPayServer.Services
|
||||
set { LockSubscription = !value; }
|
||||
}
|
||||
|
||||
[DefaultValue(true)]
|
||||
[JsonProperty(DefaultValueHandling = DefaultValueHandling.Populate)]
|
||||
[Display(Name = "Require new users to be approved by an admin after registration")]
|
||||
public bool RequiresUserApproval { get; set; } = true;
|
||||
public bool RequiresUserApproval { get; set; }
|
||||
|
||||
[JsonProperty(DefaultValueHandling = DefaultValueHandling.Populate)]
|
||||
[Display(Name = "Discourage search engines from indexing this site")]
|
||||
|
||||
Reference in New Issue
Block a user