You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,10 @@ Before updating to version 3.0.0, please take care of the following:
16
16
- the existing `options` entry in configuration file has been renamed to `authorize`. Please update your configuration file accordingly.
17
17
- the `scopes` entry in configuration file has been added; some data you were previously using may be missing.
18
18
- previous versions were using non Galette data (like `username`). If you were using this data and still want to rely on them; add a `legacy_data: true` in you applications entries.
19
+
- Real Galette groups have been added to `member:groups:` scope
20
+
- Member status is no longer the first groups entry
21
+
- Groups hack from `info_adh` field has been removed
22
+
- Groups names reformatting has been removed
19
23
20
24
# Configuration
21
25
@@ -101,16 +105,6 @@ To declare multiple scopes, separate them with a space like `member member:phone
101
105
*`member:due_date`:
102
106
* due date
103
107
104
-
# Usage
105
-
106
-
## Nextcloud - how add groups for a specific member
107
-
Edit a member : In `info_adh` field you can add a line with `#GROUPS:group1;group2#`
0 commit comments