1.1 KiB
1.1 KiB
type |
---|
reference |
Creating users (CORE ONLY)
You can create users:
- Manually through the sign in page or Admin Area.
- Automatically through user authentication integrations.
Create users on sign in page
If you have sign-up enabled, users can create their own accounts using the Register tab on the sign in page.
Create users in Admin Area
As an admin user, you can manually create users by:
- Navigating to Admin Area > Overview > Users (
/admin/users
page). - Selecting the New User button.
You can also create users through the API as an admin.
Create users through integrations
Users will be:
- Automatically created upon first login with the LDAP integration.
- Created when first logging in via an OmniAuth provider if the
allow_single_sign_on
setting is present.