File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- # Upcoming Wekan release
1
+ # v0.11.1-rc2 2017-03-05 Wekan prerelease
2
+
3
+ Known bugs:
4
+ * https://github.com/wekan/wekan/issues/785
5
+ * https://github.com/wekan/wekan/issues/784
2
6
3
7
This release adds the following supported platforms:
4
8
@@ -14,22 +18,18 @@ This release adds the following supported platforms:
14
18
and adds the following new features:
15
19
16
20
* Admin Panel:
21
+ ```
17
22
1) Disable Self-Registration and invite users
18
23
2) SMTP settings.
19
24
20
25
Adding Admin user in mongo cli:
21
26
1) Use database that has wekan data, for example:
22
- ```
23
- use admin;
24
- ```
27
+ use admin;
25
28
2) Add Admin rights to some Wekan username:
26
- ```
27
- db.users.update({username:'admin-username-here'},{$set:{isAdmin:true}})
28
- ```
29
+ db.users.update({username:'admin-username-here'},{$set:{isAdmin:true}})
29
30
Hiding Admin panel by removing Admin rights:
30
- ```
31
- use admin;
32
- db.settings.remove({});
31
+ use admin;
32
+ db.settings.remove({});
33
33
```
34
34
* Make Due Date layout nicer on minicard;
35
35
* Added tooltip for board menu and sidebar buttons;
You can’t perform that action at this time.
0 commit comments