mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Invitation process improvements (#6188)
* Server: Make sending email optional when adding user Closes #6158. * Generate custom invite token and store it in user blob Closes btcpayserver/app/#46. * QR code for user invite Closes #6157. * Text fix
This commit is contained in:
@@ -14,7 +14,8 @@ namespace BTCPayServer.Models.ServerViewModels
|
||||
public string Id { get; set; }
|
||||
public string Email { get; set; }
|
||||
public string Name { get; set; }
|
||||
|
||||
[Display(Name = "Invitation URL")]
|
||||
public string InvitationUrl { get; set; }
|
||||
[Display(Name = "Image")]
|
||||
public IFormFile ImageFile { get; set; }
|
||||
public string ImageUrl { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user