diff --git a/New-card-with-Python3-and-REST-API.md b/New-card-with-Python3-and-REST-API.md index a3f651f..0cd346a 100644 --- a/New-card-with-Python3-and-REST-API.md +++ b/New-card-with-Python3-and-REST-API.md @@ -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'