mirror of
https://github.com/learnhouse/docs.git
synced 2026-02-18 00:07:39 +01:00
15 lines
658 B
Plaintext
15 lines
658 B
Plaintext
import Image from 'next/image'
|
|
|
|
# Users management
|
|
|
|
You can manage users from the admin dashboard. You can add, remove, and edit users. You can also assign roles to users.
|
|
|
|
<br/>
|
|
<img style={{borderRadius:10}} quality={100} src="https://www.learnhouse.app/product/screen-4.png" alt="Hello" width={800} height={500} />
|
|
|
|
- Users : Add new users, remove users, and edit their roles and permissions.
|
|
- Invite users : Invite new users to join your organization by sending them an email and assigning them to a UserGroup.
|
|
- Signup Acess : Enable or disable the signup access for new users, if disabled only userd with an invite code can join the organization.
|
|
|
|
|