mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-20 13:34:37 +01:00
Do not require user approval by default (#5733)
As discussed on Mattermost.
This commit is contained in:
parent
1c4dc382a8
commit
0bf22ddf29
1 changed files with 1 additions and 2 deletions
|
@ -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")]
|
||||
|
|
Loading…
Add table
Reference in a new issue