Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
f4f04e4a42
Enhance interaction handling: add confirmation dialog for deleting verification images and ensure OnSuccess callback is invoked after adding interactions
6807f2b6e6
Enhance audit logging: add new audit types for password reset and prospect image actions, and update related services to log these events
0dd0c1bf4c
Enhance AuditView and NavMenu: restrict access for non-admin users in InitializeDataAsync and OnReadData methods, and refactor NavMenu structure for better readability
87f26f9367
Refactor Audit service and view: implement GetCount and LoadPage methods, update OnReadData for improved data handling
b0866754e0
Add initial password setup functionality: implement email sending for new account password setup and update user interface to include password setup button
870930914e
Enhance user authentication and management: add unverified user check, update error messages, and improve user interface for better usability
54effa67ac
Remove Verified property from User entity and update related migration
781da32796
Refactor NavMenu: update layout and styling for improved user experience
b1ed916da4
Refactor Users page: update Autocomplete selection mode and fix user service methods to use OldItem for adding and updating users
94a2dbf801
Remove unused NavigationManager injection from VerificationSettingsDialog and clean up ProspectSortControl by removing unnecessary service injections
dc9276e3e9
Initialize properties with default values in Interaction, Prospect, and User classes
aba2007481
Fix class name casing for migration classes to follow naming conventions