btcpayserver/BTCPayServer/Events
d11n e43b4ed540
Onboarding: Invite new users (#5714)
* Server Users: More precise message when inviting users

This lets the admin who invited a new user know whether or not an email has been sent. If the SMTP server hasn't been set up, they need to share the invite link with the user.

* Onboarding: Invite new users

- Separates the user self-registration and invite cases
- Adds invitation email for users created by the admin
- Adds invitation tokens to verify user was invited
- Adds handler action for invite links
- Refactors `UserEventHostedService`

* Remove duplicate status message from views that use the wizard layout

* Auto-approve users created by an admin

* Notify admins via email if a new account requires approval

* Update wording

* Fix update user error

* Fix redirect to email confirmation in invite action

* Fix precondition checks after signup

* Improve admin notification

Send notification only if the user does not require email confirmation or when they confirmed their email address. Rationale: We want to inform admins only about qualified users and not annoy them with bot registrations.

* Allow approval alongside resending confirm email

* Use user email in log messages instead of ID

* Prevent unnecessary notification after email confirmation

* Use ApplicationUser type explicitly

* Fix after rebase

* Refactoring: Do not subclass UserRegisteredEvent
2024-02-28 20:43:18 +09:00
..
IHasInvoiceId.cs Move some code out of InvoiceNotificationManager into InvoiceEventSaverService 2020-11-06 22:24:02 +09:00
InvoiceDataChangedEvent.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00
InvoiceEvent.cs Do not fire InvoiceExpired twice if invoice partially paid (Fix #3004) 2021-10-27 19:27:19 +09:00
InvoiceIPNEvent.cs Do not send email twice for bitpay API, log whether IPN is an ExtendedNotification. (Fix #968) 2022-01-12 00:26:12 +09:00
InvoiceNeedUpdateEvent.cs Use ArgumentNullException.ThrowIfNull everywhere (#3239) 2021-12-28 17:39:54 +09:00
InvoiceNewPaymentDetailsEvent.cs Show index of payment address for onchain payments 2020-09-16 11:49:37 +02:00
InvoicePaymentMethodActivated.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00
InvoiceStopWatchedEvent.cs Move some code out of InvoiceNotificationManager into InvoiceEventSaverService 2020-11-06 22:24:02 +09:00
NBXplorerStateChangedEvent.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
NewBlockEvent.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
NewOnChainTransactionEvent.cs Better event messages 2020-03-11 21:11:07 +09:00
SettingsChanged.cs Store Settings feature with own table (#3851) 2022-06-13 13:36:47 +09:00
StoreRemovedEvent.cs Fix missing walletchanged event and add storeremoved event (#4676) 2023-02-22 13:13:58 +09:00
UserApprovedEvent.cs Onboarding: Invite new users (#5714) 2024-02-28 20:43:18 +09:00
UserConfirmedEmailEvent.cs Onboarding: Invite new users (#5714) 2024-02-28 20:43:18 +09:00
UserPasswordResetRequestedEvent.cs Allow admins to invite new users 2020-09-16 08:54:24 +02:00
UserRegisteredEvent.cs Onboarding: Invite new users (#5714) 2024-02-28 20:43:18 +09:00
WalletChangedEvent.cs Do not logs all internal events 2021-11-05 00:09:38 +09:00