Simplify account management in your .NET apps. Includes user authentication, role management, and more for seamless integration
The account module provides login, registration, forgot password process, email activation and other account-related functionalities. It uses the OpenIddict library for the OpenID Connect protocol implementation.
This module implements the authentication system for an application;
Provides a login page with the username and password.
Provides a register page to create a new account.
Provides a forgot password page to send a password reset link as an e-mail.
Provides email confirmation functionality with UI.
Implements user lockout (locks the account for the set amount of time when a certain number of failed logins occur due to invalid credentials within a certain interval of time).
Implements both Identity Server (legacy) and OpenIddict (default) authentication server UI and functionality.
Allows to change the UI language of the application.