btcpayserver/BTCPayServer/Views/UIManage
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
..
_Nav.cshtml Unify list views (#5399) 2023-11-02 08:12:28 +01:00
_ViewImports.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
_ViewStart.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
AddApiKey.cshtml UI: Form validation summary matches alert style (#5576) 2023-12-21 23:43:12 +09:00
APIKeys.cshtml Policies: Add warnings for certain options (#5554) 2023-12-13 10:53:37 +01:00
AuthorizeAPIKey.cshtml Onboarding: Invite new users (#5714) 2024-02-28 20:43:18 +09:00
ChangePassword.cshtml UI: Form validation summary matches alert style (#5576) 2023-12-21 23:43:12 +09:00
ConfirmAPIKey.cshtml Onboarding: Invite new users (#5714) 2024-02-28 20:43:18 +09:00
EnableAuthenticator.cshtml UI: Form validation summary matches alert style (#5576) 2023-12-21 23:43:12 +09:00
GenerateRecoveryCodes.cshtml Rename UI controllers 2022-01-14 13:46:03 +09:00
Index.cshtml UI: Form validation summary matches alert style (#5576) 2023-12-21 23:43:12 +09:00
LoginCodes.cshtml QR container display fixes 2022-03-04 10:49:36 +00:00
ManageNavPages.cs Support LNURL Auth 2022-01-14 13:26:30 +01:00
NotificationSettings.cshtml Different icons for notifications (#4632) 2023-02-21 11:06:27 +09:00
SetPassword.cshtml UI: Form validation summary matches alert style (#5576) 2023-12-21 23:43:12 +09:00
TwoFactorAuthentication.cshtml Unify list views (#5399) 2023-11-02 08:12:28 +01:00