btcpayserver/BTCPayServer/Events
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
..
InvoiceDataChangedEvent.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
InvoiceEvent.cs add status and refactor 2020-08-26 21:36:30 +09:00
InvoiceIPNEvent.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
InvoiceNeedUpdateEvent.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
InvoiceNewAddressEvent.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
InvoiceStopWatchedEvent.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05: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 Asyncify SSH access, do not show SSH service if ssh is not well configured 2019-08-27 23:30:25 +09:00
UserPasswordResetRequestedEvent.cs Allow admins to invite new users 2020-09-16 08:54:24 +02:00
UserRegisteredEvent.cs Allow admins to invite new users 2020-09-16 08:54:24 +02:00
WalletChangedEvent.cs Run dotnet format 2020-06-28 17:55:27 +09:00