mirror of
https://github.com/YunoHost-Apps/minchat_ynh.git
synced 2024-09-03 19:36:29 +02:00
README corrected
This commit is contained in:
parent
48a4db3f85
commit
ba93192116
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -22,12 +22,12 @@ Download, unzip and just copy the content of the `sources` folder to any folder
|
|||
The setup is optional. If you leave it as is, there is a single unnamed room, opened to all users. If you want to customize the access control, edit the file `conf/setup.ini`. The interesting parameter is `auth` that indicates which user is authorized to which room.
|
||||
|
||||
In this example `auth = John:Game,John:Family,Mary:Game,Tim:Family,admin:*,*:Public,*:`,
|
||||
- `John:Game,John:Family' = John can access the Game room, the Family room and the Public room
|
||||
- `Mary:Game' = Mary can access the Game room and the Public room
|
||||
- `Tim:Family' = Tim can access the Family room and the Public room
|
||||
- `admin:*' = admin can access all rooms
|
||||
- `*:Public' = everybody can only acccess the Public room
|
||||
- `*:' = everybody can access the unnamed room
|
||||
- `John:Game,John:Family` = John can access the Game room, the Family room and the Public room
|
||||
- `Mary:Game` = Mary can access the Game room and the Public room
|
||||
- `Tim:Family` = Tim can access the Family room and the Public room
|
||||
- `admin:*` = admin can access all rooms
|
||||
- `*:Public` = everybody can only acccess the Public room
|
||||
- `*:` = everybody can access the unnamed room
|
||||
|
||||
## Screen shot
|
||||
![screenshot](https://raw.githubusercontent.com/chtixof/databank/master/minchat_ynh/minchat_ynh_screenshot01.gif)
|
||||
|
|
Loading…
Reference in a new issue