Maplite is a lightweight ORM for CRUD database operations
Lifetech ecosystem interact with internal and external APIs for seamless data exchange.
Reusable components, classes, and functions that power the system’s functionality.
Admin dashboard and control panel that facilitate system administration.
Post other questions or discussion that is not under those listed category
PHP syntax, functions, object-oriented programming (OOP), database interactions and much more,
Adding a new user and assigning a role from the backend, compared to creating a new user account via the ‘signup’ button, may achieve the same result but involve different methods.
We need further clarification on this distinction. Detailed explanations are highly welcomed and appreciated.
Comments
Actually, when adding a new user through the backend, you have full control over assigning a role of your choice to the user.
In contrast, adding a user through the sign-up form will only assign a specific role to the user, which is the role assigned to the form category (sign-up).
For example, if the sign-up form is categorized under the 'developer_registration' role, anytime a user registers using the sign-up form, the 'developer_registration' role will be assigned to the user. Unlike adding a user from the backend through the 'Life User Menu', where you can assign any role to the user, such as 'developer', 'anonymous', 'authenticated', or any newly registered role.