Last modified by bougault on 2022/03/02 11:58

From version 18.1
edited by bougault
on 2020/01/22 11:26
Change comment: There is no comment for this version
To version 20.1
edited by fabricegaillard
on 2020/02/10 16:03
Change comment: Renamed back-links.

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.bougault
1 +XWiki.fabricegaillard
Content
... ... @@ -8,7 +8,7 @@
8 8  
9 9  Send an email to [[support@humanbrainproject.eu>>mailto:support@humanbrainproject.eu]] with a short summary of your intentions.
10 10  
11 -The support team will apply the permissions to your user: your account will be [[upgraded with developers privileges>>doc:Collabs.collab-devs.User administration.WebHome]] the next time you will login.
11 +The support team will apply the permissions to your user: your account will be [[upgraded with developers privileges>>doc:Collabs.collab-devs.collaboratory-v2.keycloak.user administration.WebHome]] the next time you will login.
12 12  
13 13  (% class="box infomessage" %)
14 14  (((
... ... @@ -104,8 +104,8 @@
104 104  curl -X POST https://iam.humanbrainproject.eu/auth/realms/hbp/protocol/openid-connect/token \
105 105   -u developer: \
106 106   -d 'grant_type=password' \
107 - -d "username=${clb_dev_username}" \
108 - -d "password=${clb_dev_pwd}" |
107 + --data-urlencode "username=${clb_dev_username}" \
108 + --data-urlencode "password=${clb_dev_pwd}" |
109 109  
110 110  # Prettify the JSON response
111 111  json_pp;