Skip to content

Commit dc2fdfa

Browse files
committed
Document Authentication plugin changes
1 parent cc1ebb9 commit dc2fdfa

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/release_notes/QWC2UpgradeNotes.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ This document describes incompatibilites and other aspects which QWC2 applicatio
44

55
When updating the `qwc2` submodule, run `yarn install` to ensure the dependencies are up to date!
66

7+
Update to qwc2 submodule revision [](https://github.com/qgis/qwc2/tree/574fe2a8c18a8a) (06.02.2025)
8+
---------------------------------------------------------------------------------------------------
9+
10+
**Authentication plugin changes**
11+
12+
- The `LoginUser` plugin has been merged into the `Authentication` plugin, display of the login user can be enabled via the `showLoginUser` config prop:
13+
```
14+
{
15+
"name": "Authentication",
16+
"cfg": {
17+
"showLoginUser": true
18+
}
19+
}
20+
```
21+
- The task ids of the `Authentication` plugins have been changed from previously `Login` / `Logout` to `Authentication` with modes `Login`/`Logout`. Consequently, the menu- and toolbar item entries need to be changed as follows
22+
```
23+
- {"key": "Login", "icon": "login"}
24+
+ {"key": "Authentication", "mode": "Login", "icon": "login"}
25+
```
26+
727
Update to qwc2 submodule revision [](https://github.com/qgis/qwc2/tree/52fe6abad4c6ab) (11.12.2024) \[2024-lts → 2025-lts\]
828
---------------------------------------------------------------------------------------------------
929

0 commit comments

Comments
 (0)