btcpayserver/BTCPayServer/HostedServices
Kukks 371b33a2e1 Allow admins to invite new users
* This refactors the email sending so that all the logic related to users and emails are now contained in one location.
* The Reset password screen has been updated from its ugly plain self to use the same layout as the login.
* An admin can now create a new account without specifying a password. A link is generated that can be given to the intended user to configure the password. If emails are configured, it also sends an email
* An admin can now create accounts that still require the user to verify their if the setting is enabled from the server settings. A link is generated that can be given to the intended user to configure the password. If emails are configured, it also sends an email.
* The above features can be used in conjunction: An email will have to verify their email through a link. Once verified, the user is redirected to setting the password.
* When an email has been verified OR a password has been set, users are now redirected to the login page with the email filled in and a success status message shown instead of a dedicated thank you page.
2020-09-16 08:54:24 +02:00
..
AppInventoryUpdaterHostedService.cs Create Metadata property for InvoiceEntity, migrate all data without logic there 2020-08-26 21:36:31 +09:00
BackgroundJobSchedulerHostedService.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
BaseAsyncService.cs Initializing Cts with class, preventing race condition 2020-08-03 03:17:04 -05:00
CheckConfigurationHostedService.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
CssThemeManager.cs Allow admins to invite new users 2020-09-16 08:54:24 +02:00
DelayedTransactionBroadcasterHostedService.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
DynamicDnsHostedService.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
EventHostedServiceBase.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
InvoiceNotificationManager.cs Add invoice event severity 2020-09-01 18:19:49 +02:00
InvoiceWatcher.cs add status and refactor 2020-08-26 21:36:30 +09:00
NBXplorerWaiter.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
NewVersionCheckerHostedService.cs Deducing if to perform update check from update url configuration 2020-08-03 03:17:04 -05:00
PullPaymentHostedService.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
RatesHostedService.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
Socks5HttpProxyServer.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
TorServicesHostedService.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
TransactionLabelMarkerHostedService.cs Do not crash UI and background services after switching to BItcoin Only when you have altcoin payments 2020-08-09 16:17:16 +02:00
UserEventHostedService.cs Allow admins to invite new users 2020-09-16 08:54:24 +02:00
WalletReceiveCacheUpdater.cs new feature: Wallet Receive Page (#1065) 2020-01-18 14:12:27 +09:00