mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Add user creation
This commit is contained in:
parent
b8fb1efd66
commit
4908b1c43d
4 changed files with 28 additions and 0 deletions
BIN
images/create_user_1.png
Normal file
BIN
images/create_user_1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
images/create_user_2.png
Normal file
BIN
images/create_user_2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
images/create_user_3.png
Normal file
BIN
images/create_user_3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
|
@ -3,6 +3,11 @@ title: Users and the SSO
|
|||
template: docs
|
||||
taxonomy:
|
||||
category: docs
|
||||
process:
|
||||
markdown: true
|
||||
twig: true
|
||||
page-toc:
|
||||
active: true
|
||||
routes:
|
||||
default: '/users'
|
||||
---
|
||||
|
@ -27,6 +32,29 @@ In the portal, users can also click on the avatar in the top-left to configure s
|
|||
|
||||
!!! You should be aware that the SSO can only be reached through the actual domain name (i.e. `https://the.domain.tld/yunohost/sso`), and NOT by just using the IP of the server (i.e. `https://11.22.33.44/yunohost/sso`), contrarily to the webadmin ! This is a bit confusing but is necessary for technical reason. If you are in a situation where you need to access the SSO without having your DNS properly configured for some reason, you might consider tweaking your `/etc/hosts` as described in [this page](/dns_local_network).
|
||||
|
||||
## Creating new users
|
||||
|
||||
Only the administrator can create new users. From the webadmin, open the `Users` menu and click on the `+ New user` main button. Fill in all the whole form.
|
||||
|
||||
Users are created with an associated email address (and XMPP account) with the format `username@domain.tld`. Additional email aliases and email forwards can later be added by the admin and the user.
|
||||
|
||||
The password should be at least 8 characters - though it is good practice to use longer password (i.e. a passphrase) and/or to use various kind of characters (uppercase, lowercase, digits and special characters).
|
||||
|
||||
Finalize the user creation by clicking on the `Save` button.
|
||||
|
||||
[center]
|
||||
![Main menu](image://create_user_1.png?classes=caption "From the main menu of the webadmin, open `Users`.")
|
||||
|
||||
[/center]
|
||||
|
||||
[center]
|
||||
![Users list](image://create_user_2.png?classes=caption "From the top of the users list, click on `+ New user`.")
|
||||
[/center]
|
||||
|
||||
[center]
|
||||
![User creation form](image://create_user_3.png?classes=caption "Fill in the form.")
|
||||
[/center]
|
||||
|
||||
## User groups and permissions
|
||||
|
||||
See [this dedicated page](/groups_and_permissions).
|
||||
|
|
Loading…
Reference in a new issue