From version < 20.1 >
edited by Petr Blšťák
on 2020/05/02 00:07
To version < 22.1 >
edited by Petr Blšťák
on 2020/05/02 00:13
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -105,8 +105,8 @@
105 105  
106 106  First we need to manually connect the first two users:
107 107  
108 -* Go to the Competent database once more, to the table __user_mt__ and find either the default Competent admin (by login "admin" and typically it will be the user with ID=1) or the other user you created in the Competent preparation step, to edit your iTrivio courses.
109 -* Find the column external_id and instead of NULL fill in the <ADMIN_CREATOR> value.
108 +* Go to the Competent database once more, to the table __user_mt__ and find either the default Competent admin (by login "admin" and typically it will be the user with ID=1) or the other user you created in the Competent preparation step (for editing your iTrivio courses).
109 +* Find the column external_id and instead of NULL fill in the **<ADMIN_CREATOR>** value.
110 110  * For now, this user will be the **only one** in your company that will be able to edit the iTrivio courses. Other users with appropriate rights can only create/delete/run them.
111 111  
112 112  Now open the **application.properties** file and set the following propeties:
... ... @@ -140,7 +140,7 @@
140 140  competentItrivioIntegration.auth.environment=PROD
141 141  
142 142  #-# need to be same as "jwt.key" property in iTrivio "settings.properties" file
143 -competentItrivioIntegration.auth.key=CHANGE_ME
143 +competentItrivioIntegration.auth.key=SECRET_CODE_CHANGE_IT
144 144  
145 145  #-# -------------- COMPETENT INTEGRATION ------------
146 146  #-# --- From iTrivio to Competent synchronization ---