Replies: 1 comment
-
@samaremad If you just want to modify login code, you can modify the code here \Modules\Administration\User\Authentication\AuthenticationService.cs You can even create yourself behavior by implement services.AddSingleton<IAuthenticationService, Administration.AuthenticationService>(); btw, I don't know your business logic but I think using a difference user table like that is not necessary and can not reuse serenity buit-in features like check permission..., if I do I will add more columns to exist user table I also see password column on new table is not encrypted, you should encrypt it :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello everyone
i already created and generated (user table) in serenity and now i want to use this information in login page (for general user not for admin panel users)
how to do that?
Beta Was this translation helpful? Give feedback.
All reactions