mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Updated New card with Python3 and REST API (markdown)
parent
26b4d674e9
commit
935f9c8e1b
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ Below code works now, fixed at 2020-10-29.
|
|||
|
||||
Change these:
|
||||
- wekanurl: https://boards.example.com => Your Wekan URL
|
||||
- username
|
||||
- username (could be username or username@example.com if OIDC/OAuth2 etc login)
|
||||
- password
|
||||
|
||||
```
|
||||
|
@ -64,7 +64,7 @@ if arguments == 0:
|
|||
|
||||
# ------- SETTINGS START -------------
|
||||
|
||||
username = 'username'
|
||||
username = 'username' (or username@example.com if OIDC/OAuth2 etc login)
|
||||
|
||||
password = 'topsecret'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue