was added new rules to usernames

This commit is contained in:
Artemy
2026-03-07 21:19:48 +07:00
parent ecb9f4581d
commit 08270e0350
13 changed files with 363 additions and 31 deletions
@@ -6,4 +6,5 @@ public interface IUsersAdministration
{
Task<List<User>> GetAllUsersAsync();
Task<User> GetUserById(Guid userId);
Task SetPasswordAsync(Guid userId, string password);
}