Skip to content

Commit fd80960

Browse files
committed
update readme
1 parent 6fe5478 commit fd80960

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ See the Docker Compose environment (`tools/docker-dev/`) for an (unsafe for prod
6767
- Restricted access to `webroot/admin/`
6868
- Global access (with valid authentication) to `webroot/`
6969
- No access anywhere else
70+
1. Authorization for your other services based on user flag groups
71+
- in order to access your services, a user should be in the `qualified` group and should not be in the `locked`, `idlelocked`, or `disabled` groups
72+
- (what services you offer) and (how you implement this authorization) are out of scope
7073

7174
## Configuration
7275

@@ -123,6 +126,11 @@ rm "$prod" && ln -s "$old" "$prod"
123126

124127
### Version-specific update instructions:
125128

129+
### 1.6 -> 1.7
130+
131+
- the `update-qualified-users-group.php` worker should be executed
132+
- this may remove a large number of users from your qualified users group
133+
126134
### 1.5 -> 1.6
127135

128136
- the `[site]getting_started_url` option should be defined

0 commit comments

Comments
 (0)