-
Notifications
You must be signed in to change notification settings - Fork 0
Users Account Management
Anthony G. Rivera Cosme edited this page Jul 8, 2022
·
3 revisions
OneLine Tool provides a pre implementation of user identity with claims base approach and jwt security already setup for you.
If you need to add more fields to the user you should then modify it yourself in the main entity or add it through a claim directly to the database.
I will be adding a child table to manage the user claims directly from the admin panel in a near feature.
On the users management you can do the followings:
- create, update or delete account
- update info
- update password
- mark email as confirmed
- mark phone number as confirmed
- resend email confirmation on save if not confirmed yet
- mark as a deleted
- mark as blocked
- add or remove roles