@profoundlogic/coderflow-server 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (185) hide show
  1. package/README.md +15 -163
  2. package/dist/README.md +15 -163
  3. package/dist/base-image/agent-wrapper.sh +1 -1
  4. package/dist/capture-screenshot.mjs +34 -0
  5. package/dist/coder-server.js +1 -1
  6. package/dist/config/cli-models.json +4 -3
  7. package/dist/config.js +1 -1
  8. package/dist/lib/agent-keepalive.js +1 -1
  9. package/dist/lib/agent-models.js +1 -1
  10. package/dist/lib/api-keys.js +1 -1
  11. package/dist/lib/apiKeys.js +1 -1
  12. package/dist/lib/app-server-ports.js +1 -1
  13. package/dist/lib/auto-judge.js +1 -1
  14. package/dist/lib/automation-service.js +1 -1
  15. package/dist/lib/basic-auth.js +1 -1
  16. package/dist/lib/bindings.js +1 -1
  17. package/dist/lib/build-history.js +1 -1
  18. package/dist/lib/build-output-service.js +1 -1
  19. package/dist/lib/build-scheduler.js +1 -1
  20. package/dist/lib/build-service.js +1 -1
  21. package/dist/lib/ca-certificates.js +1 -1
  22. package/dist/lib/claude-oauth-refresh.js +1 -1
  23. package/dist/lib/cli/build.js +1 -1
  24. package/dist/lib/cli/cleanup-users.js +1 -0
  25. package/dist/lib/cli/config-command.js +1 -1
  26. package/dist/lib/cli/config.js +1 -1
  27. package/dist/lib/cli/create-user.js +1 -1
  28. package/dist/lib/cli/grant-admin.js +1 -0
  29. package/dist/lib/cli/init.js +1 -1
  30. package/dist/lib/cli/jira.js +1 -1
  31. package/dist/lib/cli/license.js +1 -1
  32. package/dist/lib/cli/list-roles.js +1 -0
  33. package/dist/lib/cli/list-users.js +1 -0
  34. package/dist/lib/cli/server-manager.js +1 -1
  35. package/dist/lib/cli/set-password.js +1 -0
  36. package/dist/lib/config-migration.js +1 -1
  37. package/dist/lib/container-credential-sync.js +1 -1
  38. package/dist/lib/container-tokens.js +1 -1
  39. package/dist/lib/data-dir.js +1 -1
  40. package/dist/lib/deployment-history.js +1 -1
  41. package/dist/lib/deployment-service.js +1 -1
  42. package/dist/lib/docker-utils.js +1 -1
  43. package/dist/lib/email.js +1 -1
  44. package/dist/lib/emailTemplates.js +1 -1
  45. package/dist/lib/entitlement.js +1 -1
  46. package/dist/lib/external-connections.js +1 -1
  47. package/dist/lib/fetch-utils.js +1 -1
  48. package/dist/lib/git-commit-details-route.js +1 -1
  49. package/dist/lib/git-history-diff-guardrails.js +1 -1
  50. package/dist/lib/git-provider-service.js +1 -1
  51. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  52. package/dist/lib/git-provider-setup/index.js +1 -1
  53. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  54. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  55. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  56. package/dist/lib/git-providers/github-app-provider.js +1 -1
  57. package/dist/lib/git-providers/index.js +1 -1
  58. package/dist/lib/git-providers/provider-factory.js +1 -1
  59. package/dist/lib/git-providers/provider-interface.js +1 -1
  60. package/dist/lib/github-urls.js +1 -1
  61. package/dist/lib/group-objective-linking.js +1 -1
  62. package/dist/lib/ibmi-sync.js +1 -0
  63. package/dist/lib/jira-client.js +1 -1
  64. package/dist/lib/judge-blinding.js +1 -1
  65. package/dist/lib/logger.js +1 -1
  66. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  67. package/dist/lib/model-fetcher.js +1 -1
  68. package/dist/lib/notifications.js +1 -1
  69. package/dist/lib/objective-context.js +1 -1
  70. package/dist/lib/oidc-auth.js +1 -1
  71. package/dist/lib/oidc-device-flow.js +1 -1
  72. package/dist/lib/passwordTokens.js +1 -1
  73. package/dist/lib/permission-resolver.js +1 -1
  74. package/dist/lib/pin-cascade.js +1 -1
  75. package/dist/lib/provider-accounts.js +1 -1
  76. package/dist/lib/provider-oauth.js +1 -1
  77. package/dist/lib/provider-profile.js +1 -1
  78. package/dist/lib/provider-token-refresh.js +1 -1
  79. package/dist/lib/rbac-user-state.js +1 -1
  80. package/dist/lib/request-url.js +1 -1
  81. package/dist/lib/rewind.js +1 -1
  82. package/dist/lib/role-definitions.js +1 -1
  83. package/dist/lib/roles.js +1 -1
  84. package/dist/lib/secrets.js +1 -1
  85. package/dist/lib/setup-repo-git-auth.js +1 -1
  86. package/dist/lib/state-capture.js +1 -1
  87. package/dist/lib/static-files.js +1 -1
  88. package/dist/lib/task-name-format.js +1 -1
  89. package/dist/lib/task-name-generator.js +1 -1
  90. package/dist/lib/task-source-metadata.js +1 -1
  91. package/dist/lib/teams.js +1 -1
  92. package/dist/lib/user-git-oauth.js +1 -1
  93. package/dist/lib/user-git-tokens.js +1 -1
  94. package/dist/lib/users.js +1 -1
  95. package/dist/middleware/requireAuth.js +1 -1
  96. package/dist/middleware/requireInit.js +1 -1
  97. package/dist/middleware/requirePermission.js +1 -1
  98. package/dist/package.json +1 -1
  99. package/dist/playwright.config.js +1 -1
  100. package/dist/routes/apiKeys.js +1 -1
  101. package/dist/routes/auth-oidc.js +1 -1
  102. package/dist/routes/auth.js +1 -1
  103. package/dist/routes/automations.js +1 -1
  104. package/dist/routes/bindings.js +1 -1
  105. package/dist/routes/build.js +1 -1
  106. package/dist/routes/containers.js +1 -1
  107. package/dist/routes/deploy-task.js +1 -1
  108. package/dist/routes/environment-management.js +1 -1
  109. package/dist/routes/environments.js +1 -1
  110. package/dist/routes/external-skills.js +1 -1
  111. package/dist/routes/git-credentials.js +1 -1
  112. package/dist/routes/git-oauth.js +1 -1
  113. package/dist/routes/git-provider-setup.js +1 -1
  114. package/dist/routes/health.js +1 -1
  115. package/dist/routes/jira.js +1 -1
  116. package/dist/routes/objective-management.js +1 -1
  117. package/dist/routes/password.js +1 -1
  118. package/dist/routes/prompt.js +1 -1
  119. package/dist/routes/provider-auth.js +1 -1
  120. package/dist/routes/qa.js +1 -1
  121. package/dist/routes/roles.js +1 -1
  122. package/dist/routes/settings.js +1 -1
  123. package/dist/routes/skill-management.js +1 -1
  124. package/dist/routes/skills.js +1 -1
  125. package/dist/routes/tasks.js +1 -1
  126. package/dist/routes/teams.js +1 -1
  127. package/dist/routes/templates.js +1 -1
  128. package/dist/routes/test-task.js +1 -1
  129. package/dist/routes/test.js +1 -1
  130. package/dist/routes/users.js +1 -1
  131. package/dist/routes/visualizations.js +1 -1
  132. package/dist/scripts/create-user.js +1 -1
  133. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  134. package/dist/scripts/sync_to_ibmi.sh +204 -0
  135. package/dist/start.js +1 -1
  136. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  137. package/dist/web-ui/public/activity-feed.js +1 -1
  138. package/dist/web-ui/public/activity-formatters.js +1 -1
  139. package/dist/web-ui/public/agent-event-parser.js +1 -1
  140. package/dist/web-ui/public/app.js +1 -1
  141. package/dist/web-ui/public/approve-dialog.js +1 -1
  142. package/dist/web-ui/public/automation-links.js +1 -1
  143. package/dist/web-ui/public/automation-schedule.js +1 -1
  144. package/dist/web-ui/public/comments-widget.js +1 -1
  145. package/dist/web-ui/public/diff-utils.js +1 -1
  146. package/dist/web-ui/public/docs/admin/environments.md +1 -0
  147. package/dist/web-ui/public/docs/tasks/approval-and-deployment.md +36 -0
  148. package/dist/web-ui/public/environments.html +1 -1
  149. package/dist/web-ui/public/environments.js +1 -1
  150. package/dist/web-ui/public/feedback-widget.js +1 -1
  151. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  152. package/dist/web-ui/public/git-history.js +1 -1
  153. package/dist/web-ui/public/git-status.js +1 -1
  154. package/dist/web-ui/public/index.html +2 -2
  155. package/dist/web-ui/public/index.js +1 -1
  156. package/dist/web-ui/public/login.js +1 -1
  157. package/dist/web-ui/public/markdown-editor.js +1 -1
  158. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  159. package/dist/web-ui/public/modal-maximize.js +1 -1
  160. package/dist/web-ui/public/notifications.js +1 -1
  161. package/dist/web-ui/public/pr-dialog.js +1 -1
  162. package/dist/web-ui/public/roles.html +3 -2
  163. package/dist/web-ui/public/roles.js +1 -1
  164. package/dist/web-ui/public/server-health.js +1 -1
  165. package/dist/web-ui/public/settings.css +3 -2
  166. package/dist/web-ui/public/settings.html +0 -1
  167. package/dist/web-ui/public/settings.js +1 -1
  168. package/dist/web-ui/public/setup-password.js +1 -1
  169. package/dist/web-ui/public/skills.js +1 -1
  170. package/dist/web-ui/public/sse-client.js +1 -1
  171. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  172. package/dist/web-ui/public/styles.css +39 -12
  173. package/dist/web-ui/public/task.html +56 -1
  174. package/dist/web-ui/public/task.js +1 -1
  175. package/dist/web-ui/public/teams.html +76 -81
  176. package/dist/web-ui/public/teams.js +1 -1
  177. package/dist/web-ui/public/terminal.js +1 -1
  178. package/dist/web-ui/public/theme.js +1 -1
  179. package/dist/web-ui/public/users.html +12 -11
  180. package/dist/web-ui/public/users.js +1 -1
  181. package/dist/web-ui/public/variant-grouping.js +1 -1
  182. package/package.json +1 -1
  183. package/dist/lib/cli/migrate-rbac.js +0 -1
  184. package/dist/lib/scoped-rbac-migration-runner.js +0 -1
  185. package/dist/scripts/migrate-to-scoped-rbac.js +0 -2
@@ -1 +1 @@
1
- (function(_0x324ffb,_0x1fd9d8){const _0x1da5c3={_0x19d117:0x128,_0x192c88:0x146,_0x2d2a88:0x12c,_0x665d3d:0x183,_0x3e62c7:0x189,_0xde40b4:0xe1,_0x3e25f7:0x95,_0x3a18ae:0xb1,_0x13990d:0x12a,_0x241a40:0x100},_0x4f160b={_0x1b7904:0x2c1};function _0x2efd9a(_0x2edc21,_0x3769c2,_0x1914be,_0x15a94e){return _0x4fa0(_0x2edc21-0x2e9,_0x3769c2);}function _0x287689(_0x1b05fa,_0x52f3ef,_0x2338f9,_0x3ef44f){return _0x4fa0(_0x1b05fa- -_0x4f160b._0x1b7904,_0x3ef44f);}const _0x255a05=_0x324ffb();while(!![]){try{const _0x5bd2df=-parseInt(_0x287689(-0x17d,-0x126,-0x1bd,-0x1ba))/(0x13f6+-0x3*-0xed+0x5af*-0x4)*(parseInt(_0x2efd9a(0x41e,0x3ff,0x45b,0x465))/(0x54a+-0x241d+0x1ed5))+parseInt(_0x287689(-0xe5,-_0x1da5c3._0x19d117,-0x123,-0xc1))/(-0x127*0x16+-0x1*0x10d7+0x2a34)+parseInt(_0x287689(-_0x1da5c3._0x192c88,-0x13a,-0x174,-0x188))/(0x2272+0x1cd*-0x9+-0x1239)+-parseInt(_0x287689(-0x15d,-0x177,-0x102,-0x118))/(-0x1*0x54a+0x83*0x4c+-0x2195)+-parseInt(_0x2efd9a(0x4c2,0x4c1,0x465,0x4f3))/(0x1ddd+0x82c+-0x2603)*(parseInt(_0x287689(-_0x1da5c3._0x2d2a88,-_0x1da5c3._0x665d3d,-_0x1da5c3._0x3e62c7,-0x178))/(-0x1ef1+0x5d+0x1e9b*0x1))+parseInt(_0x287689(-_0x1da5c3._0xde40b4,-_0x1da5c3._0x3e25f7,-0x10e,-_0x1da5c3._0x3a18ae))/(0x1b43+-0x44d+0xb77*-0x2)+parseInt(_0x287689(-_0x1da5c3._0x13990d,-0x104,-0xda,-_0x1da5c3._0x241a40))/(-0x24d3+0x2683+-0x1a7);if(_0x5bd2df===_0x1fd9d8)break;else _0x255a05['push'](_0x255a05['shift']());}catch(_0x13a4e1){_0x255a05['push'](_0x255a05['shift']());}}}(_0x6602,0x547*-0x8e+-0x1b64f+-0x3bf*-0x1d5));import _0x5b67e8 from'express';function _0x4fa0(_0x597502,_0x4f3db8){_0x597502=_0x597502-(0x867+-0x29*-0x21+-0xca4);const _0x37e84d=_0x6602();let _0xab7126=_0x37e84d[_0x597502];if(_0x4fa0['KPbotG']===undefined){var _0x4eeff2=function(_0x3a1c6d){const _0x1f3cf7='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x23a297='',_0x707e2='';for(let _0x2355bf=0xe1+0x969+-0xa4a,_0x178cb5,_0x157602,_0x391b26=0x1b18+0x1e97+-0x39af;_0x157602=_0x3a1c6d['charAt'](_0x391b26++);~_0x157602&&(_0x178cb5=_0x2355bf%(0x243*-0x3+0x7*-0x4e0+0x28ed)?_0x178cb5*(-0xdf5+0x9fd+0x438)+_0x157602:_0x157602,_0x2355bf++%(-0x3e3*-0x5+-0x26f7+-0x1a1*-0xc))?_0x23a297+=String['fromCharCode'](-0x1051*-0x1+-0x22cc*0x1+0x137a&_0x178cb5>>(-(-0x15a+-0x2f*0x25+0x827)*_0x2355bf&0x101a+0x1a74*0x1+-0x2a88)):-0x1f*-0x116+-0x24*0xcb+-0x51e*0x1){_0x157602=_0x1f3cf7['indexOf'](_0x157602);}for(let _0x20424b=-0x1302+-0x1853+-0x1*-0x2b55,_0x2ac3dd=_0x23a297['length'];_0x20424b<_0x2ac3dd;_0x20424b++){_0x707e2+='%'+('00'+_0x23a297['charCodeAt'](_0x20424b)['toString'](-0x10a2+-0x2667+0x3719))['slice'](-(-0xc2*-0x22+0x21c9+-0x1*0x3b8b));}return decodeURIComponent(_0x707e2);};_0x4fa0['whHaUS']=_0x4eeff2,_0x4fa0['AxHLut']={},_0x4fa0['KPbotG']=!![];}const _0xa1e7ec=_0x37e84d[-0x204e+0xb7b*0x1+-0x3*-0x6f1],_0x39b6d1=_0x597502+_0xa1e7ec,_0x296c62=_0x4fa0['AxHLut'][_0x39b6d1];return!_0x296c62?(_0xab7126=_0x4fa0['whHaUS'](_0xab7126),_0x4fa0['AxHLut'][_0x39b6d1]=_0xab7126):_0xab7126=_0x296c62,_0xab7126;}import{getUsers,createUser,updateUser,deleteUser,findUserById}from'../lib/users.js';import{getTeamById,getTeamsByUserId,isTeamManager,addMember}from'../lib/teams.js';function _0x6602(){const _0x59fffd=['sffLCu4','y2r2uNC','CLHWuxi','zNvSBhK','AhfXuLu','Axn0CW','zgrYzxnZ','Efb6zK0','Chv0','uwj4tK4','C2L6zq','EuvfA2G','vfLxwLu','C29Tzq','vLjgswG','sxfju3y','ihrVig1VzgLMEq','zw1HAwWSigfUza','C2Dorhe','ywnJB3vUDcWGBW','sKHvwNq','DhfZrLi','wgrQEMG','ugXLyxnLihbYBW','lZPPza','q2z5Dei','yw4GB25SEsbJBW','vwnIrxm','BgrZ','u3vcvwu','zw1HAwW','zxjYB3i','zgvSzxrLihvZzq','AgfZvxnLCKjPBG','BwvZC2fNzq','DxnLCNm6y3jLyq','v05zswe','D2fYBG','CefPsfi','quzosg4','DxnLCNm6zgvSzq','BgLZDcb1C2vYCW','y05qyMK','D24GywnJB3vUDa','nJi0sejUAefn','DxnLCG','zxnXD1K','mty4ndGZAvrxr0zJ','sw52ywXPzcb1CW','zMLSDgvY','vxnLCIbUB3qGzG','mJa3nJyXnMncu1DLAW','wfrrs2m','C3nOx3vZzxjUyq','BwLU','EvP2sMe','zgvSzxrL','y29YzxmSigfUza','zNzOrK0','DxnLCNmGDg8GAq','ywXYzwfKEsbLEa','yKrdvem','sw52ywXPzcb0zq','CMvXDwLYzwq','EvflBe0','tgP0zMi','vxjXu2m','BMPQyLO','z2v0ihvZzxi','q2fUBM90ig1Vza','ugfZC3DVCMqGBq','zxrLihLVDxiGBW','q2fUBM90igrLBa','BwfW','whPcsui','B1rgt3G','rMfPBgvKihrVia','AwqGzw1HAwWGyq','zxiGDg8GDgvHBq','DxnLCNm6DMLLDW','CgfYyw1Z','Evrfs0S','ANnVBG','suP5zKm','BNrHAw4GBgv0Da','DgvHBq','txjhreS','Aw5JBhvKzxm','whfmDK8','thfxEg0','BMXrCvO','Bgv0zsb5B3vYia','vgvHBsaN','nZCWrw94tejz','BgvHC3qGocbJAa','vxnLCIbKzwXLDa','B25N','y3jLyxrLihvZzq','yM9KEq','zxjUyw1L','ywXS','t05Zv3i','zffSEMm','zsbZzxr0Aw5NCW','EuXREKS','vxnLCM5HBwuGyq','EuPnyva','AvHVqNi','ntaXwhz1sKjL','wvj5rxq','yNrNAeS','zgLUzW','zwqGC3vJy2vZCW','Be1sCfO','BKzYAwy','wuPzDxu','BMfTzq','zxjZlcbUDw1Izq','DMLKzsbHihzHBa','v1jmDLe','uM91DgvY','wLPeCLG','rvjbuNu','AwDUihrLyw0','u3nIww4','ww91ig11C3qGyG','C3vIAMvJDf9Pza','qMnoBeO','veLcyxa','tLbIsvy','t2jjuKy','rfHOq2G','Dg8GyxnZAwDUia','C3vIAMvJDf90Eq','wNPzyvK','t2Dov2C','sKvNvfO','s1b4z1O','vMXAEhq','rxzkEgO','mJaZnJaWq0L6Cgj6','qwPqshy','suPUqxa','twLZC2LUzYbYzq','DxnLCKLK','vg92BvC','AgvYigfKBwLU','sNnLCui','igH5CgHLBNm','CNmSihvUzgvYCW','Evv0vvC','Dxn0igjLigf0ia','qNjbAum','BM90igzVDw5K','AgfZvgvHBujPBG','Ag1xrM4','q09psNi','C1ziCM0','Ag1vBu0','ihrOzsb0zwfTia','weDtteu','q2fUBM90igfZCW','r0HfEuy','mZK5mtiWrKzps1Pv','DgvZDa','B3vUza','ywnJB3vUDa','C3n3B3jK','BhjLywr5igv4Aq','BgvUz3rO','C3rZ','sw9WBhq','ELrWsKK','vunAueK','uM55tMC','ywLS','zfHct20','AKLyEvm','sw52ywXPzcbLBq','AgfZ','Awz5ihLVDxiGBW','CMHnwxy','ywrKig5LDYb1CW','Axntzxj2zxjbza','y09rwxy','q296ChG','DwreweK','tNzdBwK','ugXLyxnLigfZAW','mtKZnZzLtfz2vhO','v0zVy0y','mJi2nteYoxHkvxjetG','C1jStKS','Cwj2BgS','ihLVDxiGB3DUia','yxjHy3rLCNmGBa','uxn6shm','sw52ywXPzcbWyq','C3rHDhvZ','qxvUyvC','zsbHifnLCNzLCG','DxnLCNm6zwrPDa','r0TfCNu','Dwneq0q','BgTjt1m','rKvOzxO','igfUB3rOzxiGyq','DhjPBq','zKrVuxC','AK5JDgO','tvLMALi','DxbKyxrLihvZzq','EvfSuMu'];_0x6602=function(){return _0x59fffd;};return _0x6602();}import{getBindings}from'../lib/bindings.js';import{logger}from'../lib/logger.js';import{requirePermission,requireAnyPermission}from'../middleware/requirePermission.js';function _0x599b25(_0x5917ae,_0x15bbe1,_0x250512,_0x5210e8){const _0x482b36={_0x46e162:0x145};return _0x4fa0(_0x15bbe1-_0x482b36._0x46e162,_0x250512);}const router=_0x5b67e8[_0x599b25(0x2d2,0x295,0x254,0x24b)]();router['get']('/',requirePermission(_0x342104(0xb,-0x3,-0x51,-0x2e)),async(_0x49a8fb,_0x27225f)=>{const _0x51d483={_0x9a0219:0x6d,_0x14ad8a:0xb0,_0x50f9ff:0xb9,_0x1e79dc:0xdf,_0x586321:0x9e,_0x496eac:0x66,_0x55a0b5:0xd9,_0x329321:0xcc,_0x25c97a:0x5c,_0x36c085:0xc6,_0x5cfd55:0x67,_0x33eb2a:0x9f,_0x1cadd3:0x7a,_0x1e584f:0x38,_0x31b680:0x6d,_0x4f245a:0xe3,_0x179356:0x15f,_0x541181:0xf5,_0xa45839:0x5b,_0x1a6c82:0x31,_0x1bd12e:0x33,_0xbc844a:0x53,_0x25dc3e:0xb,_0x3ca464:0x67,_0x4c7aab:0x18,_0x5d7820:0x189,_0x5f236a:0x127,_0x5a91fa:0x1f,_0x3ab42c:0x5f,_0x7afac5:0x54,_0xb3988d:0xd9,_0x2469e8:0xf1,_0x363d75:0x115,_0x15813c:0xe7,_0x38dd61:0xa3,_0x864aeb:0x43,_0x40ae4a:0xf8,_0x18d9f2:0xa3,_0x52580a:0x72,_0x3d129a:0x158,_0x283442:0x17a,_0x418179:0x174,_0x14c3d9:0x118,_0xc8b823:0x10b,_0x5ca01b:0xeb},_0x53649e={_0x3dde84:0x121,_0x20ad6a:0x170,_0x4954de:0x7c,_0x2f4ddd:0x9f,_0x4425a0:0x93,_0x269cce:0x95,_0x510ce2:0x10b,_0x44e2cc:0x157,_0x46d670:0x15b,_0x28da3f:0x183,_0x8b8db9:0x157,_0x463278:0x142,_0xaac982:0x20a,_0x13bac9:0xc0,_0x193415:0x15a,_0x21cf9d:0x9f,_0x649749:0x5a,_0x480d58:0x5d,_0x2640a4:0xe1,_0xafdda7:0x10a,_0x186cc6:0x10f,_0x3ebcd3:0xd9,_0x394151:0x4e,_0xc7b78:0x165,_0x52f436:0x1a5,_0x2b3069:0x19d,_0x1a9d80:0x186,_0x1fb25e:0xc1,_0x424cdf:0x118,_0x583bbb:0x112,_0x1a31ff:0x177,_0x4157d7:0x161,_0x2a046f:0x113,_0xf2f823:0x1a2,_0x3faf1b:0x11b,_0x53688a:0x16d,_0x112717:0x107,_0x38260c:0x178,_0x5ed4f8:0xfb,_0x2e8983:0xf9,_0x136e3f:0xa3,_0x201112:0xef,_0x4d58d9:0x135,_0x6bdca7:0x10d},_0x158244={_0x1137b2:0xe3};function _0x2e83c6(_0x10b760,_0x121558,_0x356837,_0x20b287){return _0x342104(_0x356837,_0x121558-0x134,_0x356837-0xd9,_0x121558- -0xdc);}function _0x5393e5(_0x1629aa,_0x3cfb7c,_0x593baa,_0x5ecd1e){return _0x599b25(_0x1629aa-0x103,_0x593baa- -0x1fc,_0x3cfb7c,_0x5ecd1e-_0x158244._0x1137b2);}const _0x367217={'oTFOx':_0x2e83c6(-0xd2,-_0x51d483._0x9a0219,-0x65,-0x2a)+_0x2e83c6(-_0x51d483._0x14ad8a,-0xe3,-_0x51d483._0x50f9ff,-_0x51d483._0x1e79dc)+_0x5393e5(0x5c,_0x51d483._0x586321,0x6e,_0x51d483._0x496eac)+_0x2e83c6(-0x18,-0x7e,-_0x51d483._0x55a0b5,-_0x51d483._0x329321),'lkIOS':_0x2e83c6(-0x3a,-0x52,-_0x51d483._0x25c97a,-0xbd)+_0x5393e5(0x12e,0x11e,_0x51d483._0x36c085,0xdf),'TIBap':function(_0x10debe,_0x31c966){return _0x10debe!==_0x31c966;},'TYWZU':_0x5393e5(_0x51d483._0x5cfd55,_0x51d483._0x33eb2a,_0x51d483._0x1cadd3,_0x51d483._0x1e584f),'LRaID':_0x2e83c6(-_0x51d483._0x31b680,-0xd3,-_0x51d483._0x4f245a,-0xc7),'pKUwz':function(_0x518b35,_0x21e5ca){return _0x518b35>_0x21e5ca;},'pAiHR':_0x5393e5(_0x51d483._0x179356,0xad,_0x51d483._0x541181,0xd2),'XGSLE':function(_0x3d6f7e,_0x54c2ba){return _0x3d6f7e(_0x54c2ba);},'ObIRF':'Failed\x20to\x20'+_0x2e83c6(-0x58,-_0x51d483._0xa45839,-0x5,-_0x51d483._0x1a6c82)};try{const _0x782759=await getUsers(),_0x9b49cd=await getBindings(),_0x52ebc4=new Set(_0x9b49cd[_0x2e83c6(-_0x51d483._0x1bd12e,-_0x51d483._0xbc844a,_0x51d483._0x25dc3e,-_0x51d483._0x3ca464)](_0x209e94=>_0x209e94[_0x2e83c6(-0x125,-0xd4,-0xca,-0xf5)+'pe']===_0x2e83c6(-0x4b,-0x57,-0x4d,-0x6))[_0x5393e5(_0x51d483._0x4c7aab,0x0,0x6a,0xc6)](_0x58ccea=>_0x58ccea['subject_id'])),_0x3fb1d3=new Set(_0x9b49cd[_0x5393e5(0x17c,_0x51d483._0x5d7820,_0x51d483._0x5f236a,0xea)](_0x163c1b=>_0x163c1b[_0x5393e5(0xf9,0xc6,0xa6,0x8f)+'pe']===_0x2e83c6(-0xd4,-0x104,-0xc4,-0xb2))[_0x5393e5(0x11,0x4d,0x6a,0x8a)](_0x374d10=>_0x374d10[_0x5393e5(0xf1,0xe3,0x9f,0x40)])),_0x4288dc=await Promise[_0x5393e5(0xd8,_0x51d483._0x5a91fa,0x85,0xb8)](_0x782759[_0x5393e5(_0x51d483._0x3ab42c,0xbc,0x6a,_0x51d483._0x7afac5)](async({password_hash:_0x3bd240,..._0x331ae6})=>{const _0x25b2a1={_0x587f54:0x2,_0x53a8a2:0xe},_0x4a7901={_0x534bc4:0xe0},_0x5e9682={};_0x5e9682['XzBIB']=_0x367217[_0x574b28(_0x53649e._0x3dde84,0x10b,_0x53649e._0x20ad6a,0x17d)];function _0x60f47c(_0x5e5089,_0x454122,_0x78b6d9,_0x257620){return _0x5393e5(_0x5e5089-0x130,_0x78b6d9,_0x257620- -0xe,_0x257620-_0x4a7901._0x534bc4);}function _0x574b28(_0x43b43b,_0x4906ea,_0x461c4a,_0x3b52a2){return _0x2e83c6(_0x43b43b-_0x25b2a1._0x587f54,_0x461c4a-0x1fd,_0x43b43b,_0x3b52a2-_0x25b2a1._0x53a8a2);}const _0x4d171d=_0x5e9682;if(_0x367217[_0x60f47c(_0x53649e._0x4954de,0x83,_0x53649e._0x2f4ddd,_0x53649e._0x4425a0)](_0x367217[_0x60f47c(0xca,_0x53649e._0x269cce,_0x53649e._0x510ce2,0xf4)],_0x367217['LRaID'])){const _0x4beabe=_0x52ebc4[_0x574b28(0x18b,0x125,_0x53649e._0x44e2cc,0xef)](_0x331ae6['id']);let _0xce469c=![];if(_0x367217['pKUwz'](_0x3fb1d3[_0x574b28(0x173,_0x53649e._0x46d670,_0x53649e._0x28da3f,_0x53649e._0x8b8db9)],-0x129e*0x1+0x3ab*0x2+0x4*0x2d2)){if('yQOSk'===_0x367217[_0x574b28(0x13e,_0x53649e._0x463278,0x19f,_0x53649e._0xaac982)]){const _0x4bd87f={};return _0x4bd87f[_0x60f47c(_0x53649e._0x13bac9,_0x53649e._0x193415,_0x53649e._0x21cf9d,0x107)]=_0x4d171d[_0x60f47c(_0x53649e._0x649749,0xc1,0x13,_0x53649e._0x480d58)],_0x4bd87f['message']=_0x516084[_0x60f47c(0x164,_0x53649e._0x2640a4,0xa3,_0x53649e._0xafdda7)],_0x2f7796[_0x60f47c(_0x53649e._0x186cc6,0x84,0x128,_0x53649e._0x3ebcd3)](-0x127*-0x5+0x7*-0x28d+-0xdac*-0x1)[_0x60f47c(_0x53649e._0x394151,0x2b,0x35,0x65)](_0x4bd87f);}else{const _0x431872=await _0x367217[_0x574b28(_0x53649e._0xc7b78,_0x53649e._0x52f436,0x144,0x1ac)](getTeamsByUserId,_0x331ae6['id']);_0xce469c=_0x431872[_0x574b28(0x126,_0x53649e._0x2b3069,_0x53649e._0x1a9d80,0x1b0)](_0x26e5d4=>_0x3fb1d3[_0x60f47c(0x123,0xb2,0x73,0xc6)](_0x26e5d4['id']));}}const _0x26fbb4={..._0x331ae6};return _0x26fbb4[_0x60f47c(_0x53649e._0x1fb25e,_0x53649e._0x424cdf,_0x53649e._0x583bbb,0x109)+_0x574b28(_0x53649e._0x1a31ff,_0x53649e._0x4157d7,_0x53649e._0x2a046f,0x17c)]=_0x4beabe,_0x26fbb4[_0x574b28(0x18f,_0x53649e._0xf2f823,0x13e,0x13e)+'ding']=_0xce469c,_0x26fbb4;}else{const _0x1d1701={};return _0x1d1701[_0x60f47c(_0x53649e._0x3faf1b,_0x53649e._0x53688a,0x16e,_0x53649e._0x112717)]=_0x574b28(0x17f,0x116,0x156,_0x53649e._0x38260c)+_0x574b28(_0x53649e._0x5ed4f8,_0x53649e._0x2e8983,0x153,_0x53649e._0x38260c),_0x1d1701['message']=_0x367217[_0x574b28(0x11b,_0x53649e._0x136e3f,_0x53649e._0x201112,0xbb)],_0xe73fc1[_0x574b28(0x180,_0x53649e._0x4d58d9,0x16a,0x16d)](0x1871+0x190f+0x2*-0x17f8)[_0x574b28(0x13e,0x143,0xf6,_0x53649e._0x6bdca7)](_0x1d1701);}})),_0x3f9483={};_0x3f9483['users']=_0x4288dc,_0x27225f['json'](_0x3f9483);}catch(_0x1d771d){logger[_0x5393e5(_0x51d483._0xb3988d,_0x51d483._0x2469e8,_0x51d483._0x363d75,_0x51d483._0x15813c)](_0x367217[_0x5393e5(0x5b,0x6e,_0x51d483._0x38dd61,0xf1)],_0x1d771d);const _0x110772={};_0x110772['error']=_0x367217[_0x5393e5(_0x51d483._0x864aeb,_0x51d483._0x40ae4a,_0x51d483._0x18d9f2,_0x51d483._0x52580a)],_0x110772[_0x5393e5(_0x51d483._0x3d129a,_0x51d483._0x283442,0x118,0xc4)]=_0x1d771d[_0x5393e5(_0x51d483._0x418179,0xe8,_0x51d483._0x14c3d9,_0x51d483._0xc8b823)],_0x27225f['status'](0x158e+0x9*0x107+-0x1cd9)[_0x2e83c6(-0x171,-0x107,-0x138,-_0x51d483._0x5ca01b)](_0x110772);}}),router['get'](_0x599b25(0x310,0x30a,0x2fb,0x2dd),requirePermission(_0x599b25(0x222,0x26c,0x23c,0x2cf)),async(_0x1985e3,_0x3ed62f)=>{const _0x61e6ea={_0x388eff:0x346,_0x5255d7:0x391,_0x5b1da:0x255,_0x34971a:0x275,_0x346b65:0x22e,_0x3c7d33:0x25c,_0x38189e:0x2ae,_0x228cf3:0x1bb,_0x5dc0a2:0x223,_0x38c57d:0x21f,_0x39cd3a:0x27a,_0x4e169f:0x31b,_0x4ef786:0x335,_0x1eee2e:0x2cf,_0x5177a8:0x275,_0x6d4142:0x26f,_0xed1ef1:0x2f4,_0x4531b1:0x2b3,_0x129891:0x292,_0x463a0d:0x28f,_0x1f775d:0x340,_0x1221c6:0x2e7,_0x644f73:0x2b6,_0x2956e1:0x30c,_0x458d4c:0x2e3,_0x25a754:0x2c6,_0x3556a4:0x2c5,_0x519350:0x298,_0xb384f6:0x2c1,_0x438afc:0x265,_0x23aa8a:0x298,_0x105f2a:0x327,_0x4ffbfa:0x364,_0x65296b:0x33a,_0x242db2:0x1fc,_0x2a48ba:0x2ef,_0x4bb05d:0x2d6,_0x1ca39f:0x333,_0x1241ba:0x2d6,_0x365587:0x2d4,_0x5b898e:0x2aa,_0x406e59:0x393,_0x3817bf:0x2f4,_0x58a7d2:0x33d,_0x435e26:0x2a8,_0x38c7d8:0x286,_0x10616e:0x24b,_0x4ab4d7:0x2a0,_0x1c7d26:0x298},_0x2c26c5={_0x35b8a3:0x188,_0x42e0ba:0x12f},_0x319cbc={_0x7167f0:0xfd,_0x359d0d:0x29,_0x463974:0x85},_0x40cc36={'XqLvO':_0x357de2(0x31d,0x353,0x2e9,0x30e)+_0x357de2(0x2af,0x2bd,0x287,0x240),'Ljtfb':_0x5abf50(0x33f,_0x61e6ea._0x388eff,_0x61e6ea._0x5255d7,0x342),'CMWdZ':'BBdJj','dXBOm':function(_0x595573,_0x295ed5){return _0x595573(_0x295ed5);},'SuBUe':_0x357de2(_0x61e6ea._0x5b1da,_0x61e6ea._0x34971a,_0x61e6ea._0x346b65,0x22a)+_0x5abf50(_0x61e6ea._0x3c7d33,_0x61e6ea._0x38189e,0x2b2,0x28a)};function _0x5abf50(_0xbce34c,_0x57d570,_0x1b243f,_0x1a7b90){return _0x599b25(_0xbce34c-_0x319cbc._0x7167f0,_0x1a7b90-_0x319cbc._0x359d0d,_0xbce34c,_0x1a7b90-_0x319cbc._0x463974);}function _0x357de2(_0x16ba68,_0x387eb9,_0x41d16e,_0x50ef9e){return _0x599b25(_0x16ba68-_0x2c26c5._0x35b8a3,_0x41d16e- -0x3b,_0x50ef9e,_0x50ef9e-_0x2c26c5._0x42e0ba);}try{if(_0x40cc36[_0x357de2(0x1f0,_0x61e6ea._0x228cf3,_0x61e6ea._0x5dc0a2,_0x61e6ea._0x38c57d)]===_0x40cc36['CMWdZ']){const _0x11f20f={};return _0x11f20f[_0x357de2(0x279,0x304,0x2d6,_0x61e6ea._0x39cd3a)]=_0x40cc36[_0x357de2(0x210,0x1e3,0x23a,0x209)],_0x5199b0[_0x5abf50(_0x61e6ea._0x4e169f,_0x61e6ea._0x4ef786,_0x61e6ea._0x1eee2e,0x30c)](-0x2a9+0x1feb*-0x1+0x2428)[_0x357de2(_0x61e6ea._0x5177a8,0x25a,0x234,_0x61e6ea._0x6d4142)](_0x11f20f);}else{const _0x27e775=await _0x40cc36[_0x357de2(_0x61e6ea._0xed1ef1,_0x61e6ea._0x4531b1,_0x61e6ea._0x129891,_0x61e6ea._0x463a0d)](findUserById,_0x1985e3['params']['id']);if(!_0x27e775){const _0x33b67e={};return _0x33b67e[_0x5abf50(_0x61e6ea._0x1f775d,_0x61e6ea._0x1221c6,0x369,0x33a)]=_0x40cc36['XqLvO'],_0x3ed62f[_0x5abf50(0x2a6,0x374,_0x61e6ea._0x644f73,_0x61e6ea._0x2956e1)](0x1799+-0x1add+0x4d8)[_0x5abf50(_0x61e6ea._0x458d4c,_0x61e6ea._0x25a754,_0x61e6ea._0x3556a4,_0x61e6ea._0x519350)](_0x33b67e);}const {password_hash:_0x354c4a,..._0x4584cc}=_0x27e775;_0x3ed62f[_0x5abf50(0x249,_0x61e6ea._0xb384f6,_0x61e6ea._0x438afc,_0x61e6ea._0x23aa8a)](_0x4584cc);}}catch(_0x565aed){logger[_0x5abf50(_0x61e6ea._0x105f2a,_0x61e6ea._0x4ffbfa,0x35d,_0x61e6ea._0x65296b)](_0x357de2(0x282,0x21a,0x22e,_0x61e6ea._0x242db2)+'get\x20user',_0x565aed);const _0x851247={};_0x851247[_0x357de2(_0x61e6ea._0x2a48ba,0x2b8,_0x61e6ea._0x4bb05d,_0x61e6ea._0x1ca39f)]=_0x40cc36[_0x357de2(_0x61e6ea._0x1241ba,0x2dd,_0x61e6ea._0x365587,_0x61e6ea._0x5b898e)],_0x851247[_0x5abf50(_0x61e6ea._0x406e59,0x381,_0x61e6ea._0x3817bf,_0x61e6ea._0x58a7d2)]=_0x565aed['message'],_0x3ed62f[_0x357de2(0x2a8,0x287,_0x61e6ea._0x435e26,_0x61e6ea._0x38c7d8)](0x1*0x1c79+0x228f+-0x517*0xc)[_0x5abf50(0x2ba,_0x61e6ea._0x10616e,_0x61e6ea._0x4ab4d7,_0x61e6ea._0x1c7d26)](_0x851247);}}),router['post']('/',requirePermission(_0x599b25(0x331,0x315,0x2f6,0x314)+'te'),async(_0x3a6364,_0x20e2e6)=>{const _0x17a5a1={_0x217050:0xc8,_0x19ab62:0xb3,_0x1bf105:0x101,_0xa9ad51:0xa1,_0x3a3ee1:0x15a,_0x2d2c56:0x114,_0x1a96d7:0xde,_0x226326:0xc9,_0x5e239b:0x4c2,_0x184cad:0xff,_0x5ab70d:0x85,_0x2a08fe:0x94,_0x60e4db:0x53c,_0x5a3fd6:0x416,_0x44864f:0x470,_0x150961:0x168,_0x400621:0x11d,_0x194d4c:0xb7,_0x24bc1d:0x11b,_0xb4a253:0xc9,_0x518fd8:0x9b,_0x193f34:0xd2,_0x194ebb:0xe2,_0x3755d1:0xea,_0x45d102:0xdb,_0xdc6447:0x462,_0x45472d:0x47d,_0x4aab0b:0x46d,_0x2fcf6d:0x4b2,_0x5f4550:0x454,_0x2845fd:0xcf,_0x4fdcbd:0x120,_0x7eb948:0x108,_0x339b99:0x133,_0x4f564d:0xd1,_0x18c8dc:0xea,_0x5815be:0x46f,_0x10b9d2:0x3ef,_0x16ebbf:0x128,_0x5ae9fe:0xb0,_0x59ac81:0x7e,_0x2ed9e1:0x4bc,_0x2c8583:0x130,_0x225470:0x476,_0x1cf1c1:0x4c4,_0x3abfe3:0x49a,_0x40ffef:0x476,_0x1758d9:0x4a1,_0x2e309c:0x467,_0x27665b:0xc4,_0x500cf9:0x8e,_0x27f1e0:0x110,_0x576aea:0xfe,_0x2f3a11:0x48d,_0x4ffbf8:0x4a3,_0x317da0:0x49b,_0x48654e:0x4c1,_0x12af96:0x493,_0x4abcf5:0x4e9,_0x1c55ca:0xad,_0x21e68b:0x7f,_0x1d1da9:0xc1,_0xc7af32:0x43e,_0x4ec74b:0x3dd,_0x17f2e6:0x45c,_0x3fa0cd:0xa3,_0x45ebed:0xe1,_0x5abfe1:0x45f,_0x549d5a:0x49f,_0x3a5619:0x467,_0x48bb04:0x471,_0x444b37:0x3d3,_0x1f13b7:0x116,_0x352e3a:0xe9,_0x2b9a30:0x17b,_0x4e6c72:0x169,_0xbf209d:0xb6,_0x465a4f:0xc7,_0x411324:0x97,_0x47fe80:0x424,_0xad81b5:0x75,_0x32cf36:0x77,_0x44988a:0x83,_0x5d4a31:0x84,_0x154ff2:0x110,_0x28cc8a:0xb4,_0x5d1b34:0x4cc,_0x2ec0be:0x481,_0x21640f:0x507,_0x47c649:0x85,_0x168c14:0x12e,_0x3e2483:0xde,_0x151103:0xe1,_0x1c43e4:0x17d,_0x42b260:0x11d,_0x1f8913:0x438,_0x139d1d:0x468,_0x40c85f:0x496,_0x1c95c5:0x4f7,_0xb27212:0x4c8,_0x298b13:0x4fc,_0x4190cb:0xd3,_0x420724:0xc2,_0x23bb08:0x119,_0x347dc6:0x12c,_0x146bc4:0xf5,_0x49abef:0x7c,_0x111d08:0x4cd,_0xcc600d:0x495,_0x2fcbfe:0x4f1,_0x177171:0x145,_0x279624:0xe5,_0xed85a0:0x10e,_0x47b506:0x126,_0x191619:0xe5,_0x3d6540:0xcb,_0x408289:0x3d,_0x7e6023:0x7b,_0x468f29:0x60,_0x56a313:0xbd,_0x36d613:0xdc,_0x48b142:0x538,_0x564864:0xdf,_0x30c7be:0x70,_0x2f497f:0x47a,_0x40514c:0x4cb,_0x33f9b1:0x48b,_0x12496a:0x496,_0x3d86d0:0x452,_0x302f49:0x466,_0x951838:0x473,_0x426b28:0x436,_0xc9e91e:0xdc,_0x25db1d:0x4c4,_0x418c65:0x49b,_0x1eaf1b:0x4e5,_0x2fe72a:0x2c,_0x4cfcff:0x78,_0x2155d6:0x451,_0x3d992e:0x450,_0x496aaf:0x4ca,_0x3ab77c:0x4df,_0x10344c:0x4b6,_0x1b8d05:0x493,_0x8ed5fc:0x41e,_0x50d453:0x412,_0x32a87e:0x428,_0x524349:0x3e2,_0x48e503:0x4d6,_0x3f7130:0xe0,_0x536d26:0x56,_0x5adb96:0x78,_0x536c72:0x410,_0x5e7f38:0x3e4,_0x250fe8:0x478,_0x228ac5:0xfe,_0x357fd5:0x50,_0x560fce:0x11d,_0x343a1b:0x66,_0xef8b82:0xa8,_0x8ddbbc:0x471,_0x573102:0x474,_0x5f1060:0x12f,_0x392f75:0x416,_0x910ca2:0x449,_0x3322f6:0x3de,_0x401a5e:0xd9,_0x43c6ca:0xba,_0x3d8caf:0x81,_0x37e13a:0x7f,_0x4c1a27:0x488,_0x3b2bad:0x4a9,_0x29130a:0x6f,_0x43643c:0x48e,_0x3d1ec3:0xd0,_0xc48545:0xa9,_0x14652f:0xc9,_0x1481db:0x11d,_0x319986:0x43b,_0xc173b2:0x3d1,_0xc793af:0x42e,_0xc2610c:0x82,_0x2ae4ce:0x98,_0x5d1159:0x49c,_0x3baa01:0x48f,_0x42268a:0x4a7,_0x5d99f3:0x51f,_0x3dd1df:0x170,_0x25140c:0x104,_0x1e4105:0x150,_0x126509:0x172,_0x2c7ced:0x158,_0x1b05cc:0x3c0,_0x69d05c:0x4be,_0x54efc3:0x3e0,_0x2f52a9:0xf6,_0x51ed70:0x6d,_0x5416c4:0x73,_0x553d2c:0x8a,_0x48470b:0x39,_0x6c01b1:0xb6,_0x42a5cb:0xda,_0x1a68de:0xf2,_0x3f4183:0x49e,_0x2f927d:0x452,_0x4dfbce:0x4b8,_0x259b81:0x89,_0x37029f:0xd0,_0x3bc448:0xf4,_0x17d82c:0xeb,_0x62dbad:0x3ee,_0x3c834d:0x44f,_0x590b7d:0x428,_0x1e4811:0x450,_0x5c1062:0x405,_0x4809bf:0x4ac,_0x275160:0x4a5,_0x52fce7:0x443,_0x143974:0x477,_0xf6183a:0x1e,_0x4792e6:0x61,_0x498af1:0xbc,_0x35420b:0x6d,_0x19d265:0x121,_0x349c65:0x82,_0x5c729a:0xb8,_0x10e459:0x69,_0x11ac34:0xcd,_0xe8ce7b:0xab,_0x5bcba4:0x3fa,_0x298379:0xaf,_0x2297cd:0x13a,_0x885675:0x16b,_0x4eb215:0x457,_0x29a1a4:0x433,_0x52030b:0x462,_0x1614b7:0x480,_0x30a86b:0x4a0,_0x1630df:0x47,_0x107a56:0x78,_0x3112ac:0xf8,_0x2fe55e:0x471,_0x20085c:0x34,_0x5399ce:0x8c,_0x4df955:0xe6,_0x131c1b:0x138,_0x322dde:0x50a,_0x537ddf:0x4a9,_0x36f2e9:0xa8,_0x2c284f:0xc6,_0x22e93a:0x7e,_0xbbe534:0x9a,_0x222d55:0x477,_0x4e3fa4:0x403,_0x3d9f95:0xb4,_0x589ee4:0x3a,_0x4db218:0x8d,_0x5aee17:0x18,_0x505104:0xcb,_0x70a4b7:0xc4,_0x1dcbff:0x159,_0x1f3fb6:0x111,_0x30c478:0xa1,_0x20c30c:0xac,_0x5a23ad:0x135,_0x5cbd51:0x4c8,_0x28547:0x4ff,_0x4e14de:0x92,_0x2ab4fc:0x52,_0x1eaed6:0x75,_0x5367f5:0x48d,_0x5d919f:0x4c3,_0x221dbd:0xe4,_0x40c27e:0x139,_0x2645a3:0xec,_0x4692f9:0x4b1,_0x4f1ac5:0x4f0,_0x19ad7f:0x3d0,_0x18e82a:0x90,_0x777d35:0xb6,_0x1ec1f7:0x91,_0x4ccccf:0x4d3,_0x102c49:0x495,_0x2f0233:0x4b8,_0x2bc1bd:0x153,_0x3d2760:0x89,_0x5e9530:0x529,_0x31a1ab:0x488,_0x4598db:0x8b,_0x4c643c:0x49c,_0x4f187e:0x462,_0x2664c3:0x44a,_0x1dbe6a:0x428,_0x3f41e4:0x40c,_0x182abb:0x9c,_0x51bad7:0xa2,_0x42acde:0xb1,_0xd07d81:0x118,_0x337c3c:0x9d,_0x1c40de:0x4d5,_0x390f3e:0x122,_0x12e405:0x106,_0x1c4800:0xae,_0x389d86:0x112,_0x3d6b89:0x4f4,_0x49d836:0xe2,_0x39cff5:0xa8,_0x410797:0x84,_0x59171c:0xb0,_0x1c363e:0x3c5},_0x34dff9={_0x8ca8e3:0x6};function _0x362ffb(_0x1b485a,_0x499767,_0x5b3f97,_0x3b12b4){return _0x342104(_0x499767,_0x499767-0x140,_0x5b3f97-_0x34dff9._0x8ca8e3,_0x3b12b4- -0xf2);}const _0x480f9b={'TovmW':'User\x20not\x20f'+'ound','fvhFM':_0x362ffb(-0xb4,-0x10b,-_0x17a5a1._0x217050,-_0x17a5a1._0x19ab62)+_0x362ffb(-0xfd,-0x73,-_0x17a5a1._0x1bf105,-_0x17a5a1._0xa9ad51)+'dmin\x20to\x20de'+_0x362ffb(-_0x17a5a1._0x3a3ee1,-0x122,-0x119,-_0x17a5a1._0x2d2c56)+_0x362ffb(-0x105,-0x106,-_0x17a5a1._0x1a96d7,-_0x17a5a1._0x226326),'cOQYv':_0x23480e(_0x17a5a1._0x5e239b,0x516,0x4c0,0x51c)+'vide\x20a\x20val'+_0x362ffb(-0xc0,-_0x17a5a1._0x184cad,-0x10f,-0x122)+_0x362ffb(-_0x17a5a1._0x5ab70d,-0x6b,-0xfa,-_0x17a5a1._0x2a08fe),'CfytB':_0x23480e(0x4db,0x529,0x501,_0x17a5a1._0x60e4db)+_0x23480e(0x439,0x3db,_0x17a5a1._0x5a3fd6,_0x17a5a1._0x44864f),'AunaW':'Username\x20c'+_0x23480e(0x4c5,0x4b4,0x4da,0x4a3)+_0x362ffb(-_0x17a5a1._0x150961,-_0x17a5a1._0x400621,-_0x17a5a1._0x194d4c,-_0x17a5a1._0x24bc1d)+'ers,\x20numbe'+_0x362ffb(-0x91,-_0x17a5a1._0xb4a253,-_0x17a5a1._0x518fd8,-0xda)+_0x362ffb(-_0x17a5a1._0x193f34,-0x139,-0x18f,-0x136)+_0x362ffb(-_0x17a5a1._0x194ebb,-0xb9,-_0x17a5a1._0x3755d1,-_0x17a5a1._0x45d102),'ONsWr':_0x23480e(0x49b,0x4b7,_0x17a5a1._0xdc6447,0x442)+_0x23480e(_0x17a5a1._0x45472d,_0x17a5a1._0x4aab0b,_0x17a5a1._0x2fcf6d,_0x17a5a1._0x5f4550),'iXoBr':_0x362ffb(-0xba,-0x11e,-_0x17a5a1._0x2845fd,-0x123)+_0x362ffb(-0x150,-_0x17a5a1._0x4fdcbd,-_0x17a5a1._0x7eb948,-0x10e)+'r','MYfjR':_0x362ffb(-0xd6,-0x160,-0xcc,-_0x17a5a1._0x339b99)+_0x362ffb(-_0x17a5a1._0x4f564d,-_0x17a5a1._0x18c8dc,-0x61,-0x95),'hmWFn':function(_0x368180,_0x14c116){return _0x368180!==_0x14c116;},'NvCmi':'rhMYv','sRlNK':function(_0x5395bf,_0x29eed9){return _0x5395bf===_0x29eed9;},'ERARu':_0x23480e(0x457,_0x17a5a1._0x5815be,_0x17a5a1._0x10b9d2,0x417),'cNPbi':_0x362ffb(-0xeb,-_0x17a5a1._0x16ebbf,-_0x17a5a1._0x193f34,-0xe0)+'quired\x20fie'+_0x362ffb(-_0x17a5a1._0x5ae9fe,-0x84,-0x52,-_0x17a5a1._0x59ac81),'VlZxt':'username,\x20'+_0x23480e(_0x17a5a1._0x2ed9e1,0x4e4,0x4b4,_0x17a5a1._0x4aab0b)+'\x20name\x20are\x20'+_0x362ffb(-0xfa,-0x13a,-0x125,-_0x17a5a1._0x2c8583),'sVHrm':_0x23480e(0x4a0,_0x17a5a1._0x225470,_0x17a5a1._0x1cf1c1,0x4ce),'Mrsaw':function(_0x50ed48,_0x3dee00){return _0x50ed48<_0x3dee00;},'yQKlM':_0x23480e(_0x17a5a1._0x3abfe3,0x488,_0x17a5a1._0x40ffef,0x4de),'rXpQr':'Password\x20m'+_0x23480e(0x46d,_0x17a5a1._0x1758d9,_0x17a5a1._0x2e309c,0x4c6)+'least\x208\x20ch'+_0x362ffb(-_0x17a5a1._0x27665b,-_0x17a5a1._0x500cf9,-_0x17a5a1._0x27f1e0,-0xac)+'ong','jNctj':function(_0x2934ad,_0x3ee417){return _0x2934ad(_0x3ee417);},'ZZDrX':function(_0x130536,_0x4fd69c,_0x1b27dc){return _0x130536(_0x4fd69c,_0x1b27dc);},'FEhez':function(_0x132972,_0x21dd5d){return _0x132972&&_0x21dd5d;},'Ibaxy':_0x362ffb(-0x73,-_0x17a5a1._0x576aea,-_0x17a5a1._0x7eb948,-0xce)+_0x23480e(0x451,_0x17a5a1._0x2f3a11,0x444,_0x17a5a1._0x4ffbf8),'GHEyF':function(_0x1f2072,_0x4ea79b){return _0x1f2072!==_0x4ea79b;},'COOJr':_0x23480e(0x463,0x4b5,0x40e,_0x17a5a1._0x317da0),'YRyEt':_0x23480e(_0x17a5a1._0x48654e,_0x17a5a1._0x12af96,_0x17a5a1._0x4abcf5,0x500),'VRFIh':_0x362ffb(-0xc8,-_0x17a5a1._0x1c55ca,-_0x17a5a1._0x21e68b,-_0x17a5a1._0x1d1da9),'nFQhB':_0x23480e(_0x17a5a1._0xc7af32,_0x17a5a1._0x4ec74b,0x495,_0x17a5a1._0x17f2e6),'yZvJa':_0x362ffb(-0x95,-0x77,-_0x17a5a1._0x3fa0cd,-_0x17a5a1._0x45ebed),'Kdlhp':function(_0x146489,_0xb48d18,_0x4b8189){return _0x146489(_0xb48d18,_0x4b8189);},'HQeqN':function(_0x5529f4,_0x5f5bf9){return _0x5529f4===_0x5f5bf9;},'WNYIa':_0x23480e(_0x17a5a1._0x5abfe1,0x420,_0x17a5a1._0x549d5a,_0x17a5a1._0x3a5619),'IJyfC':_0x23480e(0x413,0x466,_0x17a5a1._0x48bb04,_0x17a5a1._0x444b37),'fhadS':_0x362ffb(-0x172,-_0x17a5a1._0x1f13b7,-_0x17a5a1._0x352e3a,-0x123)+'add\x20new\x20us'+_0x362ffb(-_0x17a5a1._0x2b9a30,-0x133,-_0x17a5a1._0x4e6c72,-0x121),'DXhCh':'User\x20creat'+'ed\x20success'+_0x362ffb(-_0x17a5a1._0xbf209d,-_0x17a5a1._0x465a4f,-0x84,-_0x17a5a1._0x411324),'AlZCT':function(_0x38cb0e,_0x408a6e){return _0x38cb0e===_0x408a6e;},'bmDMg':'SsbYn','IqISv':_0x23480e(0x43f,0x47b,0x3d5,_0x17a5a1._0x47fe80)+_0x362ffb(-_0x17a5a1._0xad81b5,-0x130,-0x107,-0xc7)+_0x362ffb(-_0x17a5a1._0x32cf36,-_0x17a5a1._0x44988a,-_0x17a5a1._0x44988a,-0xc5)};function _0x23480e(_0x99ccf3,_0x577cc2,_0x3c83a6,_0x587feb){return _0x599b25(_0x99ccf3-0x165,_0x99ccf3-0x1b9,_0x587feb,_0x587feb-0x13a);}try{if(_0x480f9b[_0x362ffb(-0x115,-0x8e,-0xf0,-0xd4)](_0x480f9b[_0x362ffb(-_0x17a5a1._0x5d4a31,-_0x17a5a1._0x154ff2,-0xa8,-_0x17a5a1._0x28cc8a)],_0x23480e(0x48b,0x432,0x4b9,_0x17a5a1._0x5d1b34))){const _0x2a7fb0={};return _0x2a7fb0[_0x23480e(0x4ca,_0x17a5a1._0x2ec0be,_0x17a5a1._0x21640f,0x4be)]=_0x480f9b[_0x362ffb(-0xd5,-_0x17a5a1._0x47c649,-_0x17a5a1._0x168c14,-_0x17a5a1._0x3e2483)],_0x3e6550['status'](-0x243a+0x16b0+0xf1e*0x1)[_0x362ffb(-_0x17a5a1._0x151103,-0x163,-_0x17a5a1._0x1c43e4,-_0x17a5a1._0x42b260)](_0x2a7fb0);}else{const {username:_0x2e9521,email:_0x308d88,name:_0x5a8280,password:_0x281ada,ssh_username:_0x4c783c,teamId:_0x4710aa,isServerAdmin:_0x43b11a}=_0x3a6364[_0x23480e(_0x17a5a1._0x1f8913,_0x17a5a1._0x139d1d,0x45c,0x45c)];if(!_0x2e9521||!_0x308d88||!_0x5a8280){if(_0x480f9b[_0x23480e(_0x17a5a1._0x40c85f,_0x17a5a1._0x1c95c5,_0x17a5a1._0xb27212,_0x17a5a1._0x298b13)](_0x362ffb(-_0x17a5a1._0x4190cb,-0x85,-_0x17a5a1._0x420724,-0xee),_0x480f9b[_0x362ffb(-_0x17a5a1._0x23bb08,-_0x17a5a1._0x3a3ee1,-_0x17a5a1._0x347dc6,-_0x17a5a1._0x146bc4)])){const _0x400dea={};return _0x400dea['error']=_0x480f9b[_0x362ffb(-0x39,-_0x17a5a1._0x49abef,-0x23,-0x70)],_0x400dea[_0x23480e(_0x17a5a1._0x111d08,_0x17a5a1._0xcc600d,_0x17a5a1._0x2fcbfe,0x487)]=_0x480f9b[_0x362ffb(-_0x17a5a1._0x177171,-0x9f,-0xe5,-_0x17a5a1._0x279624)],_0x20e2e6['status'](-0x1e*-0xd+-0x12f+0x139)[_0x362ffb(-0x117,-_0x17a5a1._0xed85a0,-0x16b,-_0x17a5a1._0x400621)](_0x400dea);}else{const _0x16cbe2={};return _0x16cbe2['error']=_0x480f9b['TovmW'],_0x269958[_0x362ffb(-0x50,-0x98,-0xa0,-0xa9)](0x6*0x36+-0x132e+0x137e)[_0x23480e(0x428,0x47f,0x448,0x436)](_0x16cbe2);}}const _0x559b61=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x559b61[_0x362ffb(-_0x17a5a1._0x47b506,-0x70,-_0x17a5a1._0x191619,-_0x17a5a1._0x3d6540)](_0x308d88)){const _0x411356={};return _0x411356[_0x362ffb(-0x9d,-_0x17a5a1._0x408289,-0x9f,-_0x17a5a1._0x7e6023)]=_0x362ffb(-0x89,-_0x17a5a1._0x468f29,-0xe3,-_0x17a5a1._0x56a313)+_0x362ffb(-0xdb,-0xd4,-_0x17a5a1._0x36d613,-0xc0),_0x411356[_0x23480e(_0x17a5a1._0x111d08,_0x17a5a1._0x48b142,0x50f,0x46b)]=_0x480f9b[_0x362ffb(-_0x17a5a1._0x564864,-0x89,-_0x17a5a1._0x30c7be,-0xb7)],_0x20e2e6['status'](-0x2249+0xc7*0x25+0x716)['json'](_0x411356);}const _0x1a6fcc=/^[a-zA-Z0-9_-]+$/;if(!_0x1a6fcc[_0x23480e(_0x17a5a1._0x2f497f,_0x17a5a1._0x40514c,0x475,_0x17a5a1._0x33f9b1)](_0x2e9521)){if(_0x480f9b[_0x23480e(_0x17a5a1._0x12496a,_0x17a5a1._0x3d86d0,0x48a,_0x17a5a1._0x302f49)](_0x480f9b[_0x23480e(_0x17a5a1._0x951838,0x4a4,0x48e,_0x17a5a1._0x426b28)],_0x480f9b['sVHrm'])){const _0x1deff6={};return _0x1deff6[_0x362ffb(-0x7f,-0xa8,-_0x17a5a1._0xc9e91e,-0x7b)]=_0x480f9b[_0x23480e(_0x17a5a1._0x25db1d,_0x17a5a1._0x418c65,0x4df,_0x17a5a1._0x1eaf1b)],_0x1deff6[_0x362ffb(-0x55,-_0x17a5a1._0x2fe72a,-0x35,-_0x17a5a1._0x4cfcff)]=_0x480f9b[_0x23480e(0x49d,_0x17a5a1._0x2155d6,_0x17a5a1._0x3d992e,0x4ad)],_0x20e2e6['status'](0xa*-0x20e+0x83*0x49+-0xf3f)['json'](_0x1deff6);}else{const _0x1093e5={};return _0x1093e5[_0x23480e(_0x17a5a1._0x496aaf,_0x17a5a1._0x3ab77c,_0x17a5a1._0x10344c,_0x17a5a1._0x1b8d05)]=_0x23480e(_0x17a5a1._0x8ed5fc,_0x17a5a1._0x50d453,_0x17a5a1._0x32a87e,0x43d)+_0x23480e(0x41d,_0x17a5a1._0x524349,0x3bd,0x467)+_0x23480e(_0x17a5a1._0x48e503,0x53e,0x4a5,0x4c2),_0x1093e5[_0x362ffb(-_0x17a5a1._0x3f7130,-0x21,-_0x17a5a1._0x536d26,-_0x17a5a1._0x5adb96)]=_0x480f9b[_0x23480e(_0x17a5a1._0x536c72,_0x17a5a1._0x5e7f38,_0x17a5a1._0x250fe8,_0x17a5a1._0x139d1d)],_0x4094af[_0x362ffb(-0xce,-_0x17a5a1._0x228ac5,-_0x17a5a1._0x357fd5,-0xa9)](0x83*0x33+0xb3f*-0x3+0x24d*0x4)[_0x362ffb(-0x111,-0xbf,-0x158,-_0x17a5a1._0x560fce)](_0x1093e5);}}if(_0x281ada&&_0x480f9b['Mrsaw'](_0x281ada[_0x362ffb(-_0x17a5a1._0x343a1b,-0x92,-_0x17a5a1._0xef8b82,-0xc6)],0x4d+0xf8*-0xb+0xa63)){if(_0x480f9b[_0x23480e(_0x17a5a1._0x8ddbbc,0x46b,_0x17a5a1._0x573102,_0x17a5a1._0x32a87e)](_0x480f9b[_0x362ffb(-0x101,-0x12f,-0x11e,-_0x17a5a1._0x5f1060)],_0x480f9b[_0x23480e(_0x17a5a1._0x392f75,_0x17a5a1._0x910ca2,_0x17a5a1._0x3322f6,0x414)])){const _0x478930=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x478930[_0x362ffb(-_0x17a5a1._0x401a5e,-_0x17a5a1._0x43c6ca,-_0x17a5a1._0x3d8caf,-_0x17a5a1._0x3d6540)](_0x5c6051)){const _0x3cdd9d={};return _0x3cdd9d[_0x362ffb(-0x50,-_0x17a5a1._0x37e13a,-0xa5,-0x7b)]=_0x23480e(_0x17a5a1._0x4c1a27,0x474,_0x17a5a1._0x3b2bad,0x450)+'ail',_0x3cdd9d[_0x362ffb(-_0x17a5a1._0x7e6023,-_0x17a5a1._0x29130a,-0x3b,-0x78)]=_0x480f9b[_0x23480e(_0x17a5a1._0x43643c,0x453,0x427,0x4c2)],_0x22c2cd[_0x362ffb(-0xa8,-0x4b,-_0x17a5a1._0x3d1ec3,-_0x17a5a1._0xc48545)](-0x2af*-0xd+0x264a*-0x1+-0x29*-0x1f)[_0x362ffb(-0xcb,-_0x17a5a1._0x14652f,-_0x17a5a1._0x27f1e0,-_0x17a5a1._0x1481db)](_0x3cdd9d);}}else{const _0x5e364c={};return _0x5e364c['error']=_0x480f9b[_0x23480e(_0x17a5a1._0x319986,_0x17a5a1._0xc173b2,0x40c,_0x17a5a1._0xc793af)],_0x5e364c['message']=_0x480f9b[_0x362ffb(-0xd2,-_0x17a5a1._0xc2610c,-0x7f,-_0x17a5a1._0x2ae4ce)],_0x20e2e6[_0x23480e(_0x17a5a1._0x5d1159,0x4a6,_0x17a5a1._0x3baa01,0x492)](0x1d9+0x14bb+0x434*-0x5)['json'](_0x5e364c);}}if(_0x4710aa){const _0x734b12=await _0x480f9b[_0x23480e(_0x17a5a1._0x42268a,_0x17a5a1._0x17f2e6,0x4fa,0x476)](getTeamById,_0x4710aa);if(!_0x734b12){const _0x46fd71={};return _0x46fd71[_0x23480e(0x4ca,_0x17a5a1._0x5d99f3,0x4fe,0x4c4)]=_0x362ffb(-0xd7,-_0x17a5a1._0x3dd1df,-_0x17a5a1._0x25140c,-0x131)+'am',_0x46fd71[_0x23480e(0x4cd,0x493,0x4ab,0x473)]=_0x362ffb(-_0x17a5a1._0x1e4105,-_0x17a5a1._0x126509,-_0x17a5a1._0x2c7ced,-0x113)+_0x4710aa+('\x27\x20not\x20foun'+'d'),_0x20e2e6['status'](0x1*0x1eef+-0xd22+0x103d*-0x1)[_0x23480e(0x428,0x43c,_0x17a5a1._0x1b05cc,0x3bf)](_0x46fd71);}const _0x521e36=_0x480f9b['sRlNK'](_0x3a6364[_0x23480e(0x4d8,0x53d,0x540,0x483)][_0x23480e(_0x17a5a1._0x2f3a11,0x440,0x4eb,_0x17a5a1._0x69d05c)+_0x23480e(0x40c,0x3e4,0x447,_0x17a5a1._0x54efc3)],!![]),_0x94c29d=await _0x480f9b[_0x362ffb(-0x94,-0x13e,-0xed,-_0x17a5a1._0x2f52a9)](isTeamManager,_0x3a6364[_0x362ffb(-0xad,-0x7,-0x4f,-_0x17a5a1._0x51ed70)]['id'],_0x4710aa);if(_0x480f9b[_0x362ffb(-_0x17a5a1._0x5416c4,-_0x17a5a1._0x553d2c,-0x70,-0xa2)](!_0x521e36,!_0x94c29d)){const _0xfab783={};return _0xfab783[_0x362ffb(-0x4c,-0x64,-_0x17a5a1._0x48470b,-0x7b)]=_0x480f9b['Ibaxy'],_0xfab783['message']=_0x362ffb(-_0x17a5a1._0x6c01b1,-0x155,-_0x17a5a1._0x42a5cb,-_0x17a5a1._0x1a68de)+_0x23480e(_0x17a5a1._0x3f4183,_0x17a5a1._0x2f927d,0x489,_0x17a5a1._0x4dfbce)+'\x20Admin\x20or\x20'+'manager\x20of'+_0x362ffb(-0x6d,-0x74,-_0x17a5a1._0x259b81,-_0x17a5a1._0x37029f)+_0x362ffb(-0x114,-_0x17a5a1._0x3bc448,-0x13d,-_0x17a5a1._0x17d82c)+_0x23480e(0x411,_0x17a5a1._0x62dbad,_0x17a5a1._0x17f2e6,_0x17a5a1._0x3c834d)+'t',_0x20e2e6['status'](0x232d+-0x1*0xdf6+-0x13a4)[_0x23480e(_0x17a5a1._0x590b7d,0x466,_0x17a5a1._0x1e4811,_0x17a5a1._0x5c1062)](_0xfab783);}}const _0x334cf6={'username':_0x2e9521,'email':_0x308d88,'name':_0x5a8280,'password':_0x281ada,'ssh_username':_0x4c783c&&_0x4c783c[_0x23480e(0x4a5,_0x17a5a1._0x4809bf,_0x17a5a1._0x111d08,0x4cb)]()?_0x4c783c[_0x23480e(_0x17a5a1._0x275160,_0x17a5a1._0x52fce7,_0x17a5a1._0x143974,0x44a)]():null};if(_0x480f9b['hmWFn'](_0x43b11a,undefined)&&_0x3a6364[_0x362ffb(-_0x17a5a1._0xf6183a,-_0x17a5a1._0x4792e6,-_0x17a5a1._0x498af1,-_0x17a5a1._0x35420b)][_0x362ffb(-_0x17a5a1._0x19d265,-_0x17a5a1._0x349c65,-0x59,-_0x17a5a1._0x5c729a)+_0x362ffb(-0x102,-0xd0,-0x113,-0x139)]===!![]){if(_0x480f9b[_0x362ffb(-_0x17a5a1._0x10e459,-0x78,-0x125,-_0x17a5a1._0x11ac34)](_0x480f9b[_0x362ffb(-0x123,-_0x17a5a1._0xe8ce7b,-0x99,-_0x17a5a1._0x4190cb)],_0x480f9b[_0x23480e(0x443,0x3f9,0x3f0,_0x17a5a1._0x5bcba4)]))_0x334cf6['isServerAd'+'min']=!!_0x43b11a;else{const _0x53fdb6={};return _0x53fdb6['error']=_0x362ffb(-_0x17a5a1._0x298379,-_0x17a5a1._0x2297cd,-_0x17a5a1._0x885675,-0x106)+_0x23480e(0x47e,_0x17a5a1._0x4eb215,_0x17a5a1._0x29a1a4,_0x17a5a1._0x52030b)+_0x23480e(_0x17a5a1._0x1614b7,0x48e,_0x17a5a1._0x30a86b,0x4ab),_0x53fdb6[_0x362ffb(-_0x17a5a1._0x27665b,-0xf,-0x89,-0x78)]=_0x4f223c[_0x362ffb(-0x68,-0x5c,-_0x17a5a1._0x1630df,-_0x17a5a1._0x107a56)],_0x1e2459[_0x23480e(0x49c,0x48c,0x4f4,0x4fb)](-0x1725+-0x2*0xf55+0x2*0x1bb4)['json'](_0x53fdb6);}}const _0x1bd708=await _0x480f9b[_0x362ffb(-_0x17a5a1._0x3d1ec3,-0xe6,-_0x17a5a1._0x3112ac,-0x9e)](createUser,_0x334cf6);if(_0x4710aa){if(_0x480f9b[_0x23480e(_0x17a5a1._0x2fe55e,0x4cd,0x4b7,0x4c8)](_0x480f9b[_0x362ffb(-_0x17a5a1._0x20085c,-0x81,-0x73,-_0x17a5a1._0x5399ce)],_0x480f9b['nFQhB']))try{if(_0x480f9b[_0x362ffb(-0xfd,-0xe5,-_0x17a5a1._0x4df955,-_0x17a5a1._0x131c1b)]===_0x480f9b['yZvJa'])await _0x480f9b['Kdlhp'](addMember,_0x4710aa,_0x1bd708['id']);else{const _0x3e2792={};return _0x3e2792['error']=_0x480f9b[_0x23480e(0x4c4,0x4b4,_0x17a5a1._0x322dde,_0x17a5a1._0x537ddf)],_0x3e2792['message']=_0x480f9b[_0x362ffb(-_0x17a5a1._0x2ae4ce,-0xcd,-_0x17a5a1._0x5ae9fe,-_0x17a5a1._0x36f2e9)],_0x34b929['status'](0x168b+0x21a+-0x1715)[_0x362ffb(-0x17b,-_0x17a5a1._0x37029f,-_0x17a5a1._0x2c284f,-0x11d)](_0x3e2792);}}catch(_0x2ed110){if(_0x480f9b[_0x362ffb(-_0x17a5a1._0x518fd8,-_0x17a5a1._0x22e93a,-0x7d,-_0x17a5a1._0xbbe534)](_0x480f9b[_0x23480e(0x4cf,0x4a6,0x4cf,_0x17a5a1._0x222d55)],_0x480f9b[_0x23480e(0x429,0x3be,_0x17a5a1._0x4e3fa4,0x44a)])){const _0x461763={};return _0x461763['error']=_0x480f9b[_0x362ffb(-0x147,-0x102,-_0x17a5a1._0x3d9f95,-0x10a)],_0x461763[_0x362ffb(-_0x17a5a1._0x589ee4,-_0x17a5a1._0x4db218,-_0x17a5a1._0x5aee17,-0x78)]=_0x362ffb(-_0x17a5a1._0x505104,-_0x17a5a1._0x70a4b7,-0xf3,-0x129)+'ust\x20be\x20at\x20'+_0x362ffb(-_0x17a5a1._0x4f564d,-_0x17a5a1._0x11ac34,-_0x17a5a1._0x1dcbff,-_0x17a5a1._0x1f3fb6)+_0x362ffb(-_0x17a5a1._0x30c478,-0xc2,-_0x17a5a1._0x29130a,-_0x17a5a1._0x20c30c)+_0x362ffb(-_0x17a5a1._0x5a23ad,-0x128,-0x10f,-0x10f),_0x439a25['status'](-0x5cb*-0x1+0xd16*-0x1+0x8db*0x1)['json'](_0x461763);}else{const _0x11de02={};_0x11de02[_0x23480e(0x466,0x445,0x488,_0x17a5a1._0x5cbd51)]=_0x1bd708['id'],_0x11de02['teamId']=_0x4710aa,_0x11de02[_0x23480e(0x4ca,_0x17a5a1._0x28547,0x4b8,0x484)]=_0x2ed110['message'],logger[_0x362ffb(-_0x17a5a1._0x4e14de,-0xb,-_0x17a5a1._0x2ab4fc,-_0x17a5a1._0x1eaed6)](_0x480f9b['fhadS'],_0x11de02);}}else _0x4fd6d[_0x23480e(_0x17a5a1._0x5367f5,_0x17a5a1._0x5d919f,0x49f,0x4e1)+_0x362ffb(-_0x17a5a1._0x221dbd,-0x165,-0x16a,-_0x17a5a1._0x40c27e)]=!!_0x30099b;}const _0xdde170={};_0xdde170['message']=_0x480f9b[_0x362ffb(-0x12b,-0xb7,-0xab,-_0x17a5a1._0x2645a3)],_0xdde170[_0x23480e(0x4d8,_0x17a5a1._0x4692f9,0x47a,_0x17a5a1._0x4f1ac5)]=_0x1bd708,_0x20e2e6['status'](-0xa85+0x248c+-0x193e)[_0x23480e(_0x17a5a1._0x32a87e,0x45e,_0x17a5a1._0x19ad7f,0x48f)](_0xdde170);}}catch(_0x7af41d){logger['error'](_0x480f9b['iXoBr'],_0x7af41d);if(_0x7af41d[_0x362ffb(-_0x17a5a1._0x18e82a,-_0x17a5a1._0x777d35,-_0x17a5a1._0x1ec1f7,-0x78)]['includes']('already\x20ex'+_0x23480e(0x4b0,_0x17a5a1._0x4ccccf,_0x17a5a1._0x102c49,_0x17a5a1._0x2f0233))){if(_0x480f9b['AlZCT'](_0x362ffb(-_0x17a5a1._0x2bc1bd,-0x144,-_0x17a5a1._0x3d2760,-0xf3),_0x480f9b['bmDMg'])){const _0x46bf97={};return _0x46bf97[_0x23480e(0x4ca,_0x17a5a1._0x5e9530,_0x17a5a1._0x31a1ab,0x51d)]=_0x480f9b[_0x362ffb(-_0x17a5a1._0x194ebb,-0xb9,-0x44,-_0x17a5a1._0x4598db)],_0x46bf97['message']=_0x7af41d['message'],_0x20e2e6[_0x23480e(_0x17a5a1._0x4c643c,_0x17a5a1._0x4f187e,_0x17a5a1._0x5367f5,_0x17a5a1._0x2664c3)](0x1f5f+-0x18ab+-0x51b)[_0x23480e(_0x17a5a1._0x1dbe6a,0x474,0x421,_0x17a5a1._0x3f41e4)](_0x46bf97);}else{_0x4fb772[_0x362ffb(-0x2b,-_0x17a5a1._0x7e6023,-_0x17a5a1._0x182abb,-0x7b)](_0x480f9b['iXoBr'],_0x187cad);if(_0x11ffe4[_0x362ffb(-0x80,-0x44,-_0x17a5a1._0x51bad7,-0x78)][_0x362ffb(-0x14c,-0x154,-_0x17a5a1._0x42acde,-_0x17a5a1._0xd07d81)](_0x480f9b[_0x362ffb(-0x70,-0xb8,-0x68,-_0x17a5a1._0x337c3c)])){const _0x146302={};return _0x146302[_0x23480e(_0x17a5a1._0x496aaf,_0x17a5a1._0x5d919f,0x47a,_0x17a5a1._0x1c40de)]=_0x362ffb(-_0x17a5a1._0x51bad7,-0xac,-_0x17a5a1._0x390f3e,-_0x17a5a1._0x12e405)+'lready\x20exi'+'sts',_0x146302[_0x23480e(_0x17a5a1._0x111d08,0x524,_0x17a5a1._0x48654e,0x4d6)]=_0xd1a5e[_0x362ffb(-_0x17a5a1._0x536d26,-_0x17a5a1._0x1c4800,-_0x17a5a1._0x1c55ca,-_0x17a5a1._0x4cfcff)],_0x1b6383[_0x362ffb(-0xb2,-_0x17a5a1._0x389d86,-0x73,-0xa9)](0x3*-0x260+-0x1161+0x1a1a)[_0x362ffb(-0x179,-0x12d,-_0x17a5a1._0x505104,-0x11d)](_0x146302);}const _0x3f2234={};_0x3f2234['error']=_0x480f9b[_0x362ffb(-0xbb,-0x11a,-0x12b,-0x104)],_0x3f2234['message']=_0x1b1605['message'],_0x45263a[_0x23480e(0x49c,_0x17a5a1._0x3d6b89,_0x17a5a1._0x3baa01,0x4e9)](-0x1ccb*-0x1+-0x25d*-0xe+-0x3bed)[_0x362ffb(-0xc3,-0x125,-0xc1,-_0x17a5a1._0x400621)](_0x3f2234);}}const _0x29f710={};_0x29f710['error']=_0x480f9b[_0x362ffb(-0x104,-0xe3,-_0x17a5a1._0x49d836,-0x104)],_0x29f710[_0x362ffb(-0x24,-0xc4,-_0x17a5a1._0x39cff5,-_0x17a5a1._0x107a56)]=_0x7af41d['message'],_0x20e2e6[_0x362ffb(-_0x17a5a1._0x410797,-0x7a,-_0x17a5a1._0x59171c,-_0x17a5a1._0xc48545)](-0x20ff*0x1+0x23e8+-0xf5)[_0x23480e(0x428,0x470,_0x17a5a1._0x1c363e,_0x17a5a1._0xdc6447)](_0x29f710);}}),router[_0x599b25(0x2c1,0x2fa,0x2c4,0x2bd)](_0x599b25(0x357,0x30a,0x2da,0x2bc),requirePermission(_0x599b25(0x28d,0x2e6,0x328,0x2c4)),async(_0x334a50,_0x1a6ff7)=>{const _0x54d8e7={_0x57dc2e:0x181,_0x19c251:0xb8,_0x4f4d57:0x61,_0x709b1d:0xc8,_0x278385:0x4a,_0x4af81e:0x6b,_0x4b89b5:0x7a,_0x179199:0x107,_0x5cf72d:0x21,_0x1705b6:0xb9,_0x58edf2:0x20d,_0x4a9ef0:0x275,_0x17e3c4:0x1aa,_0x4f0efe:0x24b,_0x2bff53:0x20e,_0x24960d:0x204,_0x30bc68:0x19f,_0x377c13:0x13f,_0x647dd0:0x1fd,_0xbf5ac1:0x198,_0x4214e8:0x14c,_0x11b1e1:0x17e,_0x4191b0:0x172,_0x34073b:0x229,_0xe0d688:0x215,_0x4e04ee:0x200,_0x56619e:0xda,_0x47f9a2:0x9f,_0x5717c8:0x10b,_0xf1625d:0x1b7,_0x5c9d1:0x15a,_0x14b5b4:0x100,_0x260881:0x134,_0x775da5:0x112,_0x5e74bd:0x83,_0x2cad3d:0xd8,_0x3716f4:0x13e,_0x19d0c1:0x75,_0x2e358c:0x119,_0x34a70e:0x155,_0x3ef2fb:0xf9,_0x505471:0x22d,_0x254fcb:0x1af,_0x3b75af:0xa3,_0x2a1c3a:0x82,_0x1757bd:0xfb,_0x2170c6:0x5e,_0x2d18e6:0x55,_0x412dfc:0x1ab,_0x32e3f8:0x1ee,_0x61e01f:0x1f7,_0x3d5bb1:0x15c,_0x15d1a4:0x158,_0x4922af:0x16b,_0x2f1573:0x1d5,_0x2d26d1:0x1fc,_0x435079:0xbd,_0x3ac71f:0x9c,_0x442ce5:0xa5,_0x1a3114:0x5c,_0x103c6d:0x253,_0x342e6d:0x214,_0x1d226c:0x1ee,_0x4e090c:0xac,_0x210736:0x3e,_0x1ca6ac:0x170,_0x45b096:0x1d3,_0x2b1907:0x98,_0xb86566:0x202,_0x26ea7c:0x1aa,_0x346ed0:0xbb,_0x4f05ca:0x11d,_0x595d41:0x123,_0x5b48dc:0x68,_0x598923:0x9d,_0x35490f:0x60,_0x57a6aa:0x199,_0x1628e4:0x166,_0x5daeb4:0x86,_0x5db4f4:0xa4,_0x2311d6:0x46,_0x41ea9b:0x174,_0x5a6b2b:0x1a7,_0x4ea03a:0x163,_0xc17f6c:0x1ae,_0x4ecc80:0x8b,_0x2d5410:0xc4,_0x11d2db:0x5b,_0xf3beb3:0x81,_0x3177f8:0x87,_0x4035dc:0x26,_0x10d52d:0x1d,_0x4f1237:0x8b,_0x352c04:0x40,_0x50db97:0x2d,_0x29ac76:0xf0,_0x193375:0xe0,_0x348499:0x80,_0xd15d98:0x1bd,_0x54833f:0x136,_0x2454e4:0x10a,_0x28b4d7:0xf3,_0x18c2c0:0x19f,_0x53dd90:0x199,_0x27f382:0x1f5,_0x1b5cae:0x1b5,_0x1b8e9e:0x17f,_0x5ebaf3:0x15f,_0x5406aa:0x8e,_0x2a5496:0x3b,_0x1521f8:0x17c,_0x3b32fb:0x1ac,_0x3749d1:0x1e6,_0x3ab095:0x21,_0x5d92ae:0x73,_0x1be3d3:0x11c,_0x15eab0:0x169,_0x3cffc4:0xf7,_0x16ca3d:0x31,_0x4140af:0x18,_0x459b51:0x59,_0x554288:0x17f,_0x1928af:0x1d3,_0x3b7f50:0x1b1,_0x311d1d:0x13b,_0x4b010c:0x1a0,_0x88234c:0x5a,_0x50f8b7:0x32,_0x43e4db:0x164,_0x3f20dc:0x75,_0x24670c:0x5c,_0xbdaead:0xa2,_0x2bd893:0x69,_0x3dac74:0x183,_0x1872f3:0x1ca,_0x386783:0x1db,_0x128028:0x20e,_0x1dd1f7:0x5a,_0x2eab83:0x82,_0x2fb4c6:0xc2,_0x265e6f:0x5d,_0x413473:0x22,_0x1ee9a2:0x19d,_0x50814b:0x143,_0x4c42de:0x1a7,_0x4c091a:0x116,_0x4ebc4e:0x8b,_0x5bc7a3:0x79,_0x4d25cb:0x1,_0x4a747e:0x203,_0x30e24e:0x13c,_0x5445a9:0x15,_0x1c6f78:0x140,_0x22c8b5:0x1b3,_0x23aaba:0x17e,_0x127a6d:0x1df,_0x5bab13:0x1c0,_0x2ed3ed:0x1b0,_0x2cb077:0x13a,_0x48e850:0xfe,_0x3b725e:0x1ac,_0x5eddaa:0x194,_0x4fae43:0x5d,_0x57b2d0:0xe,_0x3f4091:0x130,_0x40e71b:0x1b9,_0x3d0e18:0x163,_0x1507d9:0x18a,_0x33cfbd:0x18c,_0x2599c3:0x139,_0x5be68c:0xd6,_0x2aa6d1:0x90,_0x28222d:0xc0,_0x2c1b7e:0x17a,_0x21d425:0x1c6,_0x298516:0x15d,_0x17b658:0x1b6,_0x5a4c54:0xa0,_0x16eb48:0x93,_0x1ef6a4:0x5d,_0x4d6449:0x2,_0x411083:0x17c,_0x43c0a9:0x147,_0x2e8c9d:0x14c,_0x5e2b3a:0x194,_0x210caf:0x13a,_0x3e576e:0xf4,_0x1fdfea:0x9a,_0x18299b:0x70,_0x503647:0xcf,_0x551de2:0x37,_0x1a1968:0x1e8,_0x5f433a:0x1da,_0x4dc6ae:0x1f7,_0x238a28:0x183,_0x466004:0x1bb,_0x3b8140:0x22a,_0x49239c:0x5a,_0x418893:0x4,_0x256019:0x1b8,_0xc01338:0x1b5,_0x3ac04d:0x214,_0x4967b8:0x1de,_0x59b7c1:0x1a2,_0x1a5f1f:0xd2,_0x350341:0xd2,_0x3f2b33:0x19d,_0x3fbcf8:0x24f,_0x47ea20:0x91,_0x204c9f:0x157,_0x1f71c9:0x126,_0x45edf2:0x166,_0x4b5259:0x184,_0x234846:0x18c,_0x2e5ad3:0xe7,_0x47be4d:0x7c,_0x4ebdb9:0xa5,_0xc46cef:0xa8,_0x295480:0x49,_0x456acb:0x16b,_0xebe378:0xa6,_0x3cf232:0x9d,_0x4fda71:0x97,_0x436610:0x106,_0x14cd08:0xfc,_0xf547d3:0x1a9,_0x3d56cb:0x78,_0xf67507:0x41,_0x441659:0x1c3,_0x41574e:0x1f4,_0x386cf2:0x1f0,_0x55679a:0x1d1,_0x57e638:0x208,_0x389a05:0xfe,_0x1660f9:0x148,_0xa7d80b:0xe3,_0x5768e3:0xb9,_0x4b42b9:0x5b,_0x460743:0xab,_0x18013a:0xc9,_0x566478:0x54,_0x1f57b3:0x6,_0x578c5e:0x6d,_0x27ce71:0x80,_0xb6c887:0x92,_0xa13878:0x1a4,_0x29d0c4:0x142,_0x59418b:0x12c,_0x34a38c:0x163,_0x58604e:0x195,_0x1ecc18:0x12f,_0x3e1683:0x16d,_0x3d4fcb:0x21f,_0x53b876:0x224,_0x5a802d:0x67,_0x41be5b:0x12,_0x2472e8:0x80,_0x1ea55c:0x190,_0x2abeec:0x19a,_0x131471:0x1ec,_0x351ef4:0xad,_0x176b2f:0x10f,_0x27bda2:0x105,_0xb276ed:0x19a,_0x13e354:0x125,_0x225bcf:0x107,_0x48cdfc:0x1e2,_0x1ac8ce:0x1fd,_0x46a150:0x216,_0x52a926:0xbc,_0x12ce6b:0xdd,_0x33855e:0x188,_0x119d2a:0x245,_0xf0e285:0x1d0,_0x1a1c2a:0x1d7,_0x50a6d0:0x208,_0x50b885:0x1f1,_0x2d010d:0x176,_0x4af498:0x1b2,_0x202382:0x1be,_0x2f7973:0x1b0,_0x271580:0x5a,_0x470a73:0x36,_0x11f93a:0x7f,_0x481a19:0x43,_0x5b9e9e:0x1c6,_0x2459f4:0x21b,_0x42e1bc:0x1c9,_0x45604f:0x118,_0x2c3cf4:0x197,_0x5d651e:0x19c,_0x5eafd4:0x208,_0x5f5728:0x25c,_0x58367a:0xc5,_0x701f87:0x79,_0x2fcafb:0x119,_0x2e0e9e:0x160,_0x36e8de:0xff,_0x304775:0x11b,_0x23ff16:0x133,_0x6548f0:0x1c2,_0x623f80:0x14d,_0x3646fb:0x163,_0x225059:0x196,_0x485cd8:0x184,_0x3d99f2:0x9b},_0x21fe4c={_0x32b913:0x477},_0x37d471={_0x27354b:0xf8,_0xadd1a:0xd4};function _0x3c1599(_0x1614e1,_0x2369ad,_0x1bb92d,_0x3aef0b){return _0x342104(_0x3aef0b,_0x2369ad-0x161,_0x1bb92d-_0x37d471._0x27354b,_0x1614e1- -_0x37d471._0xadd1a);}const _0x3df4b3={'fDoQw':'Username\x20a'+'lready\x20exi'+_0xd61618(-0x1ec,-_0x54d8e7._0x57dc2e,-0x14e,-0x1b0),'UcbEs':_0x3c1599(-_0x54d8e7._0x19c251,-_0x54d8e7._0x4f4d57,-0xbd,-_0x54d8e7._0x709b1d),'QRQjs':_0x3c1599(-_0x54d8e7._0x278385,-0x91,-_0x54d8e7._0x4af81e,-_0x54d8e7._0x4b89b5)+_0x3c1599(-0xac,-0xc1,-_0x54d8e7._0x179199,-0x82),'yEEkh':'Failed\x20to\x20'+_0x3c1599(-0x7e,-_0x54d8e7._0x5cf72d,-0x82,-_0x54d8e7._0x1705b6)+'r','UWYBN':'Invalid\x20pa'+_0xd61618(-_0x54d8e7._0x58edf2,-0x176,-0x1f8,-0x1b3),'hqqRU':_0xd61618(-_0x54d8e7._0x4a9ef0,-_0x54d8e7._0x17e3c4,-_0x54d8e7._0x4f0efe,-_0x54d8e7._0x2bff53)+_0xd61618(-0x1f7,-0x1dd,-0x14f,-0x1a4)+'er\x20to\x20team','zTpJI':'Use\x20profil'+_0xd61618(-0x1f2,-0x232,-_0x54d8e7._0x24960d,-0x1f3)+_0xd61618(-_0x54d8e7._0x30bc68,-0x13f,-_0x54d8e7._0x377c13,-0x175)+_0xd61618(-_0x54d8e7._0x647dd0,-0x141,-0x1a5,-_0x54d8e7._0xbf5ac1)+_0xd61618(-_0x54d8e7._0x4214e8,-0x17b,-_0x54d8e7._0x11b1e1,-_0x54d8e7._0x4191b0)+'r\x20ask\x20anot'+_0xd61618(-0x1e2,-0x20e,-0x1b8,-0x1c8),'yUtUW':function(_0x10e644,_0x118e86){return _0x10e644===_0x118e86;},'esqwY':function(_0x4cdce5,_0x12a5d3){return _0x4cdce5!==_0x12a5d3;},'JHUZt':_0xd61618(-_0x54d8e7._0x34073b,-_0x54d8e7._0xe0d688,-0x216,-_0x54d8e7._0x4e04ee),'QRvoS':'RjjnD','ucDCD':_0x3c1599(-0x10c,-_0x54d8e7._0x56619e,-0xf4,-0xec)+_0x3c1599(-0x9d,-_0x54d8e7._0x1705b6,-0xc9,-_0x54d8e7._0x47f9a2)+_0xd61618(-_0x54d8e7._0x5717c8,-_0x54d8e7._0xf1625d,-0x191,-_0x54d8e7._0x5c9d1),'lMRpZ':function(_0x311782,_0x1022cc){return _0x311782(_0x1022cc);},'Cozpx':function(_0x1de32d,_0x190a1e){return _0x1de32d!==_0x190a1e;},'sgNDq':function(_0x52cbf6,_0x2dd2c2){return _0x52cbf6!==_0x2dd2c2;},'udDXI':function(_0x2117a5,_0x483bc4){return _0x2117a5!==_0x483bc4;},'xPzfM':function(_0x50962a,_0x24a77b){return _0x50962a===_0x24a77b;},'qWAXf':_0x3c1599(-0xd2,-_0x54d8e7._0x14b5b4,-_0x54d8e7._0x260881,-_0x54d8e7._0x775da5),'EvJxj':'xCbBt','jIXyS':_0x3c1599(-0xde,-_0x54d8e7._0x5e74bd,-_0x54d8e7._0x2cad3d,-0x9e),'KlXRe':_0x3c1599(-0xdf,-_0x54d8e7._0x3716f4,-0xe2,-_0x54d8e7._0x19d0c1),'MrGDK':_0xd61618(-_0x54d8e7._0x2e358c,-_0x54d8e7._0x34a70e,-0x18b,-0x16e)+_0x3c1599(-0xdb,-_0x54d8e7._0x3ef2fb,-0x9c,-0xab)+_0xd61618(-_0x54d8e7._0x505471,-_0x54d8e7._0x254fcb,-0x1cd,-_0x54d8e7._0x58edf2)+_0x3c1599(-0x76,-0x95,-0x6a,-_0x54d8e7._0x3b75af),'JseqB':_0x3c1599(-0xa4,-0xbb,-_0x54d8e7._0x2a1c3a,-_0x54d8e7._0x1757bd),'WFocF':_0x3c1599(-0x4c,-_0x54d8e7._0x2170c6,-_0x54d8e7._0x2d18e6,-0x59)+_0xd61618(-_0x54d8e7._0x412dfc,-0x19f,-_0x54d8e7._0x32e3f8,-_0x54d8e7._0x61e01f),'yJMaP':'Username\x20c'+_0xd61618(-_0x54d8e7._0x3d5bb1,-0x1ae,-_0x54d8e7._0x15d1a4,-_0x54d8e7._0x4922af)+_0xd61618(-0x263,-_0x54d8e7._0x2f1573,-_0x54d8e7._0x2d26d1,-0x206)+_0xd61618(-0x22c,-0x17b,-0x244,-0x1e5)+'rs,\x20unders'+'cores,\x20and'+_0x3c1599(-_0x54d8e7._0x435079,-_0x54d8e7._0x3ac71f,-_0x54d8e7._0x442ce5,-_0x54d8e7._0x1a3114),'QbxNN':function(_0x41f300,_0x22045e){return _0x41f300<_0x22045e;},'Ioplt':'EdmJg','dQlzc':_0xd61618(-0x1bf,-0x27a,-_0x54d8e7._0x103c6d,-_0x54d8e7._0x342e6d)+'ust\x20be\x20at\x20'+_0xd61618(-_0x54d8e7._0x1d226c,-0x1bc,-0x1d0,-_0x54d8e7._0x2d26d1)+_0xd61618(-0x1b7,-0x175,-0x17f,-0x197)+'ong','tqIfp':'User\x20updat'+'ed\x20success'+_0x3c1599(-0x79,-_0x54d8e7._0x4e090c,-0x5f,-_0x54d8e7._0x210736),'btghK':function(_0x58af34,_0x2a161d){return _0x58af34!==_0x2a161d;},'BrAiC':_0xd61618(-0x1be,-0x1db,-_0x54d8e7._0x1ca6ac,-_0x54d8e7._0x45b096),'tqsFR':'already\x20ex'+_0x3c1599(-0x77,-0xbc,-_0x54d8e7._0x2b1907,-0x70)};function _0xd61618(_0x43a001,_0x14c1fd,_0xf143c1,_0x38c9aa){return _0x599b25(_0x43a001-0x9c,_0x38c9aa- -_0x21fe4c._0x32b913,_0x14c1fd,_0x38c9aa-0x60);}try{const _0x3f9194=_0x334a50[_0xd61618(-0x25b,-_0x54d8e7._0xb86566,-_0x54d8e7._0x26ea7c,-0x20a)]['id'],{username:_0x1ee00e,email:_0x43a631,name:_0x3879a6,password:_0xa11d8c,ssh_username:_0x50f82d,isServerAdmin:_0x5806cc}=_0x334a50['body'];if(_0x3df4b3[_0x3c1599(-_0x54d8e7._0x346ed0,-_0x54d8e7._0x4f05ca,-0xba,-_0x54d8e7._0x595d41)](_0x3f9194,_0x334a50['user']['id'])){if(_0x3df4b3['esqwY'](_0x3df4b3[_0x3c1599(-_0x54d8e7._0x5b48dc,-_0x54d8e7._0x598923,-0x7e,-_0x54d8e7._0x35490f)],_0x3df4b3['QRvoS'])){const _0x487d95={};return _0x487d95[_0xd61618(-0x1ab,-_0x54d8e7._0x57a6aa,-0x12e,-_0x54d8e7._0x1628e4)]=_0x3df4b3[_0x3c1599(-_0x54d8e7._0x5daeb4,-_0x54d8e7._0x5db4f4,-0x50,-_0x54d8e7._0x2311d6)],_0x487d95[_0xd61618(-0x109,-_0x54d8e7._0x41ea9b,-_0x54d8e7._0x5a6b2b,-_0x54d8e7._0x4ea03a)]=_0x3df4b3[_0xd61618(-0x167,-0x145,-_0x54d8e7._0x4214e8,-_0x54d8e7._0xc17f6c)],_0x1a6ff7[_0x3c1599(-_0x54d8e7._0x4ecc80,-0xb2,-0x86,-_0x54d8e7._0x2d5410)](-0x1*-0x677+0x201d+-0x2504)['json'](_0x487d95);}else{const _0x13ad87={};return _0x13ad87[_0x3c1599(-0x5d,-0x6a,-_0x54d8e7._0x11d2db,-0x14)]=_0x3df4b3[_0x3c1599(-_0x54d8e7._0xf3beb3,-_0x54d8e7._0x3177f8,-0x19,-_0x54d8e7._0x4035dc)],_0x13ad87['message']=_0x4fb8c5[_0x3c1599(-0x5a,-_0x54d8e7._0x10d52d,-0x5a,-0x4d)],_0x1f8350[_0x3c1599(-_0x54d8e7._0x4f1237,-_0x54d8e7._0x352c04,-0x72,-_0x54d8e7._0x50db97)](0x1ac0+0x27*0xe9+-0x455*0xe)[_0x3c1599(-0xff,-_0x54d8e7._0x29ac76,-0xb5,-0xf8)](_0x13ad87);}}const _0xb0b9dd=await _0x3df4b3[_0x3c1599(-_0x54d8e7._0x193375,-_0x54d8e7._0x5e74bd,-_0x54d8e7._0x348499,-0xe6)](findUserById,_0x3f9194);if(!_0xb0b9dd){const _0x5f5db9={};return _0x5f5db9[_0xd61618(-0x192,-_0x54d8e7._0xd15d98,-_0x54d8e7._0x54833f,-0x166)]=_0xd61618(-_0x54d8e7._0x2454e4,-_0x54d8e7._0x28b4d7,-_0x54d8e7._0x18c2c0,-0x153)+_0xd61618(-_0x54d8e7._0x53dd90,-0x1b1,-_0x54d8e7._0x27f382,-_0x54d8e7._0x1b5cae),_0x1a6ff7['status'](0xa9*0x39+-0x1eb*0x5+0xd3b*-0x2)['json'](_0x5f5db9);}const _0x999ed5={};if(_0x3df4b3[_0xd61618(-_0x54d8e7._0x1b8e9e,-_0x54d8e7._0x5ebaf3,-0x1a6,-0x157)](_0x1ee00e,undefined))_0x999ed5['username']=_0x1ee00e;if(_0x3df4b3['esqwY'](_0x43a631,undefined))_0x999ed5[_0x3c1599(-0x5e,-_0x54d8e7._0x5406aa,-_0x54d8e7._0x2a5496,-0x7e)]=_0x43a631;if(_0x3df4b3[_0xd61618(-0x157,-0x105,-0x112,-0x157)](_0x3879a6,undefined))_0x999ed5[_0xd61618(-_0x54d8e7._0x1521f8,-0x249,-_0x54d8e7._0x3b32fb,-_0x54d8e7._0x3749d1)]=_0x3879a6;if(_0x3df4b3[_0x3c1599(-0x98,-0xb5,-0x58,-0x73)](_0xa11d8c,undefined))_0x999ed5['password']=_0xa11d8c;if(_0x3df4b3[_0x3c1599(-0x6a,-0x1a,-_0x54d8e7._0x3ab095,-_0x54d8e7._0x5d92ae)](_0x50f82d,undefined))_0x999ed5[_0x3c1599(-_0x54d8e7._0x1be3d3,-_0x54d8e7._0x15eab0,-_0x54d8e7._0x3cffc4,-0x17d)+'me']=_0x50f82d&&_0x50f82d[_0x3c1599(-0x82,-_0x54d8e7._0x16ca3d,-_0x54d8e7._0x4140af,-_0x54d8e7._0x459b51)]()?_0x50f82d[_0xd61618(-0x1c9,-_0x54d8e7._0x554288,-_0x54d8e7._0x1928af,-0x18b)]():null;if(_0x3df4b3[_0xd61618(-_0x54d8e7._0x3b7f50,-0x16d,-_0x54d8e7._0x311d1d,-_0x54d8e7._0x4b010c)](_0x5806cc,undefined)&&_0x3df4b3['yUtUW'](_0x334a50['user'][_0x3c1599(-0x9a,-_0x54d8e7._0x88234c,-_0x54d8e7._0x50f8b7,-0x52)+_0x3c1599(-0x11b,-_0x54d8e7._0x43e4db,-0x100,-0x158)],!![])){if(_0x3df4b3[_0x3c1599(-_0x54d8e7._0x3f20dc,-_0x54d8e7._0x24670c,-_0x54d8e7._0xbdaead,-_0x54d8e7._0x2bd893)](_0x3df4b3['qWAXf'],_0x3df4b3[_0xd61618(-_0x54d8e7._0x4e04ee,-_0x54d8e7._0x4191b0,-0x1fe,-0x1cf)])){_0x5ceed1[_0xd61618(-0x11c,-0x1ab,-_0x54d8e7._0x3dac74,-0x166)](_0xd61618(-_0x54d8e7._0x1872f3,-_0x54d8e7._0x342e6d,-_0x54d8e7._0x386783,-_0x54d8e7._0x128028)+'update\x20use'+'r',_0x1655e6);if(_0x25202c[_0x3c1599(-_0x54d8e7._0x1dd1f7,-0xa8,-_0x54d8e7._0x2eab83,-0x70)][_0x3c1599(-0xfa,-0xe2,-_0x54d8e7._0x2fb4c6,-0xa3)](_0x3df4b3['UcbEs'])){const _0x58688f={};return _0x58688f[_0x3c1599(-_0x54d8e7._0x265e6f,-0x1d,-0x5e,-_0x54d8e7._0x413473)]=_0x3df4b3['QRQjs'],_0x58688f[_0xd61618(-_0x54d8e7._0x1ee9a2,-_0x54d8e7._0x50814b,-0x19a,-_0x54d8e7._0x4ea03a)]=_0x1dee1f[_0xd61618(-_0x54d8e7._0x4c42de,-_0x54d8e7._0x4c091a,-0x1a8,-_0x54d8e7._0x4ea03a)],_0x377158[_0x3c1599(-_0x54d8e7._0x4ebc4e,-0x60,-_0x54d8e7._0x5bc7a3,-0xcf)](-0x7ca*0x1+0x224d+-0x18ef)['json'](_0x58688f);}if(_0x3b904e[_0x3c1599(-0x5a,-_0x54d8e7._0x4d25cb,-0x73,-0x46)][_0xd61618(-0x23b,-0x1b9,-0x1f3,-_0x54d8e7._0x4a747e)](_0x3c1599(-0x115,-_0x54d8e7._0x30e24e,-0x157,-0xc3)+_0x3c1599(-0x77,-_0x54d8e7._0x5445a9,-0xb0,-0x24))){const _0x3dfa8a={};return _0x3dfa8a[_0xd61618(-_0x54d8e7._0x4ea03a,-_0x54d8e7._0x1c6f78,-_0x54d8e7._0x22c8b5,-0x166)]='Username\x20a'+'lready\x20exi'+_0xd61618(-_0x54d8e7._0x23aaba,-_0x54d8e7._0x127a6d,-_0x54d8e7._0x5bab13,-_0x54d8e7._0x2ed3ed),_0x3dfa8a[_0xd61618(-_0x54d8e7._0x5a6b2b,-0x151,-_0x54d8e7._0x2cb077,-_0x54d8e7._0x4ea03a)]=_0x17f534[_0xd61618(-0x1b0,-_0x54d8e7._0x48e850,-0x112,-0x163)],_0x3f323f[_0xd61618(-0x192,-0x1bb,-_0x54d8e7._0x3b725e,-_0x54d8e7._0x5eddaa)](-0x1a79+-0x1651+0x3263)['json'](_0x3dfa8a);}const _0x131e0a={};_0x131e0a[_0x3c1599(-_0x54d8e7._0x4fae43,_0x54d8e7._0x57b2d0,-0x3f,-0x11)]=_0x3df4b3[_0xd61618(-0x1a8,-_0x54d8e7._0x3f4091,-0x1d6,-0x17a)],_0x131e0a['message']=_0x5dbf7f[_0xd61618(-0x19c,-_0x54d8e7._0x40e71b,-0x1b4,-_0x54d8e7._0x3d0e18)],_0xf9ed7f[_0xd61618(-_0x54d8e7._0x1507d9,-_0x54d8e7._0x33cfbd,-_0x54d8e7._0x2599c3,-0x194)](-0x197d+-0xd*-0xc5+0x1170)[_0xd61618(-0x1e6,-0x1b2,-_0x54d8e7._0xc17f6c,-0x208)](_0x131e0a);}else _0x999ed5[_0x3c1599(-0x9a,-_0x54d8e7._0x5be68c,-_0x54d8e7._0x2aa6d1,-_0x54d8e7._0x28222d)+_0x3c1599(-0x11b,-0xfe,-_0x54d8e7._0x2c1b7e,-0x17c)]=!!_0x5806cc;}if(_0x43a631){const _0x56514d=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x56514d[_0xd61618(-_0x54d8e7._0x24960d,-_0x54d8e7._0x21d425,-_0x54d8e7._0x298516,-_0x54d8e7._0x17b658)](_0x43a631)){if(_0x3df4b3[_0x3c1599(-_0x54d8e7._0x5a4c54,-0x59,-0xa6,-_0x54d8e7._0x16eb48)]!==_0x3df4b3['KlXRe']){const _0x17a867={};return _0x17a867[_0x3c1599(-_0x54d8e7._0x1ef6a4,-_0x54d8e7._0x4d6449,-_0x54d8e7._0x2170c6,-0x69)]=_0xd61618(-_0x54d8e7._0x411083,-0x1b8,-0x17f,-0x1a8)+'ail',_0x17a867[_0x3c1599(-0x5a,-0x43,-0xc0,-0xa6)]=_0x3df4b3[_0x3c1599(-0xfb,-0xe9,-0xa6,-_0x54d8e7._0x43c0a9)],_0x1a6ff7[_0xd61618(-0x1f0,-_0x54d8e7._0x2e8c9d,-0x172,-_0x54d8e7._0x5e2b3a)](0x86*-0x3a+0x23e5+-0x3*0x153)[_0x3c1599(-0xff,-0xd2,-_0x54d8e7._0x210caf,-_0x54d8e7._0x3e576e)](_0x17a867);}else _0x842471[_0x3c1599(-_0x54d8e7._0x1fdfea,-_0x54d8e7._0x18299b,-_0x54d8e7._0x503647,-_0x54d8e7._0x551de2)+_0xd61618(-_0x54d8e7._0x1a1968,-0x27b,-_0x54d8e7._0x5f433a,-0x224)]=!!_0x3db3eb;}}if(_0x1ee00e){const _0x5dd4f2=/^[a-zA-Z0-9_-]+$/;if(!_0x5dd4f2[_0xd61618(-_0x54d8e7._0x412dfc,-_0x54d8e7._0x4dc6ae,-0x1ad,-0x1b6)](_0x1ee00e)){if(_0x3df4b3[_0xd61618(-_0x54d8e7._0x238a28,-_0x54d8e7._0x466004,-0x15f,-0x1a1)]('UCZPI',_0x3df4b3[_0xd61618(-0x18a,-_0x54d8e7._0x3b8140,-0x170,-0x1c7)])){const _0x573d20={};return _0x573d20['error']=_0x3df4b3['UWYBN'],_0x573d20[_0x3c1599(-_0x54d8e7._0x49239c,0xa,-_0x54d8e7._0x24670c,_0x54d8e7._0x418893)]=_0xd61618(-_0x54d8e7._0x256019,-0x276,-_0x54d8e7._0xc01338,-_0x54d8e7._0x3ac04d)+'ust\x20be\x20at\x20'+_0xd61618(-0x193,-_0x54d8e7._0x4967b8,-_0x54d8e7._0x59b7c1,-0x1fc)+_0x3c1599(-0x8e,-_0x54d8e7._0x1a5f1f,-_0x54d8e7._0x350341,-_0x54d8e7._0x210736)+_0xd61618(-_0x54d8e7._0x3f2b33,-0x1da,-_0x54d8e7._0x3fbcf8,-0x1fa),_0x2355bf[_0x3c1599(-0x8b,-_0x54d8e7._0x47ea20,-0xa2,-0xbf)](0x60b+0x1499*0x1+-0x217*0xc)['json'](_0x573d20);}else{const _0x4bb0e3={};return _0x4bb0e3[_0xd61618(-_0x54d8e7._0x204c9f,-_0x54d8e7._0x1f71c9,-_0x54d8e7._0x412dfc,-_0x54d8e7._0x45edf2)]=_0x3df4b3[_0xd61618(-_0x54d8e7._0x4b5259,-_0x54d8e7._0x234846,-0x206,-0x19c)],_0x4bb0e3['message']=_0x3df4b3[_0x3c1599(-_0x54d8e7._0x2e5ad3,-0x13c,-_0x54d8e7._0x47be4d,-0xeb)],_0x1a6ff7['status'](-0x234b+0xc92+-0x1*-0x1849)['json'](_0x4bb0e3);}}}if(_0xa11d8c&&_0x3df4b3[_0x3c1599(-0x73,-0x76,-_0x54d8e7._0x4ebdb9,-0x71)](_0xa11d8c[_0x3c1599(-_0x54d8e7._0xc46cef,-_0x54d8e7._0x295480,-0x89,-0xb3)],0x1ce6+0x1a*0x40+-0x1f7*0x12)){if(_0x3df4b3[_0xd61618(-0x18a,-0xfb,-_0x54d8e7._0x456acb,-0x157)](_0x3df4b3['Ioplt'],_0x3df4b3[_0x3c1599(-_0x54d8e7._0xebe378,-_0x54d8e7._0x3cf232,-0xa8,-_0x54d8e7._0x4fda71)])){const _0x1cb8db={};_0x1cb8db[_0x3c1599(-0xc1,-_0x54d8e7._0x436610,-0x58,-_0x54d8e7._0x14cd08)]=_0x4324f5['id'],_0x1cb8db['teamId']=_0x597e25,_0x1cb8db[_0xd61618(-0x14b,-_0x54d8e7._0xf547d3,-0x158,-0x166)]=_0x2de67b['message'],_0x1527ed[_0xd61618(-0x19c,-0x189,-0x114,-0x160)](_0x3df4b3[_0x3c1599(-_0x54d8e7._0x3d56cb,-0x96,-0xc7,-_0x54d8e7._0xf67507)],_0x1cb8db);}else{const _0x3f732b={};return _0x3f732b[_0xd61618(-_0x54d8e7._0x30e24e,-0x1b1,-0x1a7,-0x166)]=_0x3df4b3['UWYBN'],_0x3f732b['message']=_0x3df4b3[_0xd61618(-0x23e,-_0x54d8e7._0x441659,-0x1e5,-_0x54d8e7._0x41574e)],_0x1a6ff7[_0xd61618(-0x13e,-_0x54d8e7._0x386cf2,-0x17b,-0x194)](0x18c+-0x25e7+0x25eb)[_0xd61618(-_0x54d8e7._0x55679a,-0x1be,-0x23a,-_0x54d8e7._0x57e638)](_0x3f732b);}}const _0x5bec09=await updateUser(_0x3f9194,_0x999ed5),_0x398b2b={};_0x398b2b[_0xd61618(-0x110,-0x12c,-_0x54d8e7._0x389a05,-0x163)]=_0x3df4b3['tqIfp'],_0x398b2b[_0xd61618(-0x105,-0x127,-_0x54d8e7._0x1660f9,-0x158)]=_0x5bec09,_0x1a6ff7['json'](_0x398b2b);}catch(_0x18dc4d){if(_0x3df4b3[_0x3c1599(-_0x54d8e7._0xa7d80b,-0x131,-0x91,-0x94)](_0x3df4b3[_0x3c1599(-_0x54d8e7._0x5768e3,-0x81,-_0x54d8e7._0x4b42b9,-_0x54d8e7._0x460743)],_0x3c1599(-_0x54d8e7._0x18013a,-0xd8,-0x109,-_0x54d8e7._0x3d56cb))){logger[_0x3c1599(-0x5d,-0x25,-_0x54d8e7._0x566478,-_0x54d8e7._0x1f57b3)](_0x3df4b3[_0x3c1599(-0x71,-_0x54d8e7._0x578c5e,-0x33,-_0x54d8e7._0x27ce71)],_0x18dc4d);if(_0x18dc4d['message'][_0x3c1599(-0xfa,-0xab,-_0x54d8e7._0x14b5b4,-_0x54d8e7._0xb6c887)](_0x3df4b3[_0x3c1599(-0x61,-0xc5,-_0x54d8e7._0x210736,-0x7a)])){const _0x3ed74a={};return _0x3ed74a[_0xd61618(-0x118,-0x179,-_0x54d8e7._0xa13878,-_0x54d8e7._0x1628e4)]=_0x3df4b3['QRQjs'],_0x3ed74a[_0xd61618(-_0x54d8e7._0x29d0c4,-_0x54d8e7._0x59418b,-0x111,-_0x54d8e7._0x34a38c)]=_0x18dc4d[_0xd61618(-_0x54d8e7._0x2454e4,-_0x54d8e7._0x58604e,-0x149,-0x163)],_0x1a6ff7[_0xd61618(-_0x54d8e7._0x1ecc18,-_0x54d8e7._0x3e1683,-0x1f2,-_0x54d8e7._0x5e2b3a)](-0x1fe0+0x2306+-0x192)['json'](_0x3ed74a);}if(_0x18dc4d[_0x3c1599(-0x5a,-0xa5,-_0x54d8e7._0x210736,-_0x54d8e7._0x50f8b7)][_0xd61618(-_0x54d8e7._0x3d4fcb,-0x269,-_0x54d8e7._0x53b876,-_0x54d8e7._0x4a747e)](_0x3df4b3[_0x3c1599(-_0x54d8e7._0x5a802d,-0x2a,-_0x54d8e7._0x41be5b,-_0x54d8e7._0x2472e8)])){if(_0x3df4b3[_0xd61618(-_0x54d8e7._0x1ea55c,-_0x54d8e7._0x2abeec,-0x219,-_0x54d8e7._0x131471)]('cdvRw',_0xd61618(-0x1e2,-0x1da,-0x1b7,-_0x54d8e7._0x4b5259))){const _0x3c2747=/^[a-zA-Z0-9_-]+$/;if(!_0x3c2747[_0x3c1599(-_0x54d8e7._0x351ef4,-0xae,-0xed,-_0x54d8e7._0x176b2f)](_0xa1e7ec)){const _0x782c7e={};return _0x782c7e[_0xd61618(-0x1b5,-_0x54d8e7._0x27bda2,-0x108,-0x166)]=_0xd61618(-_0x54d8e7._0xb276ed,-0x1bb,-0x15b,-0x155)+'ername',_0x782c7e['message']='Username\x20c'+_0xd61618(-0x1d3,-_0x54d8e7._0x13e354,-_0x54d8e7._0x225bcf,-0x16b)+'ntain\x20lett'+_0xd61618(-_0x54d8e7._0x48cdfc,-_0x54d8e7._0x1ac8ce,-_0x54d8e7._0x46a150,-0x1e5)+_0x3c1599(-_0x54d8e7._0x52a926,-_0x54d8e7._0x12ce6b,-0x112,-0x62)+'cores,\x20and'+_0xd61618(-0x18a,-_0x54d8e7._0x2c1b7e,-_0x54d8e7._0x33855e,-0x1c6),_0x296c62['status'](0x4*-0x98f+0x1*-0x15e4+-0x18*-0x292)[_0xd61618(-_0x54d8e7._0x119d2a,-_0x54d8e7._0xf0e285,-_0x54d8e7._0x1a1c2a,-_0x54d8e7._0x50a6d0)](_0x782c7e);}}else{const _0x258b8a={};return _0x258b8a['error']=_0xd61618(-0x1fc,-0x1a9,-0x1bc,-_0x54d8e7._0x50b885)+_0xd61618(-0x197,-_0x54d8e7._0x2d010d,-0x15d,-_0x54d8e7._0x4af498)+_0xd61618(-0x1b3,-0x1ee,-_0x54d8e7._0x202382,-_0x54d8e7._0x2f7973),_0x258b8a[_0x3c1599(-_0x54d8e7._0x271580,-0x46,-_0x54d8e7._0x470a73,-_0x54d8e7._0x11f93a)]=_0x18dc4d['message'],_0x1a6ff7[_0x3c1599(-_0x54d8e7._0x4ecc80,-0x20,-0xa0,-_0x54d8e7._0x481a19)](0xeda+-0x2*0xb57+0x96d)[_0xd61618(-_0x54d8e7._0x5b9e9e,-_0x54d8e7._0x2459f4,-_0x54d8e7._0x42e1bc,-0x208)](_0x258b8a);}}const _0x5467e0={};_0x5467e0[_0xd61618(-_0x54d8e7._0x45604f,-_0x54d8e7._0x2c3cf4,-_0x54d8e7._0x5d651e,-0x166)]=_0xd61618(-_0x54d8e7._0x5eafd4,-0x1f5,-_0x54d8e7._0x5f5728,-_0x54d8e7._0x128028)+_0x3c1599(-0x7e,-_0x54d8e7._0x58367a,-_0x54d8e7._0x701f87,-0xbf)+'r',_0x5467e0[_0xd61618(-_0x54d8e7._0x2fcafb,-0x1ad,-0x15d,-0x163)]=_0x18dc4d['message'],_0x1a6ff7[_0xd61618(-0x1f0,-_0x54d8e7._0x2e0e9e,-0x1be,-0x194)](-0x1*-0x2ab+-0xd4b*0x2+0xb3*0x25)[_0x3c1599(-_0x54d8e7._0x36e8de,-_0x54d8e7._0x50814b,-_0x54d8e7._0x304775,-_0x54d8e7._0x5ebaf3)](_0x5467e0);}else{const _0x3848c1={};return _0x3848c1[_0xd61618(-0x15a,-_0x54d8e7._0x23ff16,-_0x54d8e7._0x1521f8,-0x166)]='Cannot\x20mod'+'ify\x20your\x20o'+_0xd61618(-_0x54d8e7._0x4922af,-0x1a4,-_0x54d8e7._0x6548f0,-0x15a),_0x3848c1[_0xd61618(-0x1bf,-0x11d,-_0x54d8e7._0x623f80,-_0x54d8e7._0x3646fb)]=_0x3df4b3[_0xd61618(-_0x54d8e7._0x225059,-_0x54d8e7._0xf0e285,-0x161,-_0x54d8e7._0xc17f6c)],_0x5d997b[_0xd61618(-_0x54d8e7._0x485cd8,-0x17a,-0x12d,-_0x54d8e7._0x5e2b3a)](-0x165e+0x2188+-0x99a)[_0x3c1599(-_0x54d8e7._0x36e8de,-0xc9,-_0x54d8e7._0x3d99f2,-0xc3)](_0x3848c1);}}});function _0x342104(_0x244c78,_0x374397,_0x27eb7b,_0x16adde){const _0x5557c8={_0x54af1c:0x155};return _0x4fa0(_0x16adde- -_0x5557c8._0x54af1c,_0x244c78);}router[_0x599b25(0x250,0x255,0x28a,0x284)](_0x599b25(0x370,0x30a,0x2ad,0x340),requirePermission(_0x599b25(0x2ff,0x31a,0x315,0x349)+'te'),async(_0x4c87db,_0x44c165)=>{const _0xdbbd0d={_0x8eacfd:0x47e,_0x37e247:0x497,_0x33e248:0x114,_0x1a76e7:0x12b,_0xe59bbc:0x46d,_0x46933a:0x463,_0x17ad80:0x3f1,_0x3c801b:0x43c,_0x1fe6ea:0x44a,_0x44a763:0x3fc,_0x29df95:0x440,_0xa115ef:0x120,_0x2ffa6e:0xfa,_0x5596b2:0x131,_0x5377c9:0x225,_0x39ddc5:0x1a5,_0x74dd62:0x518,_0x1fc783:0x4a8,_0x566147:0x126,_0x455c89:0x16f,_0x4b03d1:0x17b,_0x368c5a:0x1e5,_0xe182d:0x21b,_0x201462:0x1de,_0x89fc1:0x1c1,_0x4be656:0x43d,_0x15b224:0x4c6,_0x379201:0x47c,_0x3d70e0:0x4d3,_0x9e5182:0x4ba,_0x3925f3:0x512,_0xe58f2d:0x207,_0x4ecfc3:0x18d,_0x161fe4:0x166,_0x2b5800:0x1bc,_0x3458cf:0x19d,_0x31f6a7:0x445,_0x5d6918:0xcd,_0x5f4c44:0x4f0,_0x2b37f7:0x18b,_0x5cd3ab:0xf0,_0x2a47a7:0x129,_0x55a169:0x1fa,_0x5d0448:0x204,_0x3de09d:0x1ce,_0x1924a7:0x3c6,_0x186865:0x517,_0x3043f4:0x4ee,_0x59e676:0x51a,_0xfd49fb:0x1a4,_0x5780a5:0x1cf,_0x421e70:0x485,_0x5ee524:0x4bf,_0x19bc75:0x470,_0x2cd701:0x1a2,_0x2fce54:0x1c6,_0x335629:0x553,_0x3edca0:0x4ed,_0x8015e7:0x487,_0x32e6dd:0x1ab,_0x3d0bcc:0x1c1,_0x403fe6:0x43b,_0x2719fa:0x41d,_0x6d9039:0x1d6,_0x46114a:0x1ca,_0x3a80d9:0x1b8,_0x17e658:0x4c9,_0x40782a:0x4ed,_0xbf31cd:0x499,_0x366de7:0x43b,_0x2e5394:0x43e,_0x2398a8:0x4da,_0x2d724d:0x111,_0x269b5b:0xd0,_0x3be738:0x414},_0x5c2fb2={_0x2ab3ee:0x53,_0x2ec26a:0x16d};function _0x320b1c(_0x1849e6,_0x347497,_0x15b8d2,_0x506c67){return _0x342104(_0x1849e6,_0x347497-0x126,_0x15b8d2-0x184,_0x506c67- -0x1a3);}const _0x520752={};_0x520752[_0x461efa(_0xdbbd0d._0x8eacfd,0x471,_0xdbbd0d._0x37e247,0x430)]='Failed\x20to\x20'+_0x320b1c(-_0xdbbd0d._0x33e248,-0x175,-0x10b,-_0xdbbd0d._0x1a76e7)+'r';function _0x461efa(_0x4bf16b,_0x33f7ea,_0x226011,_0x206f6b){return _0x342104(_0x206f6b,_0x33f7ea-_0x5c2fb2._0x2ab3ee,_0x226011-_0x5c2fb2._0x2ec26a,_0x226011-0x476);}_0x520752['XTQKc']=function(_0xe7bca5,_0x23b66a){return _0xe7bca5===_0x23b66a;},_0x520752[_0x461efa(_0xdbbd0d._0xe59bbc,_0xdbbd0d._0x46933a,0x470,0x4cc)]='xIAcQ',_0x520752[_0x461efa(_0xdbbd0d._0x17ad80,0x3ed,_0xdbbd0d._0x3c801b,_0xdbbd0d._0x1fe6ea)]=_0x461efa(0x494,0x426,0x441,_0xdbbd0d._0x44a763)+_0x461efa(0x3ed,0x3f3,_0xdbbd0d._0x29df95,0x4a3)+_0x320b1c(-0xd5,-0x179,-0x10b,-_0xdbbd0d._0xa115ef),_0x520752[_0x320b1c(-0x183,-0x222,-0x21b,-0x1cf)]=_0x320b1c(-_0xdbbd0d._0x2ffa6e,-0x139,-_0xdbbd0d._0x5596b2,-0x164)+'\x20another\x20a'+'dmin\x20to\x20de'+_0x320b1c(-_0xdbbd0d._0x5377c9,-0x1b5,-_0xdbbd0d._0x39ddc5,-0x1c5)+'account',_0x520752['IMByA']=_0x461efa(0x4c4,_0xdbbd0d._0x74dd62,0x500,_0xdbbd0d._0x1fc783)+_0x320b1c(-0x161,-_0xdbbd0d._0x566147,-_0xdbbd0d._0x455c89,-_0xdbbd0d._0x4b03d1),_0x520752[_0x320b1c(-0x247,-_0xdbbd0d._0x368c5a,-_0xdbbd0d._0xe182d,-_0xdbbd0d._0x201462)]=_0x320b1c(-0x20d,-0x1ec,-0x215,-_0xdbbd0d._0x89fc1)+_0x461efa(0x3ff,_0xdbbd0d._0x4be656,0x469,_0xdbbd0d._0x15b224)+_0x461efa(0x533,_0xdbbd0d._0x379201,0x4d1,0x466);const _0x4b869a=_0x520752;try{if(_0x4b869a['XTQKc'](_0x461efa(0x4f6,_0xdbbd0d._0x3d70e0,_0xdbbd0d._0x9e5182,_0xdbbd0d._0x3925f3),_0x4b869a[_0x320b1c(-_0xdbbd0d._0xe58f2d,-_0xdbbd0d._0x4ecfc3,-_0xdbbd0d._0x161fe4,-0x1a9)])){_0x3fab4d['error'](_0x4b869a[_0x320b1c(-_0xdbbd0d._0x2b5800,-0x17d,-_0xdbbd0d._0x3458cf,-0x182)],_0x260797);const _0x583d26={};_0x583d26['error']=_0x461efa(0x3f4,0x462,_0xdbbd0d._0x31f6a7,0x3e4)+_0x320b1c(-_0xdbbd0d._0x5d6918,-0x196,-0x172,-0x12b)+'r',_0x583d26[_0x461efa(0x505,0x50f,_0xdbbd0d._0x5f4c44,0x4c0)]=_0xba3e70[_0x320b1c(-_0xdbbd0d._0x2b37f7,-_0xdbbd0d._0x5cd3ab,-0x105,-_0xdbbd0d._0x2a47a7)],_0x405312['status'](-0xd92+-0x101d+0x5b*0x59)[_0x320b1c(-_0xdbbd0d._0x55a169,-0x208,-_0xdbbd0d._0x5d0448,-_0xdbbd0d._0x3de09d)](_0x583d26);}else{const _0x51be4c=_0x4c87db['params']['id'];if(_0x4b869a[_0x461efa(_0xdbbd0d._0x1924a7,0x450,0x42d,0x452)](_0x51be4c,_0x4c87db['user']['id'])){const _0x591961={};return _0x591961['error']=_0x4b869a['njjbZ'],_0x591961[_0x461efa(_0xdbbd0d._0x186865,_0xdbbd0d._0x3043f4,0x4f0,_0xdbbd0d._0x59e676)]=_0x4b869a[_0x320b1c(-0x209,-_0xdbbd0d._0xfd49fb,-0x194,-_0xdbbd0d._0x5780a5)],_0x44c165[_0x461efa(_0xdbbd0d._0x421e70,0x514,_0xdbbd0d._0x5ee524,_0xdbbd0d._0x19bc75)](-0x3d8+-0x3*-0xa67+0x5*-0x529)[_0x320b1c(-_0xdbbd0d._0x2cd701,-0x189,-_0xdbbd0d._0x2fce54,-_0xdbbd0d._0x3de09d)](_0x591961);}const _0x4955ec=await findUserById(_0x51be4c);if(!_0x4955ec){const _0x1a794a={};return _0x1a794a[_0x461efa(_0xdbbd0d._0x335629,0x4ac,_0xdbbd0d._0x3edca0,_0xdbbd0d._0x8015e7)]=_0x4b869a['IMByA'],_0x44c165[_0x320b1c(-0x153,-_0xdbbd0d._0x4ecfc3,-0x118,-0x15a)](-0x375+-0x1*-0x16a7+-0x119e)[_0x320b1c(-0x1ea,-_0xdbbd0d._0x32e6dd,-0x21c,-0x1ce)](_0x1a794a);}const _0x34fa89=await deleteUser(_0x51be4c);if(!_0x34fa89){const _0x13bead={};return _0x13bead['error']=_0x4b869a['IMByA'],_0x44c165[_0x320b1c(-0x17b,-_0xdbbd0d._0x2b5800,-_0xdbbd0d._0x3d0bcc,-0x15a)](0x2514+-0x2398+-0x6*-0x4)[_0x461efa(_0xdbbd0d._0x403fe6,_0xdbbd0d._0x2719fa,0x44b,0x3fd)](_0x13bead);}const _0x3536e9={};_0x3536e9['message']=_0x4b869a[_0x320b1c(-0x205,-_0xdbbd0d._0x6d9039,-_0xdbbd0d._0x46114a,-0x1de)],_0x44c165[_0x320b1c(-0x221,-0x1d5,-_0xdbbd0d._0x3a80d9,-0x1ce)](_0x3536e9);}}catch(_0x286acd){logger[_0x461efa(_0xdbbd0d._0x17e658,0x4cc,0x4ed,0x4dc)](_0x4b869a['hmUmM'],_0x286acd);const _0x43bb9f={};_0x43bb9f[_0x461efa(0x513,0x4ee,_0xdbbd0d._0x40782a,_0xdbbd0d._0xbf31cd)]=_0x4b869a[_0x461efa(_0xdbbd0d._0x366de7,_0xdbbd0d._0x2e5394,0x497,_0xdbbd0d._0x2398a8)],_0x43bb9f['message']=_0x286acd[_0x320b1c(-_0xdbbd0d._0x2d724d,-_0xdbbd0d._0x269b5b,-0x16e,-_0xdbbd0d._0x2a47a7)],_0x44c165['status'](-0x4*-0x985+0x6ac*0x5+-0x457c)[_0x461efa(_0xdbbd0d._0x3be738,0x4b5,0x44b,0x40a)](_0x43bb9f);}});export default router;
1
+ (function(_0x473539,_0x273b3e){const _0x347c88={_0x424104:0xd1,_0x3e593a:0x5f,_0x270217:0xcf,_0x5ae71e:0x111,_0x318cca:0xa3,_0x4618e5:0xc7,_0x17e2c1:0xb0,_0x5ae15b:0x160,_0x32c5bc:0x11f,_0x44d522:0x41f,_0x4f33d1:0x473,_0x251d00:0xbe,_0x3ea673:0xfa,_0x401477:0xfe,_0x3d7631:0x3f1,_0x3aca16:0x40b,_0x519544:0x3ea,_0x512265:0x46b,_0x1ee30a:0xd2,_0x3c78f5:0x3fb,_0x54b4f9:0x474,_0x15f486:0x438,_0x3a9f96:0x435,_0x1f209a:0x477,_0x107b0b:0x43d,_0x42ebeb:0x434};function _0x1a75b4(_0x20e159,_0x14d62e,_0x5eb70f,_0x516568){return _0x5d76(_0x14d62e-0x5,_0x20e159);}const _0x2fce0d=_0x473539();function _0x211ff2(_0x642538,_0x579b24,_0x4674da,_0x3bd862){return _0x5d76(_0x642538-0x360,_0x3bd862);}while(!![]){try{const _0x5de1de=parseInt(_0x1a75b4(0x116,_0x347c88._0x424104,_0x347c88._0x3e593a,_0x347c88._0x270217))/(0x9a6+0x1c*0x79+-0x16e1)*(parseInt(_0x1a75b4(_0x347c88._0x5ae71e,_0x347c88._0x318cca,_0x347c88._0x4618e5,_0x347c88._0x17e2c1))/(0x2*0x27b+-0x5e7+0x3*0x51))+parseInt(_0x1a75b4(_0x347c88._0x5ae15b,_0x347c88._0x32c5bc,0x19f,0xde))/(0x37*0x9f+-0x1178+-0x10ae)+parseInt(_0x211ff2(_0x347c88._0x44d522,_0x347c88._0x4f33d1,0x402,0x3a0))/(0x6d*0x1c+-0x22c3+0x16db)+-parseInt(_0x1a75b4(_0x347c88._0x251d00,_0x347c88._0x3ea673,0x102,_0x347c88._0x401477))/(-0x1037*-0x1+0x2fd+0x3*-0x665)*(-parseInt(_0x211ff2(0x41e,0x445,0x491,_0x347c88._0x3d7631))/(0x3bd+-0x1a18+0x1661))+-parseInt(_0x211ff2(0x44f,_0x347c88._0x3aca16,_0x347c88._0x519544,0x4a3))/(0x315+-0x419*0x9+0x21d3)*(-parseInt(_0x211ff2(_0x347c88._0x512265,0x4d4,0x4e8,0x432))/(-0x261f+-0xa4*-0x25+0xe73))+-parseInt(_0x1a75b4(0x16d,0xfd,0x12f,_0x347c88._0x1ee30a))/(0x1e63*0x1+-0x1d80+-0xda)*(-parseInt(_0x211ff2(_0x347c88._0x3c78f5,_0x347c88._0x54b4f9,_0x347c88._0x15f486,0x463))/(-0x180b+-0x10aa+0x28bf))+parseInt(_0x211ff2(_0x347c88._0x3a9f96,_0x347c88._0x1f209a,_0x347c88._0x107b0b,0x420))/(-0xfac+-0x4d1+0xa44*0x2)*(-parseInt(_0x211ff2(0x3d8,0x41d,0x3ef,_0x347c88._0x42ebeb))/(0x538+0x45e*0x1+-0x98a));if(_0x5de1de===_0x273b3e)break;else _0x2fce0d['push'](_0x2fce0d['shift']());}catch(_0x3a2d97){_0x2fce0d['push'](_0x2fce0d['shift']());}}}(_0x4a20,-0x7e20f*0x1+0x63034+0x8d6d7));import _0x1cbb7c from'express';import{getUsers,createUser,updateUser,deleteUser,findUserById}from'../lib/users.js';function _0x378395(_0x3284f5,_0x4f96eb,_0x2c14f8,_0x555073){return _0x5d76(_0x2c14f8- -0x335,_0x555073);}import{getTeamById,getTeamsByUserId,addMember,removeMember}from'../lib/teams.js';import{getBindings,deleteBindingsBySubject}from'../lib/bindings.js';function _0x1e85be(_0x58fa46,_0x329b6f,_0x3a93f5,_0x41c834){return _0x5d76(_0x329b6f- -0x221,_0x58fa46);}import{deleteAllUserGitTokens}from'../lib/user-git-tokens.js';import{revokeTokensByUser}from'../lib/passwordTokens.js';function _0x5d76(_0x13dad5,_0x4f2a5e){_0x13dad5=_0x13dad5-(0xf55*0x1+0x12e9+-0x21c8*0x1);const _0x38b1aa=_0x4a20();let _0x16d4ef=_0x38b1aa[_0x13dad5];if(_0x5d76['VsBIrc']===undefined){var _0x52b434=function(_0x43aca6){const _0x5b39ee='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x38f7c9='',_0x1629e6='';for(let _0x361ab2=-0x2*-0x128d+0x29*0x6b+0xad9*-0x5,_0x5ed6c3,_0x5baee5,_0x2b793a=0xb*-0x336+-0x16cd+0x3a1f;_0x5baee5=_0x43aca6['charAt'](_0x2b793a++);~_0x5baee5&&(_0x5ed6c3=_0x361ab2%(0x219e+0x1*-0xdf4+-0x13a6)?_0x5ed6c3*(-0x227f+-0x7*-0x22d+0x2*0x9c2)+_0x5baee5:_0x5baee5,_0x361ab2++%(0x844*0x2+0x67f+-0x1703))?_0x38f7c9+=String['fromCharCode'](-0xa8*-0x1a+-0x2*-0x4d5+-0x19bb&_0x5ed6c3>>(-(-0x1d*0x151+0x1*-0x1a0f+0x156a*0x3)*_0x361ab2&-0x1468+-0x238b+0x37f9)):0x2533*-0x1+-0xe5c+0x1*0x338f){_0x5baee5=_0x5b39ee['indexOf'](_0x5baee5);}for(let _0x3026bc=-0x5*0x355+0xed7*0x1+0x1d2*0x1,_0x432d86=_0x38f7c9['length'];_0x3026bc<_0x432d86;_0x3026bc++){_0x1629e6+='%'+('00'+_0x38f7c9['charCodeAt'](_0x3026bc)['toString'](-0x2555+0x466*-0x7+0x442f))['slice'](-(0x6bb*-0x3+-0x7cf*-0x1+0x2*0x632));}return decodeURIComponent(_0x1629e6);};_0x5d76['aOnZAc']=_0x52b434,_0x5d76['mFaqou']={},_0x5d76['VsBIrc']=!![];}const _0x10f326=_0x38b1aa[-0x724+-0x228f+-0x19*-0x1ab],_0x1b92f0=_0x13dad5+_0x10f326,_0x15e05d=_0x5d76['mFaqou'][_0x1b92f0];return!_0x15e05d?(_0x16d4ef=_0x5d76['aOnZAc'](_0x16d4ef),_0x5d76['mFaqou'][_0x1b92f0]=_0x16d4ef):_0x16d4ef=_0x15e05d,_0x16d4ef;}import{hasPermission,hasAllPermissions}from'../lib/permission-resolver.js';import{logger}from'../lib/logger.js';import{requirePermission,requireAnyPermission}from'../middleware/requirePermission.js';const router=_0x1cbb7c['Router']();function _0x4a20(){const _0x40defb=['zg5UyNm','DxnLCG','AwqGzw1HAwWGyq','whjHvey','EMvrAgO','uMv2B2TLzcbWyq','zw9bAxO','z2v0','BhjLywr5igv4Aq','vKrjseW','wwfPvuW','zxjYB3i','sfz4ANq','igHHDMuGCgvYBq','D0HHBfu','q3fvEKW','zw5Zigr1CMLUzW','zw1HAwW','ExD3DuW','wvHwDK4','ig5HBwuGyxjLia','DxnLCNm6zgvSzq','uhnrzhe','Eg92qwS','Awz5ihLVDxiGBW','BMfTzq','DKPksxm','ExPqy2G','zvDwvhe','rLzvCxK','BgLZDcb1C2vYCW','DgvZDa','A3nTEvq','EeD1rLe','vxnLCIbJCMvHDa','zxiGDg8GDgvHBq','EKrLu3G','twLZC2LUzYbYzq','AxnZAw9UihrVia','zsbZzxr0Aw5NCW','sgjlB00','sLnkwMK','rKL2Eeu','zgvSzxrL','q25kuwy','ihvZzxiGzgvSzq','sLfPt0K','zK9stKm','C3rHDhvZ','CxvPCMvKigzPzq','ywLS','yvfxC2m','wMDhD0q','C29Tzq','Cg9ZDa','y3rxseC','yw1Zigr1CMLUzW','rxLjDhe','zxiGyMLUzgLUzW','zgvSzxrLihvZzq','DhjPBq','CgfYyw1Z','DgvHBxm6BwfUyq','q2fUBM90igrLBa','DxnLCNm','tfP1uwW','Aefbs1q','BM90igzVDw5K','AwzOy3q','q2fUBM90ig1Vza','wgHIv3u','rMfPBgvKihrVia','wwHrshi','wND5Bvm','z2vFBwvTyMvYCW','DgvHBq','D24GywnJB3vUDa','CMvXDwLYzwq','ywnJB3vUDa','EejNEMq','uMvTB3zLzcb1CW','C2L6zq','zMLUzwrFC2vYDG','vxnLCM5HBwuGyq','DxnLCKLK','nti4Au1tELHg','EgnhD1a','rKThCLO','B25N','DgLVBG','serXALy','D1neq28','BwvZC2fNzq','tvvdsNu','y3jLyxrLihvZzq','uKPYq1a','zgnVBfe','Chv0','EMjLze0','sw52ywXPzcbWyq','B2jPBha','vxnLCM5HBwuGyW','ugfZC3DVCMqGBq','q1rKyLa','BKjUug4','wxLbuhO','BgvUz3rO','rgvSzxrLzcb1CW','zwqGC3vJy2vZCW','yM9KEq','DxnLCNm6zwrPDa','AgfZ','Aw5MBW','vxnLCIbUB3qGzG','lZPPza','CNrhvM0','DxbKyxrLihvZzq','zuPnBM0','z2v0ihvZzxi','B2Drrxu','mtb6vuTevuu','z3zqvgK','AgfZvgvHBujPBG','mZG2CNnxCwfo','sw52ywXPzcbLBq','C2vYDMvY','B3vUza','zgLUz3m','BgvHC3qGocbJAa','BNrHAw4GBgv0Da','zeTstwO','ugXLyxnLihbYBW','ENPNrMi','CgzQBfC','CM9Szv9Pza','quLJvwK','wLzvzwq','igfUB3rOzxiGyq','CIbHC2SGyw5VDa','C3n3B3jKihrVAW','ExbL','r1POzLe','zxfKExC','ufbAwxy','zejYue0','rfDVtu4','rujbsei','zg1PBIb0BYbKzq','zgrYzxnZ','txbqshm','C2vYigrLBgv0Aq','quXbwxa','vK5TBLO','DxnLCM5HBwuSia','yw4GB25SEsbJBW','ndi0nti5ngnRANH0EG','mtu2nJG4DKzSzuTd','zujJqvm','CM9Szv9WCMvKzq','DMLKzsbHihzHBa','zgvSzxrLzejPBG','BgrZ','yKnzC0u','BxDiy2q','zgvSzxrLzeDPDa','BejRr1q','AgvYigfKBwLU','vM9ODMC','s0DgwKq','mJG3nMTsyMjSEa','BKryz1u','C3rZ','zw1HAwWSigfUza','y0PtzLa','ugXLyxnLigfZAW','rxjMBgi','txPqtK8','vxnLCIbKzwXLDa','nJmYnJG3yuXsEwPX','Bgv0zsb5B3vYia','ywXYzwfKEsbLEa','Cunosui','zxrLihLVDxiGBW','Evnut0K','swvxyuu','ywrK','sfPmEuy','v1HQAhC','yMTTufy','qxfZvNm','rxrtz2S','CKzIBfq','Aw5JBhvKzxm','CMvZB3vYy2vFDa','ANnVBG','ELvcy2S','wwDwtKi','Axntzxj2zxjbza','D2fYBG','Axn0CW','uxj4EwO','ihLVDxiGB3DUia','rxH0r1e','Dhr1sva','mtCZnti3oxPPAhrbAq','CMv2B2TLzfbHCW','y29YzxmSigfUza','vgvHBsaN','qLjrENu','igH5CgHLBNm','nwfNA1vVwa','C3nOx3vZzxjUyq','sxb1sNO','nZm0ndq5nw5ZAwPkDa','zxjZlcbUDw1Izq','rgn6Bvy','te9WEeK','tg1ABvi','C3vIAMvJDf90Eq','CNmSihvUzgvYCW','reX5zem','wM94DfC','sM1hCMG','qxnKug8','Dxn0igjLigf0ia','vg9Rzw5Z','AxnLtei','sw52ywXPzcb1CW','rg1Hs3i','ywrKig1LBwjLCG','C3DVCMruB2TLBG','EujNCLy','mtzSuw1AEuS','jYbUB3qGzM91BG','rM9YyMLKzgvU','weX6y20','t1vjEMC','C3vIAMvJDf9Pza','AgLW','BwLU','zgLUzW','D3vVyxG','yuPqz0K','B0Xlvhu','DhvbCfC','zNvSBhK','C3n3B3jK','mte1ntK5me5mtwjgwa','y2r5BhC','yxjHy3rLCNmGBa','zxjFywrTAw4','zMLSDgvY','Eg12yve','CYbKDxjPBMCGDq','DwjtAwK'];_0x4a20=function(){return _0x40defb;};return _0x4a20();}router[_0x1e85be(-0x16e,-0xf8,-0x134,-0x144)]('/',requirePermission('users:view'),async(_0xe1fc64,_0xcf518)=>{const _0x407c02={_0x13d248:0x4d3,_0x3a3d9b:0x423,_0x1c24b7:0x488,_0x492ef0:0x473,_0x3264b4:0x400,_0xc829b1:0x15e,_0x2b482a:0x18e,_0x5e7702:0x13f,_0x547aa4:0x141,_0xdb043e:0x104,_0x38fd00:0x15a,_0x4b577b:0x43a,_0xcb2020:0x434,_0x5c6e90:0x41f,_0x5320c4:0xa6,_0x73887e:0xbc,_0x384993:0xa7,_0x53d5c8:0x4e2,_0x33b8d2:0x484,_0x36680e:0x4ea,_0x15ae16:0xe4,_0x493d3c:0x10f,_0x21e630:0xb7,_0x395c1f:0xba,_0x29220c:0x164,_0x7bb986:0xe1,_0xda0778:0x411,_0x2d67a1:0x435,_0x4a3040:0x166,_0x413d07:0xf3,_0x356a49:0x505,_0x558f63:0x494,_0x14b141:0x4b5,_0x128bb0:0x123,_0x566a31:0xeb,_0x1b7144:0x160,_0x585a20:0x475,_0x3b51c1:0x445,_0x582403:0x438,_0x2e00f7:0xe8,_0x4915f5:0x177,_0x24f410:0x424,_0xec9c94:0x40a,_0x1a8a7a:0x3e2,_0x2231f0:0x3cf,_0x1bf2c5:0x355,_0x492dd4:0x40b,_0x4a1c7a:0x3ed,_0x3e03c1:0x381,_0x5f3481:0x3d6,_0x1eeb61:0x399,_0x4b31cd:0xf7,_0x58c54e:0xf9,_0x228338:0x170,_0x3b8be1:0x14c,_0x4b7976:0xc4,_0x4c703f:0xea,_0xbf611f:0xf2,_0x575d6e:0x167,_0x186a31:0x42c,_0x4e7ba6:0x419,_0x3a3399:0x403,_0x414a5e:0x38e,_0x715d03:0x402,_0x238136:0x437,_0xc7deb0:0x49,_0x273866:0xa2,_0x1b80b9:0x3ab,_0x5a594e:0x191,_0x14f402:0x180,_0x5e1607:0x15f,_0x46d157:0x40b,_0x204c91:0x3d6,_0x539554:0x439,_0x5c4364:0x3c7,_0x54fbe0:0x3ae,_0x5eba00:0x427,_0x574eae:0x43b,_0xa43f5c:0x461,_0x43b4fc:0x3a0,_0x2dc7f0:0x395,_0x4284f9:0xb6,_0x4549ff:0x92,_0x471eb6:0x122,_0xe37127:0xd4,_0x4f9afa:0x148,_0x160fde:0x107,_0x2a19e3:0x6e,_0x49b330:0x132,_0x3e6740:0x4a5,_0x42176d:0x481,_0x243de7:0x407,_0x53e94c:0x4a8,_0x2f823e:0x3ff,_0x23831e:0x3a6,_0x14cdae:0x32c,_0x350941:0x194,_0x5531df:0x107,_0x3a6448:0x128,_0x65ef0b:0x100,_0x11e4dd:0x3a7,_0x286cdd:0x3aa,_0x5a3090:0x1ea,_0x1455c8:0x174,_0x13bac0:0x480,_0x2ec539:0xd3,_0x18123b:0x10c,_0x1da692:0x1d5,_0x10b5eb:0x124,_0x267750:0x115,_0x1631ad:0x98,_0x2ad633:0x16b,_0x2ca459:0x16c,_0x6614d2:0x14e,_0x20c386:0x4c2,_0xacb1bf:0x3ec,_0x156412:0x454,_0x43ae8d:0xd0,_0x518cb1:0xbe,_0xd802b1:0x3e0,_0x3bc7af:0x40c,_0x18bef2:0x3c8},_0x566b6c={_0x5f9891:0x21d,_0x12a6e3:0x262,_0x3b8a28:0x2f8,_0x53281d:0xfc,_0x5ec1d7:0x1c5,_0x16f71d:0x1a9,_0x40d087:0x1bd,_0x4341c6:0x381,_0x346c17:0x3e9,_0x22914d:0x26f,_0x54466e:0x2e7,_0xa58317:0x2a5,_0x3783bc:0x274,_0x35d45b:0x357,_0x57370a:0x252,_0x550790:0x259,_0x3021cd:0x29d,_0x34d6d1:0x1ff,_0x4e7238:0x274,_0x5763a3:0x36b,_0x1f49e7:0x369,_0x177a49:0x2fa,_0x260b85:0x12e,_0x4b664f:0x1cf,_0x2d979d:0x2b1,_0x3275ae:0x362,_0x4d3d68:0x359,_0x53d766:0x34c,_0x4499cb:0x236,_0x4aa579:0x295,_0x9ec203:0x171,_0x3b2cd9:0x1e7,_0x544b82:0x13c,_0xa9dca0:0x195,_0x2ddd02:0x382,_0xce8b51:0x2db,_0x33e9e6:0x3a8,_0x4d3198:0x32f,_0x313462:0x34b,_0x351128:0x36b,_0x50feb7:0x30d,_0x41d861:0x2d9,_0x458a9b:0x297,_0xbee27f:0x31c,_0x1c96db:0x2f0,_0x1d9b68:0x32e,_0x348891:0x320,_0x4bd37b:0x2e2,_0x5605f8:0x2e7,_0x4aff57:0x338,_0x5db787:0x2c4,_0x55bf9d:0x2f2,_0x4cf6ac:0x32a,_0x598062:0x2f2,_0x18206d:0x279,_0x516f6e:0x175,_0x51566f:0x15d},_0x302494={_0x1304bf:0x548,_0x4671cc:0x6d},_0x26cdce={_0x3da39e:0x11,_0x31046c:0x46};function _0x2771d8(_0x1b8518,_0x25c9b4,_0x14577d,_0x2476b6){return _0x1e85be(_0x14577d,_0x2476b6-_0x26cdce._0x3da39e,_0x14577d-0x19e,_0x2476b6-_0x26cdce._0x31046c);}function _0x53acf0(_0x3aaaa5,_0x1b2d63,_0x1b0455,_0x3caebd){return _0x1e85be(_0x1b2d63,_0x1b0455-_0x302494._0x1304bf,_0x1b0455-0x165,_0x3caebd-_0x302494._0x4671cc);}const _0xa8af12={'ifhct':_0x53acf0(_0x407c02._0x13d248,_0x407c02._0x3a3d9b,_0x407c02._0x1c24b7,_0x407c02._0x492ef0)+_0x53acf0(0x3e0,0x40b,_0x407c02._0x3264b4,0x3e2)+'wn\x20account','qCNIB':_0x2771d8(-_0x407c02._0xc829b1,-0xc5,-_0x407c02._0x2b482a,-_0x407c02._0x5e7702)+_0x2771d8(-0x124,-0x17b,-0x111,-0x164)+_0x2771d8(-_0x407c02._0x547aa4,-0x1cb,-_0x407c02._0xdb043e,-_0x407c02._0x38fd00)+'lete\x20your\x20'+_0x53acf0(_0x407c02._0x4b577b,_0x407c02._0xcb2020,0x497,_0x407c02._0x5c6e90),'ZoxtW':'Invalid\x20em'+_0x2771d8(-_0x407c02._0x5320c4,-0xef,-0x102,-_0x407c02._0x73887e),'wHalU':_0x2771d8(-0x2e,-0x28,-0x71,-_0x407c02._0x384993)+_0x53acf0(_0x407c02._0x53d5c8,0x498,_0x407c02._0x33b8d2,_0x407c02._0x36680e)+'r','eWVTq':function(_0x1e4eb9,_0x1b9d39){return _0x1e4eb9===_0x1b9d39;},'fORNC':_0x2771d8(-_0x407c02._0x15ae16,-_0x407c02._0x493d3c,-0xf9,-_0x407c02._0x21e630),'WXjhw':function(_0x499f78,_0x148b89){return _0x499f78>_0x148b89;},'ExtGQ':function(_0x420b1f,_0x5ddea7){return _0x420b1f(_0x5ddea7);},'dnnbs':'Username\x20a'+_0x2771d8(-_0x407c02._0x395c1f,-0xb1,-_0x407c02._0x29220c,-0xe6)+_0x2771d8(-_0x407c02._0x7bb986,-0x167,-0xfa,-0x142),'moSjX':function(_0x15a63){return _0x15a63();},'mwHcd':function(_0x1fcaab,_0x17573c){return _0x1fcaab===_0x17573c;},'pfjlW':'user','zeQhj':function(_0x3e03c2,_0x55b86d){return _0x3e03c2===_0x55b86d;},'xcGwP':_0x53acf0(_0x407c02._0xda0778,0x3c2,0x3e8,0x388)+_0x53acf0(0x503,_0x407c02._0x2d67a1,0x49b,0x426)+_0x2771d8(-0xaa,-0x143,-_0x407c02._0x4a3040,-_0x407c02._0x413d07),'EyItq':function(_0x3215d6,_0x314c47){return _0x3215d6===_0x314c47;},'eqdyw':_0x53acf0(0x4d8,_0x407c02._0x356a49,_0x407c02._0x558f63,_0x407c02._0x14b141),'obilp':_0x2771d8(-_0x407c02._0x128bb0,-0x10f,-0x1e4,-0x170),'wuoax':function(_0x4f4938,_0x17fa08){return _0x4f4938===_0x17fa08;},'CnJQf':'ySTOI','MUCJu':function(_0xa047e5,_0x212c73){return _0xa047e5!==_0x212c73;},'YyAPz':_0x2771d8(-0x194,-_0x407c02._0x566a31,-0x148,-_0x407c02._0x1b7144)};try{const _0x12353e=await getUsers(),_0x10c336=await _0xa8af12['moSjX'](getBindings),_0x5d5cbb=new Set(_0x10c336[_0x53acf0(0x400,_0x407c02._0x585a20,0x445,0x467)](_0x18e9af=>_0x18e9af['subject_ty'+'pe']===_0x2771d8(-0xe8,-0x13a,-0x109,-0xed))['map'](_0x513ce5=>_0x513ce5[_0x53acf0(0x427,0x481,0x437,0x3d0)])),_0x2e27c3=new Set(_0x10c336[_0x53acf0(0x49b,0x414,_0x407c02._0x3b51c1,_0x407c02._0x582403)](_0x3e04ea=>_0x3e04ea[_0x53acf0(0x426,0x45d,0x424,0x43b)+'pe']===_0x2771d8(-0xf1,-0x36,-0x81,-0xa3))['map'](_0x24e25c=>_0x24e25c[_0x53acf0(0x48a,0x4a4,0x437,0x44e)])),_0x267bfd=new Set();for(const _0x4590ee of _0x10c336){_0xa8af12[_0x2771d8(-0x127,-_0x407c02._0x2e00f7,-_0x407c02._0x4915f5,-0x14a)](_0x4590ee[_0x53acf0(0x3bc,0x44a,_0x407c02._0x24f410,0x3d4)+'pe'],_0xa8af12[_0x53acf0(_0x407c02._0xec9c94,_0x407c02._0x1a8a7a,_0x407c02._0x2231f0,_0x407c02._0x1bf2c5)])&&_0x4590ee[_0x53acf0(0x3a6,0x466,_0x407c02._0x492dd4,0x3cb)+_0x53acf0(_0x407c02._0x4a1c7a,_0x407c02._0x3e03c1,_0x407c02._0x5f3481,_0x407c02._0x1eeb61)]===_0x2771d8(-_0x407c02._0x4b31cd,-0x18f,-_0x407c02._0x58c54e,-_0x407c02._0x228338)&&_0xa8af12[_0x2771d8(-_0x407c02._0x3b8be1,-0xbf,-_0x407c02._0x4b7976,-_0x407c02._0x4c703f)](_0x4590ee[_0x2771d8(-0xf3,-0xf2,-_0x407c02._0xbf611f,-_0x407c02._0x575d6e)],_0xa8af12['xcGwP'])&&_0x267bfd[_0x53acf0(_0x407c02._0x186a31,_0x407c02._0x4e7ba6,_0x407c02._0x3a3399,_0x407c02._0x414a5e)](_0x4590ee[_0x53acf0(0x43d,_0x407c02._0x715d03,_0x407c02._0x238136,0x444)]);}const _0x1536e7=new Set();for(const _0x248794 of _0x10c336){if(_0xa8af12[_0x2771d8(-0x47,-_0x407c02._0xc7deb0,-_0x407c02._0x273866,-0xb5)](_0x248794[_0x53acf0(0x46a,0x49e,0x424,_0x407c02._0x1b80b9)+'pe'],_0xa8af12[_0x2771d8(-_0x407c02._0x5a594e,-_0x407c02._0x14f402,-0x1b3,-_0x407c02._0x5e1607)])&&_0x248794[_0x53acf0(0x3e7,0x489,_0x407c02._0x46d157,0x3d1)+_0x53acf0(_0x407c02._0x4a1c7a,0x380,_0x407c02._0x204c91,_0x407c02._0x539554)]===_0xa8af12[_0x53acf0(_0x407c02._0x5c4364,0x3af,_0x407c02._0x54fbe0,0x347)]&&_0xa8af12[_0x53acf0(_0x407c02._0x5eba00,0x3f7,_0x407c02._0x574eae,_0x407c02._0xa43f5c)](_0x248794[_0x53acf0(0x3a2,0x42e,0x3d0,0x394)],_0xa8af12[_0x53acf0(0x369,0x37d,_0x407c02._0x43b4fc,_0x407c02._0x2dc7f0)])){if(_0xa8af12[_0x2771d8(-_0x407c02._0x4284f9,-_0x407c02._0x4549ff,-_0x407c02._0x471eb6,-0xfc)](_0x2771d8(-0x1b3,-_0x407c02._0xe37127,-_0x407c02._0x4f9afa,-0x136),_0xa8af12[_0x2771d8(-0x130,-_0x407c02._0x160fde,-_0x407c02._0x2a19e3,-0xc2)]))_0x1536e7[_0x2771d8(-_0x407c02._0x49b330,-0x1ab,-0x153,-0x134)](_0x248794[_0x53acf0(_0x407c02._0x3e6740,0x4ac,0x437,0x3e0)]);else{const _0x54e61c={};return _0x54e61c[_0x53acf0(_0x407c02._0x42176d,_0x407c02._0x243de7,0x454,0x490)]=_0xa8af12[_0x53acf0(_0x407c02._0x53e94c,0x477,0x48d,0x4b9)],_0x54e61c[_0x53acf0(0x350,_0x407c02._0x2f823e,_0x407c02._0x23831e,_0x407c02._0x14cdae)]=_0xa8af12[_0x2771d8(-0x17c,-0xf5,-_0x407c02._0x350941,-0x138)],_0x2a5b0a[_0x2771d8(-0xf1,-0x71,-0x110,-0xbe)](-0xe13+-0x1d1f+0x2cc2)['json'](_0x54e61c);}}}const _0x198570=await Promise['all'](_0x12353e['map'](async({password_hash:_0x323fc3,..._0x4c4705})=>{const _0x322ec1={_0x47b73e:0x2ef},_0x3852e0={_0x3d75ae:0xb4,_0x4eba51:0x6f};function _0x27b36c(_0x2787f9,_0x243316,_0x19bc6c,_0x49aa65){return _0x53acf0(_0x2787f9-_0x3852e0._0x3d75ae,_0x19bc6c,_0x49aa65- -0x12d,_0x49aa65-_0x3852e0._0x4eba51);}function _0x20bc70(_0x221dce,_0x16d94f,_0x59c685,_0x2aacb5){return _0x2771d8(_0x221dce-0x1d4,_0x16d94f-0x66,_0x2aacb5,_0x221dce-_0x322ec1._0x47b73e);}if(_0xa8af12[_0x20bc70(_0x566b6c._0x5f9891,0x23f,0x1af,_0x566b6c._0x12a6e3)](_0xa8af12[_0x27b36c(_0x566b6c._0x3b8a28,0x3b9,0x32f,0x34b)],_0xa8af12['fORNC'])){const _0x7331f1=_0x5d5cbb[_0x20bc70(0x171,_0x566b6c._0x53281d,_0x566b6c._0x5ec1d7,_0x566b6c._0x16f71d)](_0x4c4705['id']);let _0x3a849d=![];const _0x28d33a=_0xa8af12[_0x20bc70(_0x566b6c._0x40d087,0x1ea,0x17c,0x217)](_0x2e27c3[_0x20bc70(0x252,0x262,0x2c1,0x2cc)],-0x3d*-0xe+-0x24dc+0x4ca*0x7)||_0x1536e7[_0x27b36c(0x2ee,_0x566b6c._0x4341c6,_0x566b6c._0x346c17,0x36d)]>-0x9b0+-0x5db*-0x6+-0xcb9*0x2?await _0xa8af12[_0x27b36c(0x2f9,0x2ce,_0x566b6c._0x22914d,_0x566b6c._0x54466e)](getTeamsByUserId,_0x4c4705['id']):[];if(_0xa8af12[_0x27b36c(_0x566b6c._0xa58317,_0x566b6c._0x3783bc,_0x566b6c._0x35d45b,0x2d8)](_0x2e27c3[_0x20bc70(_0x566b6c._0x57370a,0x299,0x23a,_0x566b6c._0x550790)],0x14df*-0x1+-0x1999+0x2e78)){if('vQxlU'===_0x27b36c(_0x566b6c._0x3021cd,0x2ea,0x280,0x27d)){const _0x5eba94={};return _0x5eba94[_0x20bc70(0x20c,0x276,_0x566b6c._0x34d6d1,_0x566b6c._0x4e7238)]=_0xa8af12[_0x27b36c(_0x566b6c._0x5763a3,_0x566b6c._0x1f49e7,0x305,_0x566b6c._0x177a49)],_0x5eba94[_0x20bc70(0x15e,_0x566b6c._0x260b85,_0x566b6c._0x4b664f,0x1a6)]='Please\x20pro'+_0x20bc70(0x1a1,0x12b,0x185,0x149)+_0x27b36c(_0x566b6c._0x2d979d,0x38d,0x335,0x31e)+'ddress',_0x52906b[_0x27b36c(_0x566b6c._0x3275ae,_0x566b6c._0x4d3d68,0x3bd,_0x566b6c._0x53d766)](0x1*0x11c1+-0x334+0x23*-0x5f)['json'](_0x5eba94);}else _0x3a849d=_0x28d33a[_0x20bc70(_0x566b6c._0x4499cb,0x1d3,0x280,_0x566b6c._0x4aa579)](_0x5e06d7=>_0x2e27c3['has'](_0x5e06d7['id']));}const _0x1517fb=_0x267bfd[_0x20bc70(_0x566b6c._0x9ec203,_0x566b6c._0x3b2cd9,_0x566b6c._0x544b82,_0x566b6c._0xa9dca0)](_0x4c4705['id'])||_0x28d33a[_0x27b36c(_0x566b6c._0x2ddd02,_0x566b6c._0xce8b51,_0x566b6c._0x33e9e6,0x351)](_0x2118e0=>_0x1536e7[_0x20bc70(0x171,0xf5,0x157,0x128)](_0x2118e0['id'])),_0x5644ca={..._0x4c4705};return _0x5644ca['hasUserBin'+_0x27b36c(_0x566b6c._0x4d3198,_0x566b6c._0x313462,_0x566b6c._0x351128,_0x566b6c._0x50feb7)]=_0x7331f1,_0x5644ca[_0x27b36c(0x22e,0x306,_0x566b6c._0x41d861,_0x566b6c._0x458a9b)+_0x27b36c(_0x566b6c._0xbee27f,_0x566b6c._0x1c96db,_0x566b6c._0x1d9b68,_0x566b6c._0x50feb7)]=_0x3a849d,_0x5644ca[_0x27b36c(0x340,0x27d,_0x566b6c._0x348891,_0x566b6c._0x4bd37b)+_0x27b36c(_0x566b6c._0x5605f8,0x2ef,0x388,0x30c)]=_0x1517fb,_0x5644ca;}else{_0x5912d5[_0x27b36c(0x354,0x382,0x2d2,0x327)](_0xa8af12['wHalU'],_0x5579fe);const _0x298e50={};_0x298e50['error']=_0xa8af12[_0x27b36c(_0x566b6c._0x4aff57,_0x566b6c._0x5db787,_0x566b6c._0x55bf9d,_0x566b6c._0x4cf6ac)],_0x298e50[_0x27b36c(0x29c,0x20a,_0x566b6c._0x598062,_0x566b6c._0x18206d)]=_0x9ffc9b[_0x20bc70(0x15e,0xe8,_0x566b6c._0x516f6e,_0x566b6c._0x51566f)],_0x4a8a0c['status'](-0x1*-0xb23+-0xbca+0x29b)['json'](_0x298e50);}})),_0x10974a={};_0x10974a[_0x2771d8(-_0x407c02._0x5531df,-0x74,-_0x407c02._0x3a6448,-0xae)]=_0x198570,_0xcf518[_0x2771d8(-0xc4,-0xf0,-_0x407c02._0x65ef0b,-0x12b)](_0x10974a);}catch(_0x484622){if(_0xa8af12[_0x53acf0(0x395,0x342,_0x407c02._0x11e4dd,_0x407c02._0x286cdd)](_0xa8af12['YyAPz'],_0xa8af12[_0x2771d8(-_0x407c02._0x5a3090,-_0x407c02._0x1455c8,-0x180,-0x184)])){const _0x9ff0d4={};return _0x9ff0d4[_0x53acf0(0x46f,0x4c9,0x454,_0x407c02._0x13bac0)]=_0xa8af12[_0x2771d8(-0xe6,-_0x407c02._0x2ec539,-_0x407c02._0x18123b,-0xee)],_0x9ff0d4[_0x2771d8(-_0x407c02._0x1da692,-_0x407c02._0x10b5eb,-0x140,-0x191)]=_0x3026bc['message'],_0x2b793a[_0x2771d8(-_0x407c02._0x267750,-0xe3,-_0x407c02._0x1631ad,-0xbe)](0xf56+0x9e4+-0x17*0x107)[_0x2771d8(-_0x407c02._0x2ad633,-_0x407c02._0x2ca459,-0xbe,-0x12b)](_0x9ff0d4);}else{logger[_0x2771d8(-0x97,-0x64,-_0x407c02._0x6614d2,-0xe3)]('Failed\x20to\x20'+_0x53acf0(_0x407c02._0x20c386,0x420,0x467,_0x407c02._0x243de7),_0x484622);const _0x7174f1={};_0x7174f1[_0x53acf0(0x443,_0x407c02._0xacb1bf,_0x407c02._0x156412,0x3f5)]='Failed\x20to\x20'+_0x2771d8(-0x112,-0xf0,-0xf6,-_0x407c02._0x43ae8d),_0x7174f1[_0x2771d8(-0x151,-0x193,-0x197,-0x191)]=_0x484622['message'],_0xcf518[_0x2771d8(-0xbd,-0xbb,-0x73,-_0x407c02._0x518cb1)](-0x1350*0x1+0x1*-0x709+0x1c4d)[_0x53acf0(0x400,_0x407c02._0xd802b1,_0x407c02._0x3bc7af,_0x407c02._0x18bef2)](_0x7174f1);}}}),router[_0x378395(-0x22a,-0x1d1,-0x20c,-0x20d)]('/:id',requirePermission('users:view'),async(_0x5eabbf,_0x36d467)=>{const _0x53fbfe={_0x49c7a1:0x37,_0x1aba82:0x41,_0x4606ee:0x3d,_0x497a5a:0xb,_0x4f80aa:0x8c,_0xade4a0:0x63,_0x364701:0x42,_0x385ad0:0x9f,_0x570764:0x6d,_0x122320:0xe2,_0x2681da:0x87,_0x16642e:0x9f,_0x4d283f:0x5d,_0x105e45:0x57,_0x5a9ad6:0x12,_0x4c0485:0x79,_0x190bf0:0x80,_0x288f87:0xe7,_0x17accd:0xe7,_0x3da19c:0x8c,_0x570ee4:0xae,_0x204a58:0xdb,_0x2c9e19:0xfa,_0x3d5543:0x99,_0x264a40:0xa7,_0x428e00:0x13,_0x43f815:0x62,_0x877ba:0xc,_0xf817cc:0x57,_0x3e2891:0x11,_0x2d5ad1:0x117,_0x181f9d:0x48,_0x298e49:0xc1,_0x3316e4:0x101,_0x268e9f:0xa3,_0x1bc47d:0x7a},_0x6df5bd={_0x85b609:0xeb,_0x1f0151:0x169},_0x6dff73={_0x207aef:0x160};function _0x268cf3(_0x25a547,_0x15a5b4,_0x2ac96d,_0x39d24a){return _0x378395(_0x25a547-_0x6dff73._0x207aef,_0x15a5b4-0x199,_0x2ac96d-0x1f5,_0x39d24a);}const _0xbb5158={};function _0x5335b2(_0x57fc92,_0x1ebc82,_0x4dfe2a,_0x239603){return _0x378395(_0x57fc92-0x17a,_0x1ebc82-_0x6df5bd._0x85b609,_0x239603-_0x6df5bd._0x1f0151,_0x4dfe2a);}_0xbb5158[_0x268cf3(_0x53fbfe._0x49c7a1,-0x3,-0x25,0x42)]='User\x20not\x20f'+'ound',_0xbb5158[_0x268cf3(_0x53fbfe._0x1aba82,-_0x53fbfe._0x4606ee,-0x1b,_0x53fbfe._0x497a5a)]=_0x5335b2(-0x58,-_0x53fbfe._0x4f80aa,-0x47,-_0x53fbfe._0xade4a0)+_0x5335b2(-0x103,-0x178,-0xb6,-0x133);const _0x5d487c=_0xbb5158;try{const _0x35670a=await findUserById(_0x5eabbf[_0x5335b2(-_0x53fbfe._0x364701,-_0x53fbfe._0x385ad0,-0x70,-_0x53fbfe._0x570764)]['id']);if(!_0x35670a){const _0x13c676={};return _0x13c676[_0x5335b2(-0xbf,-_0x53fbfe._0x122320,-_0x53fbfe._0x2681da,-_0x53fbfe._0x16642e)]=_0x5d487c['cdylw'],_0x36d467[_0x268cf3(_0x53fbfe._0x4d283f,-_0x53fbfe._0x105e45,_0x53fbfe._0x5a9ad6,-0x60)](-0x14e3*-0x1+0x3*0x39a+0x1e1d*-0x1)[_0x5335b2(-0x91,-_0x53fbfe._0x4c0485,-_0x53fbfe._0x190bf0,-_0x53fbfe._0x288f87)](_0x13c676);}const {password_hash:_0xa36123,..._0x2b4cab}=_0x35670a;_0x36d467[_0x5335b2(-0xab,-0xbc,-0xfb,-_0x53fbfe._0x17accd)](_0x2b4cab);}catch(_0x5dff7b){logger[_0x5335b2(-_0x53fbfe._0x3da19c,-_0x53fbfe._0x570ee4,-_0x53fbfe._0x204a58,-0x9f)](_0x5d487c[_0x5335b2(-0x51,-_0x53fbfe._0x2c9e19,-_0x53fbfe._0x3d5543,-_0x53fbfe._0x264a40)],_0x5dff7b);const _0x40ea67={};_0x40ea67[_0x268cf3(-0x6d,0x51,-_0x53fbfe._0x428e00,-_0x53fbfe._0x43f815)]=_0x5335b2(_0x53fbfe._0x877ba,-_0x53fbfe._0xf817cc,-_0x53fbfe._0x3e2891,-_0x53fbfe._0xade4a0)+_0x268cf3(-0xd6,-0xcb,-0xa7,-0x69),_0x40ea67[_0x268cf3(-_0x53fbfe._0x2d5ad1,-_0x53fbfe._0x181f9d,-_0x53fbfe._0x298e49,-_0x53fbfe._0x3316e4)]=_0x5dff7b['message'],_0x36d467[_0x5335b2(-_0x53fbfe._0x268e9f,-0x51,-0x2c,-_0x53fbfe._0x1bc47d)](0x2*0x228+-0xdd6+0xb7a)[_0x5335b2(-0x134,-0xc4,-0x141,-0xe7)](_0x40ea67);}}),router[_0x1e85be(-0x91,-0xc9,-0x102,-0x11d)]('/',requirePermission('users:crea'+'te'),async(_0x52e7a9,_0x238334)=>{const _0x2efa41={_0x556877:0x2d4,_0x161de3:0x258,_0x52d8af:0x247,_0x40d66:0x342,_0x3af0f2:0x386,_0x4f1b07:0x3ef,_0x286406:0x3f5,_0x4f7b2b:0x46c,_0x36e668:0x22e,_0x3f5672:0x234,_0x485afd:0x3ba,_0x3a8f51:0x3cc,_0x4e6ff2:0x315,_0x3772bf:0x267,_0x18dc1d:0x40c,_0x3c5f20:0x3b4,_0x438ab3:0x438,_0x14827f:0x346,_0x5da2b7:0x3a5,_0x4cb838:0x46f,_0x702fd1:0x404,_0x5bb856:0x339,_0x2b49c0:0x2f7,_0x4cebbd:0x2dc,_0x37d3ad:0x35a,_0x3a963f:0x2c8,_0x4f76ca:0x29b,_0x43d3a6:0x2c3,_0x5ee0a5:0x29a,_0x33fcb5:0x30d,_0x4e6c67:0x45a,_0x3a3cd8:0x45e,_0x4f70c4:0x45b,_0x1fa57d:0x2cd,_0x265abb:0x33f,_0x3b6e68:0x290,_0xeeebe0:0x269,_0x3672ad:0x1ec,_0x2d2bf9:0x29e,_0x4f0013:0x27c,_0x4fad96:0x340,_0xd98fb7:0x329,_0x49d2a2:0x357,_0x4bff28:0x380,_0x3e1ee3:0x297,_0x44d419:0x2ac,_0x3dbe90:0x2f3,_0x274c5d:0x35e,_0x898bf3:0x4e9,_0x1ecfa7:0x4c2,_0x5065fa:0x316,_0x20fd1b:0x29c,_0x2e5359:0x343,_0x3bd9ea:0x2d2,_0xff6ff7:0x33f,_0x4bcfb0:0x367,_0x510308:0x261,_0x297b7:0x279,_0x2ce32e:0x1f6,_0x5a6dbd:0x277,_0x217e22:0x30a,_0x3cc669:0x2ad,_0x145360:0x288,_0x3aab89:0x2b4,_0x37c88e:0x301,_0x16e816:0x273,_0x576857:0x4a1,_0x4462cc:0x475,_0x2dd94d:0x36a,_0xc0157:0x291,_0x445362:0x46d,_0x329957:0x4e2,_0x3d5f49:0x43b,_0xc17c6c:0x406,_0x238789:0x471,_0x251c87:0x453,_0x558473:0x422,_0x3ed1e5:0x331,_0x3ebf58:0x3aa,_0x5bdf0e:0x335,_0x174a36:0x2c9,_0x5302ac:0x294,_0x26f1d9:0x2da,_0x5a4990:0x27a,_0x459175:0x248,_0x4b1c6f:0x2cf,_0x5c6984:0x4d8,_0x4fbd22:0x476,_0x5274d2:0x2fd,_0x43441a:0x28f,_0x2eea2a:0x319,_0x368b95:0x2da,_0x30279c:0x2fd,_0x593538:0x2af,_0x3922cf:0x363,_0x44cece:0x274,_0x12b554:0x2b3,_0x364710:0x4d8,_0x493f2e:0x48d,_0xcc2d3b:0x26f,_0x211c25:0x2d8,_0xd8738a:0x2d3,_0x4ade63:0x436,_0x67c9f3:0x4da,_0x84df0b:0x496,_0xc44a55:0x408,_0x3eabe9:0x4bd,_0x596b67:0x4b4,_0xee8c95:0x4f6,_0x2ffd4c:0x440,_0x19b664:0x31b,_0x4a1ea6:0x35d,_0x50fbd3:0x2bb,_0x31e876:0x2d3,_0x585c77:0x41c,_0x31aa55:0x4d1,_0x19c2c7:0x2dc,_0x5b349f:0x355,_0x42d67a:0x28d,_0x193af0:0x306,_0xd5d5c9:0x2d8,_0x15662e:0x478,_0x4e8db9:0x437,_0x4fa677:0x4d7,_0x320b98:0x2d9,_0x117f77:0x314,_0x3f57d0:0x44e,_0x337998:0x441,_0x2857dd:0x3be,_0x534cae:0x473,_0x869eed:0x326,_0x41b85d:0x257,_0x4faac1:0x4bb,_0x4e3318:0x47e,_0x515fbe:0x44e,_0x18ce8c:0x3fe,_0x1e716d:0x294,_0x378e83:0x2d3,_0x18a58d:0x31a,_0x4933f6:0x28d,_0x142721:0x4ba,_0xb3f62a:0x482,_0x2145c9:0x3c8,_0x4a44ed:0x3df,_0x566f77:0x3e3,_0x46148c:0x334,_0x31511b:0x3a1,_0x55e2cc:0x289,_0x394b71:0x376,_0x1de78d:0x337,_0x2f209f:0x31c,_0x2bfd3c:0x2d0,_0x195bb8:0x2be,_0x8fd49e:0x2af,_0x5b49de:0x303,_0x54290a:0x3f1,_0x4b2648:0x38f,_0xb2c624:0x26f,_0x243c09:0x2ba,_0xf44aa1:0x226,_0x5eee23:0x336,_0x47fabf:0x22d,_0x53d2eb:0x37f,_0x33e532:0x440,_0x7b9250:0x317,_0x2372cd:0x454,_0x319dc4:0x268,_0x392891:0x21a,_0x57aa57:0x275,_0x421a39:0x2ed,_0x146805:0x25d,_0x34da5f:0x221,_0xf2c34c:0x491,_0x4a8bc4:0x437,_0x1a1d6d:0x4c0,_0x45a00d:0x2aa,_0x3b6373:0x2c0,_0x26f7bc:0x305,_0x415928:0x32b,_0x49677e:0x367,_0x1491c7:0x395,_0x377fe5:0x24b,_0x1c26fc:0x3e8,_0x434d4c:0x507,_0x72e355:0x49a,_0x3485c4:0x4c9,_0x1606d3:0x44e,_0x3c28b2:0x496,_0x227268:0x4c6,_0x2391d8:0x4fe,_0x852a52:0x34d,_0x17c7e1:0x36e,_0x14899d:0x2d3,_0x5d86ac:0x488,_0x3f85f0:0x503,_0x9d2501:0x46a,_0x52acdf:0x234,_0x4669ec:0x470,_0x4bda61:0x4ce,_0x5bee2d:0x3e0,_0x2d0cc6:0x382,_0x1cbe1b:0x48e,_0x19959f:0x48a,_0x48efa0:0x459,_0x354145:0x499,_0x53a74d:0x4c7,_0x431680:0x371,_0x2b1447:0x309,_0x4c525d:0x39b,_0x583a80:0x43d,_0x36339d:0x40d,_0x536709:0x26f,_0x40fc99:0x229,_0x54c91b:0x26e,_0x25c1cd:0x236,_0x388947:0x3b0,_0x5b7d21:0x47e,_0x521caf:0x48b,_0x22d401:0x1f2,_0x5e3596:0x2c4,_0x8c6418:0x31a,_0x11418b:0x2df,_0x15e6af:0x239,_0x6c256f:0x35f,_0x308bbb:0x355,_0x167414:0x2c1,_0x5e3621:0x32d,_0x554af4:0x2ec,_0xf99868:0x3ae,_0x1ed503:0x438,_0x29f694:0x26f,_0x41a543:0x238,_0x115d24:0x23b,_0x2f5f02:0x46a,_0x1e129c:0x2a1,_0x4a345b:0x329,_0xaeabf7:0x3ac,_0x38a447:0x326,_0x3fedd3:0x353,_0x10d0df:0x496,_0x4b9326:0x3e7,_0x502f60:0x435,_0x7061ea:0x452,_0x4b4cb1:0x4ae,_0x4e2c8f:0x42a,_0x49b24b:0x508,_0x72978f:0x44c,_0x19fc14:0x3f6,_0x5a60b2:0x4b9,_0x3b3f90:0x312,_0x46c532:0x25b,_0x84d8ac:0x4d2,_0x535c4c:0x462,_0x10aa88:0x340,_0x303a9c:0x371,_0xc9254e:0x37d,_0x1bea37:0x2de,_0x3a80a9:0x2eb,_0x4420d6:0x2fe,_0x3d92fc:0x3d6,_0x398240:0x452,_0x2e06d0:0x2ca,_0x50d47a:0x4de,_0x105b31:0x4f3,_0x584009:0x3e8,_0x2f974c:0x463,_0x13ff4f:0x3a4,_0x1b95ca:0x4bb,_0x4d7b20:0x4eb,_0x4bcd26:0x4cd,_0x3db5a1:0x4fb,_0x38c8e4:0x350},_0x3c3a7c={_0x374713:0xc6},_0x39791b={_0x2269a8:0x44},_0x14441d={'ywwuL':_0x4785c9(-0x258,-_0x2efa41._0x556877,-_0x2efa41._0x161de3,-_0x2efa41._0x52d8af)+_0x4785c9(-0x328,-0x336,-_0x2efa41._0x40d66,-_0x2efa41._0x3af0f2),'XMsFw':_0x358e59(_0x2efa41._0x4f1b07,_0x2efa41._0x286406,0x3fc,_0x2efa41._0x4f7b2b)+_0x4785c9(-0x2a8,-_0x2efa41._0x36e668,-_0x2efa41._0x3f5672,-0x251),'IeWaE':_0x358e59(0x3f2,_0x2efa41._0x485afd,_0x2efa41._0x3a8f51,0x3f4)+_0x4785c9(-0x2be,-0x2e1,-_0x2efa41._0x4e6ff2,-_0x2efa41._0x3772bf)+_0x358e59(_0x2efa41._0x18dc1d,_0x2efa41._0x3c5f20,_0x2efa41._0x438ab3,0x3dd)+'aracters\x20l'+_0x4785c9(-_0x2efa41._0x14827f,-_0x2efa41._0x5da2b7,-0x38c,-0x384),'ogQEu':_0x358e59(_0x2efa41._0x4cb838,_0x2efa41._0x702fd1,0x4ad,0x4b1)+'ername','xmvaQ':_0x4785c9(-_0x2efa41._0x5bb856,-0x36e,-_0x2efa41._0x2b49c0,-0x353)+'an\x20only\x20co'+_0x4785c9(-0x31d,-_0x2efa41._0x4cebbd,-_0x2efa41._0x37d3ad,-0x398)+_0x4785c9(-_0x2efa41._0x3a963f,-_0x2efa41._0x4f76ca,-0x264,-0x2b2)+_0x4785c9(-_0x2efa41._0x43d3a6,-_0x2efa41._0x5ee0a5,-_0x2efa41._0x33fcb5,-0x330)+_0x358e59(_0x2efa41._0x4e6c67,0x434,_0x2efa41._0x3a3cd8,_0x2efa41._0x4f70c4)+_0x4785c9(-_0x2efa41._0x1fa57d,-_0x2efa41._0x265abb,-_0x2efa41._0x3b6e68,-_0x2efa41._0xeeebe0),'hAAKT':_0x4785c9(-0x258,-_0x2efa41._0x3672ad,-_0x2efa41._0x2d2bf9,-_0x2efa41._0x4f0013)+_0x4785c9(-_0x2efa41._0x4fad96,-_0x2efa41._0xd98fb7,-_0x2efa41._0x49d2a2,-_0x2efa41._0x4bff28)+'r','aJPgI':'Username\x20a'+_0x4785c9(-_0x2efa41._0x3e1ee3,-_0x2efa41._0x44d419,-0x2b0,-0x2e1)+_0x4785c9(-_0x2efa41._0x3dbe90,-_0x2efa41._0x274c5d,-0x35d,-0x2d2),'YaiUL':function(_0x4f68e3,_0x59331c){return _0x4f68e3===_0x59331c;},'Erflb':_0x358e59(0x4cc,0x4f8,_0x2efa41._0x898bf3,_0x2efa41._0x1ecfa7),'SQvBy':_0x4785c9(-_0x2efa41._0x5065fa,-_0x2efa41._0x20fd1b,-0x34d,-0x367),'nDXgU':function(_0x2bca84,_0x3b8d20){return _0x2bca84<_0x3b8d20;},'ZgGwD':function(_0x1c4dd8,_0x367bfc){return _0x1c4dd8!==_0x367bfc;},'wHEwe':_0x4785c9(-_0x2efa41._0x2e5359,-0x31d,-_0x2efa41._0x3bd9ea,-0x39b),'BXDCi':_0x4785c9(-_0x2efa41._0xff6ff7,-0x357,-0x309,-_0x2efa41._0x4bcfb0),'YgVNB':function(_0x43df35,_0x5979a1){return _0x43df35(_0x5979a1);},'oaGsR':function(_0x163ab9,_0x31b98a){return _0x163ab9(_0x31b98a);},'FIvxE':_0x4785c9(-_0x2efa41._0x510308,-_0x2efa41._0x297b7,-0x2a7,-_0x2efa41._0x2ce32e)+_0x358e59(0x4d5,0x508,0x4ba,0x504)+_0x4785c9(-0x2b0,-_0x2efa41._0x5a6dbd,-_0x2efa41._0x217e22,-_0x2efa41._0x3cc669),'eoAiz':function(_0x3a277f,_0x370f2c){return _0x3a277f!==_0x370f2c;},'tuApW':_0x4785c9(-0x2e2,-_0x2efa41._0x145360,-_0x2efa41._0x2d2bf9,-0x2c1),'rtGVm':'OFLAw','ElnAL':_0x4785c9(-_0x2efa41._0x3aab89,-_0x2efa41._0x37c88e,-0x23f,-_0x2efa41._0x16e816),'zzgFb':function(_0xd52f6,_0x3e6d4f){return _0xd52f6(_0x3e6d4f);},'xROUf':function(_0x4e8c18,_0x234af7){return _0x4e8c18!==_0x234af7;},'ugEMv':_0x358e59(_0x2efa41._0x576857,0x4a0,0x4ca,_0x2efa41._0x4462cc),'yzPch':_0x4785c9(-0x336,-0x395,-0x326,-_0x2efa41._0x2dd94d),'DWoMN':function(_0x311efb,_0x38dbd1,_0x25a2e2){return _0x311efb(_0x38dbd1,_0x25a2e2);},'XLzcm':_0x4785c9(-0x2c5,-0x261,-0x2f6,-_0x2efa41._0xc0157),'CTdbP':_0x358e59(0x4ad,0x44e,_0x2efa41._0x445362,0x457)+_0x358e59(0x3f8,0x3ff,0x3e6,0x3a4)+_0x358e59(0x481,0x462,_0x2efa41._0x329957,_0x2efa41._0x3d5f49),'zUBck':_0x358e59(0x440,0x4b8,_0x2efa41._0xc17c6c,_0x2efa41._0x238789)+_0x358e59(_0x2efa41._0x251c87,_0x2efa41._0x558473,0x422,0x4a8)};function _0x4785c9(_0x5cd7c9,_0x869b15,_0x15f301,_0x263a4a){return _0x378395(_0x5cd7c9-0x128,_0x869b15-_0x39791b._0x2269a8,_0x5cd7c9- -0x8c,_0x869b15);}function _0x358e59(_0x220dbc,_0x1f3ead,_0xe41676,_0x5a970a){return _0x378395(_0x220dbc-0x172,_0x1f3ead-_0x3c3a7c._0x374713,_0x220dbc-0x69e,_0x5a970a);}try{const {username:_0x381ecf,email:_0x4d6601,name:_0x55f594,password:_0x969f59,ssh_username:_0x21b69f,teamId:_0x474ac6}=_0x52e7a9[_0x4785c9(-_0x2efa41._0x3ed1e5,-_0x2efa41._0x3ebf58,-_0x2efa41._0x5bdf0e,-_0x2efa41._0x174a36)];if(!_0x381ecf||!_0x4d6601||!_0x55f594){const _0x3d6a3b={};return _0x3d6a3b[_0x4785c9(-_0x2efa41._0x5302ac,-0x224,-0x21b,-_0x2efa41._0x26f1d9)]=_0x4785c9(-_0x2efa41._0x5a4990,-_0x2efa41._0x459175,-0x26a,-_0x2efa41._0x4b1c6f)+_0x358e59(0x4bc,_0x2efa41._0x5c6984,_0x2efa41._0x4fbd22,0x456)+_0x4785c9(-_0x2efa41._0x5274d2,-0x2ab,-0x33a,-_0x2efa41._0x43441a),_0x3d6a3b[_0x4785c9(-0x342,-0x318,-_0x2efa41._0x2eea2a,-_0x2efa41._0x368b95)]=_0x4785c9(-0x305,-_0x2efa41._0x30279c,-_0x2efa41._0x593538,-_0x2efa41._0x14827f)+_0x4785c9(-0x2f2,-_0x2efa41._0x3922cf,-_0x2efa41._0x44cece,-_0x2efa41._0x12b554)+'\x20name\x20are\x20'+_0x358e59(_0x2efa41._0x364710,0x4fc,0x4f6,_0x2efa41._0x493f2e),_0x238334[_0x4785c9(-_0x2efa41._0xcc2d3b,-_0x2efa41._0x44cece,-_0x2efa41._0x3bd9ea,-_0x2efa41._0x368b95)](-0x4dc*0x1+0x132+0x53a)[_0x4785c9(-_0x2efa41._0x4cebbd,-_0x2efa41._0x211c25,-0x34a,-_0x2efa41._0xd8738a)](_0x3d6a3b);}const _0x3eb2d5=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x3eb2d5['test'](_0x4d6601)){if(_0x14441d[_0x4785c9(-0x295,-0x2a0,-0x217,-0x2eb)](_0x358e59(0x49e,_0x2efa41._0x4ade63,0x444,0x4cc),_0x358e59(0x49e,_0x2efa41._0x67c9f3,0x509,0x4f6))){const _0x2a84e5={};return _0x2a84e5[_0x358e59(_0x2efa41._0x84df0b,0x460,0x512,0x50f)]=_0x358e59(_0x2efa41._0xc44a55,0x3ba,0x447,0x411)+_0x358e59(_0x2efa41._0x3eabe9,_0x2efa41._0x596b67,_0x2efa41._0xee8c95,_0x2efa41._0x2ffd4c),_0x2a84e5['message']=_0x4785c9(-_0x2efa41._0x19b664,-0x2f3,-_0x2efa41._0x4a1ea6,-0x2e8)+_0x4785c9(-0x2ff,-0x2e5,-_0x2efa41._0x50fbd3,-_0x2efa41._0x31e876)+_0x358e59(0x48d,0x4a8,_0x2efa41._0x585c77,_0x2efa41._0x31aa55)+_0x4785c9(-0x30a,-0x2b2,-0x361,-0x351),_0x238334['status'](-0x1953+0xf8c+0x1*0xb57)[_0x4785c9(-_0x2efa41._0x19c2c7,-0x2bd,-_0x2efa41._0x5b349f,-0x32b)](_0x2a84e5);}else{_0x2d16c5['error'](_0x14441d[_0x4785c9(-_0x2efa41._0x42d67a,-_0x2efa41._0x12b554,-_0x2efa41._0x193af0,-_0x2efa41._0xd5d5c9)],_0x494911);const _0x24c556={};_0x24c556[_0x358e59(0x496,0x432,0x482,_0x2efa41._0x15662e)]=_0x14441d[_0x358e59(0x49d,_0x2efa41._0x4e8db9,0x449,_0x2efa41._0x4fa677)],_0x24c556[_0x4785c9(-0x342,-_0x2efa41._0x320b98,-0x309,-0x329)]=_0x1b5b3d[_0x4785c9(-0x342,-_0x2efa41._0x117f77,-0x2c3,-0x36c)],_0x352a50['status'](-0x10e*-0x1a+-0xe6+-0x1892)[_0x358e59(_0x2efa41._0x3f57d0,0x416,0x3ef,0x4c9)](_0x24c556);}}const _0x30aceb=/^[a-zA-Z0-9_-]+$/;if(!_0x30aceb['test'](_0x381ecf)){if(_0x14441d[_0x358e59(_0x2efa41._0x3d5f49,_0x2efa41._0x337998,_0x2efa41._0x2857dd,_0x2efa41._0x534cae)]!==_0x14441d['SQvBy']){const _0xa39092={};return _0xa39092['error']=_0x14441d[_0x4785c9(-0x327,-_0x2efa41._0x869eed,-0x333,-0x335)],_0xa39092['message']=_0x14441d[_0x4785c9(-0x2a2,-0x29b,-_0x2efa41._0x41b85d,-0x2d6)],_0x238334[_0x358e59(_0x2efa41._0x4faac1,0x4ef,_0x2efa41._0x4e3318,0x475)](-0x957*-0x3+-0x194e+-0x3b*0x5)[_0x358e59(_0x2efa41._0x515fbe,0x47f,0x4af,_0x2efa41._0x18ce8c)](_0xa39092);}else{const _0x5da5f0={};return _0x5da5f0[_0x4785c9(-_0x2efa41._0x1e716d,-0x21e,-_0x2efa41._0x378e83,-0x25e)]=_0x14441d['XMsFw'],_0x5da5f0['message']=_0x14441d[_0x4785c9(-0x2e6,-_0x2efa41._0x18a58d,-0x29c,-_0x2efa41._0x4933f6)],_0x3e8917[_0x358e59(0x4bb,0x4ab,_0x2efa41._0x142721,_0x2efa41._0xb3f62a)](0x1466+-0xe42+-0x494)['json'](_0x5da5f0);}}if(_0x969f59&&_0x14441d[_0x358e59(_0x2efa41._0x4ade63,_0x2efa41._0x2145c9,_0x2efa41._0x4a44ed,_0x2efa41._0x566f77)](_0x969f59[_0x4785c9(-_0x2efa41._0x46148c,-0x341,-_0x2efa41._0x31511b,-0x314)],-0x15c3*0x1+-0x131b+0x417*0xa)){const _0x1e191c={};return _0x1e191c[_0x4785c9(-_0x2efa41._0x5302ac,-0x269,-0x2b8,-_0x2efa41._0x55e2cc)]=_0x14441d['XMsFw'],_0x1e191c[_0x4785c9(-_0x2efa41._0x40d66,-_0x2efa41._0x394b71,-_0x2efa41._0x1de78d,-_0x2efa41._0x2f209f)]=_0x4785c9(-0x338,-0x2d0,-0x319,-_0x2efa41._0x2bfd3c)+_0x4785c9(-_0x2efa41._0x195bb8,-_0x2efa41._0x8fd49e,-_0x2efa41._0x5b49de,-0x23f)+_0x358e59(0x40c,0x438,0x415,_0x2efa41._0x54290a)+_0x4785c9(-0x2a5,-0x2b2,-0x272,-0x2ee)+_0x4785c9(-0x346,-_0x2efa41._0x4b2648,-0x30d,-0x309),_0x238334[_0x4785c9(-_0x2efa41._0xb2c624,-0x2c8,-0x2dc,-0x213)](0x11*0x129+0x12ba+-0x24e3)[_0x358e59(0x44e,0x43a,0x44b,0x4c7)](_0x1e191c);}if(_0x474ac6){if(_0x14441d[_0x4785c9(-0x26b,-_0x2efa41._0x243c09,-0x20f,-_0x2efa41._0xf44aa1)](_0x14441d['wHEwe'],_0x14441d['BXDCi'])){const _0x26c9b0=await _0x14441d[_0x4785c9(-_0x2efa41._0x368b95,-0x2e2,-0x260,-_0x2efa41._0x5eee23)](getTeamById,_0x474ac6);if(!_0x26c9b0){const _0x27ee53={};return _0x27ee53[_0x4785c9(-0x294,-_0x2efa41._0x47fabf,-0x2fe,-0x229)]='Invalid\x20te'+'am',_0x27ee53[_0x358e59(0x3e8,_0x2efa41._0x53d2eb,_0x2efa41._0x33e532,0x401)]=_0x4785c9(-0x2cf,-0x2a7,-_0x2efa41._0x7b9250,-0x2ea)+_0x474ac6+(_0x358e59(0x475,0x465,0x4dc,_0x2efa41._0x2372cd)+'d'),_0x238334[_0x4785c9(-_0x2efa41._0xcc2d3b,-_0x2efa41._0x319dc4,-_0x2efa41._0x392891,-0x270)](-0x1*0x29+0x19e4+-0x182b)['json'](_0x27ee53);}const _0x518d60=await _0x14441d['oaGsR'](hasAllPermissions,_0x52e7a9[_0x4785c9(-0x29e,-0x2e4,-0x225,-0x301)]['id']);if(!_0x518d60){const _0x68baa4=await hasPermission(_0x52e7a9['user']['id'],_0x14441d[_0x4785c9(-_0x2efa41._0x57aa57,-_0x2efa41._0x421a39,-_0x2efa41._0x146805,-_0x2efa41._0x34da5f)],_0x474ac6);if(!_0x68baa4){if(_0x14441d[_0x358e59(_0x2efa41._0xf2c34c,_0x2efa41._0x4a8bc4,0x4d9,_0x2efa41._0x1a1d6d)](_0x14441d[_0x4785c9(-_0x2efa41._0x45a00d,-_0x2efa41._0x3b6373,-_0x2efa41._0x26f7bc,-0x307)],_0x14441d[_0x4785c9(-_0x2efa41._0x415928,-_0x2efa41._0x18a58d,-_0x2efa41._0x49677e,-_0x2efa41._0x1491c7)])){const _0x1dce30={};return _0x1dce30[_0x4785c9(-0x294,-0x220,-_0x2efa41._0x377fe5,-0x306)]=_0x14441d['ElnAL'],_0x1dce30[_0x358e59(_0x2efa41._0x1c26fc,0x406,0x3b2,_0x2efa41._0x18dc1d)]='You\x20do\x20not'+_0x358e59(0x498,_0x2efa41._0x434d4c,_0x2efa41._0x72e355,_0x2efa41._0x3485c4)+_0x358e59(0x4b1,0x432,0x4a5,0x4eb)+_0x358e59(_0x2efa41._0x238789,0x41b,0x40f,0x4a3)+'s\x20to\x20team\x20'+'\x27'+_0x474ac6+'\x27',_0x238334['status'](0x26e8+-0x506+-0x204f)[_0x358e59(_0x2efa41._0x1606d3,0x455,0x4b8,0x3f9)](_0x1dce30);}else{const _0x1621a1={};return _0x1621a1[_0x358e59(_0x2efa41._0x3c28b2,_0x2efa41._0x227268,_0x2efa41._0x2391d8,0x467)]=_0x14441d[_0x4785c9(-0x327,-_0x2efa41._0x852a52,-_0x2efa41._0x17c7e1,-0x317)],_0x1621a1[_0x4785c9(-_0x2efa41._0x40d66,-0x334,-0x326,-_0x2efa41._0x14899d)]=_0x14441d[_0x358e59(_0x2efa41._0x5d86ac,0x437,_0x2efa41._0x3f85f0,_0x2efa41._0x9d2501)],_0x4ee151['status'](0xd33+0x4*0x69d+0xc7*-0x31)['json'](_0x1621a1);}}}}else{_0x52b434[_0x4785c9(-_0x2efa41._0x5302ac,-_0x2efa41._0x52acdf,-0x2b4,-0x27a)](_0x14441d[_0x358e59(0x4cd,0x487,_0x2efa41._0x4669ec,_0x2efa41._0x4bda61)],_0x10f326);if(_0x1b92f0[_0x358e59(0x3e8,_0x2efa41._0x5bee2d,0x425,_0x2efa41._0x2d0cc6)][_0x358e59(0x44c,_0x2efa41._0x1cbe1b,_0x2efa41._0x5d86ac,_0x2efa41._0x19959f)]('already\x20ex'+_0x358e59(0x453,0x441,_0x2efa41._0x48efa0,_0x2efa41._0xc44a55))){const _0x17ce8b={};return _0x17ce8b[_0x358e59(0x496,0x509,0x4f0,0x4c8)]=_0x14441d[_0x358e59(0x47e,0x43a,_0x2efa41._0x354145,_0x2efa41._0x53a74d)],_0x17ce8b[_0x4785c9(-_0x2efa41._0x40d66,-_0x2efa41._0x431680,-_0x2efa41._0x2b1447,-0x2de)]=_0x361ab2[_0x358e59(0x3e8,_0x2efa41._0x4c525d,_0x2efa41._0x583a80,_0x2efa41._0x36339d)],_0x1629e6[_0x4785c9(-_0x2efa41._0x536709,-_0x2efa41._0x40fc99,-0x293,-0x2e8)](0x1002*0x1+0x1f*0x3e+0xb5*-0x1f)['json'](_0x17ce8b);}const _0x2a2c84={};_0x2a2c84['error']=_0x14441d[_0x4785c9(-_0x2efa41._0x146805,-_0x2efa41._0x54c91b,-0x2ca,-_0x2efa41._0x25c1cd)],_0x2a2c84['message']=_0x38f7c9[_0x358e59(0x3e8,_0x2efa41._0x388947,0x426,0x3e9)],_0x5b39ee['status'](0x1345+0x5*-0xa9+-0xe04)[_0x358e59(_0x2efa41._0x515fbe,0x435,_0x2efa41._0x5b7d21,_0x2efa41._0x521caf)](_0x2a2c84);}}const _0x7b5713={'username':_0x381ecf,'email':_0x4d6601,'name':_0x55f594,'password':_0x969f59,'ssh_username':_0x21b69f&&_0x21b69f['trim']()?_0x21b69f[_0x4785c9(-0x263,-0x26f,-_0x2efa41._0x22d401,-_0x2efa41._0x5e3596)]():null},_0x534778=await _0x14441d[_0x4785c9(-_0x2efa41._0x8c6418,-0x314,-_0x2efa41._0x11418b,-0x2d7)](createUser,_0x7b5713);if(_0x474ac6)try{if(_0x14441d['xROUf'](_0x14441d['ugEMv'],_0x14441d[_0x4785c9(-0x284,-_0x2efa41._0x15e6af,-0x21f,-0x23d)]))await _0x14441d[_0x4785c9(-0x30d,-_0x2efa41._0x6c256f,-_0x2efa41._0x308bbb,-0x2fe)](addMember,_0x474ac6,_0x534778['id']);else{const _0x4b788b={};return _0x4b788b[_0x4785c9(-0x294,-0x222,-0x2d8,-_0x2efa41._0x167414)]=_0x4785c9(-_0x2efa41._0x5e3621,-_0x2efa41._0x554af4,-0x392,-0x34a)+_0x358e59(0x40a,_0x2efa41._0xf99868,_0x2efa41._0x33e532,_0x2efa41._0x1ed503),_0x2d22ce[_0x4785c9(-_0x2efa41._0x29f694,-_0x2efa41._0x41a543,-_0x2efa41._0x115d24,-0x209)](0x1*-0x1e55+0x961*0x2+0xd27)[_0x358e59(0x44e,0x449,_0x2efa41._0x2f5f02,0x476)](_0x4b788b);}}catch(_0x174505){if(_0x14441d[_0x4785c9(-_0x2efa41._0x12b554,-0x251,-0x2c5,-_0x2efa41._0x1e129c)]!==_0x4785c9(-_0x2efa41._0x4a345b,-0x2d9,-0x2b4,-0x351)){const _0x4f0e48={};_0x4f0e48[_0x4785c9(-0x34a,-_0x2efa41._0xaeabf7,-_0x2efa41._0x38a447,-_0x2efa41._0x3fedd3)]=_0x534778['id'],_0x4f0e48['teamId']=_0x474ac6,_0x4f0e48[_0x358e59(_0x2efa41._0x10d0df,0x467,0x4ab,0x434)]=_0x174505[_0x358e59(0x3e8,0x3a2,_0x2efa41._0x4b9326,_0x2efa41._0x502f60)],logger[_0x358e59(_0x2efa41._0x7061ea,0x44b,_0x2efa41._0x596b67,0x4a5)]('Failed\x20to\x20'+'add\x20new\x20us'+_0x358e59(_0x2efa41._0x4b4cb1,_0x2efa41._0x4669ec,0x49c,0x4cc),_0x4f0e48);}else _0x448371[_0x358e59(0x445,0x4a2,0x469,_0x2efa41._0x4e2c8f)](_0x3b7bc4['subject_id']);}const _0x26a941={};_0x26a941['message']=_0x14441d[_0x4785c9(-_0x2efa41._0x1de78d,-0x35a,-0x2e5,-0x35e)],_0x26a941[_0x358e59(0x48c,0x4af,_0x2efa41._0x49b24b,_0x2efa41._0x72978f)]=_0x534778,_0x238334[_0x358e59(0x4bb,0x4eb,0x482,0x457)](-0x1521+0x5*0x705+-0x9*0x177)[_0x358e59(_0x2efa41._0x515fbe,_0x2efa41._0x19fc14,0x4aa,_0x2efa41._0x5a60b2)](_0x26a941);}catch(_0x2dc887){logger[_0x4785c9(-_0x2efa41._0x5302ac,-_0x2efa41._0x3b3f90,-0x2c2,-_0x2efa41._0x46c532)](_0x358e59(_0x2efa41._0x84d8ac,_0x2efa41._0x4e3318,0x505,_0x2efa41._0x535c4c)+_0x4785c9(-_0x2efa41._0x10aa88,-0x31c,-_0x2efa41._0x303a9c,-_0x2efa41._0xc9254e)+'r',_0x2dc887);if(_0x2dc887['message'][_0x4785c9(-_0x2efa41._0x1bea37,-0x265,-_0x2efa41._0x3a80a9,-_0x2efa41._0x4420d6)](_0x14441d[_0x358e59(0x44f,_0x2efa41._0x3d92fc,_0x2efa41._0x398240,0x3d0)])){const _0x31ac78={};return _0x31ac78[_0x4785c9(-0x294,-0x2e1,-_0x2efa41._0x146805,-_0x2efa41._0x2e06d0)]=_0x14441d[_0x358e59(_0x2efa41._0x4e3318,_0x2efa41._0x4f70c4,_0x2efa41._0x50d47a,_0x2efa41._0x105b31)],_0x31ac78['message']=_0x2dc887[_0x358e59(_0x2efa41._0x584009,_0x2efa41._0x2f974c,_0x2efa41._0x13ff4f,0x420)],_0x238334[_0x358e59(_0x2efa41._0x1b95ca,0x4d7,_0x2efa41._0xee8c95,_0x2efa41._0x4d7b20)](0x2377+-0x21d1+-0xd)['json'](_0x31ac78);}const _0x342c78={};_0x342c78['error']=_0x14441d[_0x358e59(_0x2efa41._0x4bcd26,0x471,0x4a3,0x545)],_0x342c78['message']=_0x2dc887['message'],_0x238334[_0x358e59(0x4bb,0x494,0x4d4,_0x2efa41._0x3db5a1)](0x256*-0xf+-0x759*-0x3+0xef3)[_0x4785c9(-0x2dc,-_0x2efa41._0x38c8e4,-0x326,-0x345)](_0x342c78);}}),router[_0x1e85be(-0x140,-0x19d,-0x1f2,-0x1ca)](_0x378395(-0x308,-0x2f4,-0x2a0,-0x254),requirePermission(_0x378395(-0x2e4,-0x2ba,-0x2a4,-0x24d)),async(_0x126028,_0xa28893)=>{const _0x1f3ffd={_0x1a6e3d:0x1f4,_0x128261:0x21d,_0x36ef90:0x217,_0x37bda0:0x28c,_0x3d71c6:0x26c,_0xad19e2:0x24c,_0x53fab9:0x203,_0x19ec36:0x2ba,_0x2123f0:0x24e,_0x21b3a2:0x1f1,_0x1fb0f4:0x305,_0xa8bf13:0x2c2,_0x5e45b2:0x367,_0x1d9aa2:0x1fc,_0x1ab71f:0x216,_0x53b7e6:0x1a4,_0x5199f6:0x2fa,_0x2df26e:0x28f,_0x19289b:0x341,_0x22b9d9:0x33d,_0x2d614b:0x1d9,_0x80a0ab:0x1e9,_0x6b1197:0x26a,_0x191f66:0x229,_0x57b75a:0x39d,_0x46be73:0x31d,_0x778b82:0x32c,_0x2a1937:0x17d,_0x1910b6:0x213,_0x24ee79:0x359,_0x2471ae:0x308,_0x5ab993:0x326,_0x2a2f0a:0x209,_0x1794f5:0x26f,_0x15c3d8:0x358,_0x255c07:0x2c2,_0x63b6de:0x2de,_0xab5dc7:0x21f,_0x1582b6:0x24d,_0x48dbf8:0x1f6,_0x8d380a:0x2ad,_0x556157:0x228,_0x5ce8f4:0x22d,_0x71209d:0x18e,_0x35c757:0x32c,_0x2454d4:0x340,_0x51a196:0x37c,_0x5902e6:0x31a,_0x2f89e9:0x2ed,_0x22e05a:0x368,_0x109118:0x2f7,_0x248209:0x27d,_0x36f03f:0x201,_0x37d7bc:0x27a,_0x97f8e8:0x128,_0x12a84d:0x288,_0x30e7b3:0x27e,_0x3b1d8f:0x346,_0x281695:0x2a1,_0x306e49:0x2f9,_0x12a7cb:0x303,_0x210cd7:0x382,_0x59859b:0x1a1,_0x6662dc:0x214,_0x545a61:0x1f6,_0x41bb85:0x195,_0x1aaf27:0x295,_0x6abe5e:0x31f,_0x493a00:0x2c0,_0x46ec97:0x249,_0x28d63b:0x232,_0x33ee05:0x2fa,_0x18c94:0x3b7,_0x39059f:0x364,_0x5ba556:0x2dd,_0x109b42:0x2fe,_0x44c887:0x32d,_0x4d5d06:0x2df,_0x3cc010:0x2b8,_0x2203fa:0x284,_0x49deac:0x251,_0xd4b64:0x2bc,_0x111886:0x2f5,_0x595cdb:0x2d2,_0x2db304:0x1f5,_0x41bcc2:0x1f0,_0x49c870:0x2b0,_0x1c706c:0x240,_0x3a4457:0x1b2,_0x470b8e:0x224,_0x407599:0x2c5,_0x34ce7d:0x285,_0x49ca1a:0x3b0,_0xbaf0ad:0x326,_0x4ae877:0x390,_0x4e0f09:0x2e6,_0x1ea8ff:0x26e,_0x5afeb0:0x1e0,_0x726ae2:0x206,_0xe1e520:0x33b,_0x55a825:0x2fd,_0x243621:0x307,_0x5f1709:0x30f,_0x4e291f:0x361,_0x361d9c:0x212,_0x5bbe02:0x205,_0x536118:0x1f7,_0x29bd6e:0x37d,_0x1abaa2:0x35a,_0x40bb68:0x36a,_0x2888fa:0x2ec,_0x2fe413:0x275,_0x18a6b8:0x1bc,_0x1f9034:0x18f,_0x243da9:0x1b5,_0x4d6ccc:0x1ea,_0x3af1d2:0x280,_0x286dbe:0x269,_0x3cdf28:0x16d,_0xa819c8:0x23f,_0x2a3cc3:0x17d,_0x4b367f:0x3d1,_0x527e48:0x3bb,_0xda3e6a:0x378,_0x272c29:0x20a,_0x184cd9:0x279,_0x48aca5:0x250,_0x18059a:0x35d,_0x3df1e8:0x21f,_0xa7364a:0x34f,_0x35f998:0x29e,_0x44b205:0x27a,_0x107a87:0x2a8,_0x48a7ec:0x28e,_0x54ef9f:0x2cd,_0x7113ba:0x257,_0x408be4:0x1a5,_0x19efdf:0x3b3,_0x3187fb:0x3c9,_0x2727e1:0x375,_0x217629:0x330,_0x4f0d49:0x17f,_0x417613:0x30d,_0x183dfa:0x229,_0xabe796:0x36d,_0x4a34f4:0x2f0,_0x53de53:0x108,_0x56b5d6:0x1bd,_0x1fe9a2:0x14d,_0xb500da:0x1c5,_0x4fac04:0x232,_0x4c25fa:0x216,_0xa49daf:0x22a,_0x5e6d53:0x208,_0xed486f:0x356,_0x519f58:0x345,_0xb8a182:0x166,_0x410ce3:0x2b9,_0x1f22e7:0x257,_0x29cc48:0x16c,_0x56a51d:0x19a,_0x3042c3:0x1bf,_0x5c7984:0x292,_0x2ebafd:0x242,_0x1edf48:0x29c,_0x2ea0f1:0x12f,_0x61085e:0x184,_0x183d68:0x1fd,_0x2e5204:0x31c,_0x1435ff:0x2da,_0x1135c1:0x2d8,_0x45bd94:0x226,_0x4f0811:0x26e,_0x1d68dd:0x177,_0x2ca0fd:0x18a,_0xf1567:0x3e1,_0x14dc56:0x3d6,_0x235d37:0x2a8,_0x3d5ac0:0x2ec,_0x148b1b:0x291,_0x36dda7:0x258,_0x53e1df:0x1e1,_0x5bf8d3:0x2f4,_0x1b930e:0x344,_0x1a5b8b:0x328},_0x341386={_0x4e4bd1:0x4c},_0x437842={_0x2624ef:0xc,_0x23961c:0x1a,_0x2acbb7:0x43a};function _0x11302d(_0x30be1f,_0x27196a,_0x149f8b,_0x4c7cab){return _0x378395(_0x30be1f-_0x437842._0x2624ef,_0x27196a-_0x437842._0x23961c,_0x4c7cab-_0x437842._0x2acbb7,_0x30be1f);}function _0x49c7b3(_0x29d237,_0xef486e,_0x334a2d,_0x3065a1){return _0x378395(_0x29d237-_0x341386._0x4e4bd1,_0xef486e-0xe1,_0x3065a1- -0xae,_0x334a2d);}const _0x1bf5d0={'oLKTu':'User\x20not\x20f'+_0x11302d(_0x1f3ffd._0x1a6e3d,_0x1f3ffd._0x128261,0x1f5,0x1a6),'WMzAa':function(_0x30fcf8,_0x2fd027){return _0x30fcf8===_0x2fd027;},'TXvKu':_0x11302d(_0x1f3ffd._0x36ef90,0x1ef,_0x1f3ffd._0x37bda0,_0x1f3ffd._0x3d71c6)+_0x11302d(_0x1f3ffd._0xad19e2,0x265,0x22c,0x23f)+'wn\x20account','ddWXg':'Use\x20profil'+_0x11302d(_0x1f3ffd._0x53fab9,0x25b,_0x1f3ffd._0x19ec36,_0x1f3ffd._0x2123f0)+'\x20to\x20modify'+_0x11302d(0x244,0x181,0x210,_0x1f3ffd._0x21b3a2)+'account,\x20o'+_0x49c7b3(-0x32e,-_0x1f3ffd._0x1fb0f4,-_0x1f3ffd._0xa8bf13,-0x336)+_0x49c7b3(-0x347,-_0x1f3ffd._0x5e45b2,-0x2be,-0x31a),'VDIHL':function(_0x5af4c4,_0x230718){return _0x5af4c4(_0x230718);},'Qrxyj':function(_0x2f3de7,_0xa32ac3){return _0x2f3de7!==_0xa32ac3;},'uCzHx':function(_0x483812,_0x23825a){return _0x483812!==_0x23825a;},'KuinC':function(_0x3920e9,_0x573ed0){return _0x3920e9!==_0x573ed0;},'MVpBl':function(_0x101d5d,_0x10d796){return _0x101d5d!==_0x10d796;},'PPZYv':_0x11302d(0x1b4,_0x1f3ffd._0x1d9aa2,_0x1f3ffd._0x1ab71f,_0x1f3ffd._0x53b7e6)+_0x49c7b3(-_0x1f3ffd._0x5199f6,-0x23c,-0x293,-_0x1f3ffd._0x2df26e),'AsdPo':_0x49c7b3(-_0x1f3ffd._0x19289b,-0x2d4,-0x3a5,-_0x1f3ffd._0x22b9d9)+'vide\x20a\x20val'+_0x11302d(_0x1f3ffd._0x2d614b,_0x1f3ffd._0x80a0ab,_0x1f3ffd._0x6b1197,_0x1f3ffd._0x191f66)+_0x49c7b3(-0x31d,-_0x1f3ffd._0x57b75a,-_0x1f3ffd._0x46be73,-_0x1f3ffd._0x778b82),'bCYsE':_0x11302d(0x1d4,_0x1f3ffd._0x2a1937,_0x1f3ffd._0x1910b6,0x1d8),'IpuJz':'Username\x20c'+_0x49c7b3(-_0x1f3ffd._0x24ee79,-0x2b0,-_0x1f3ffd._0x2471ae,-_0x1f3ffd._0x5ab993)+_0x11302d(_0x1f3ffd._0x128261,_0x1f3ffd._0x2a2f0a,0x142,0x1a9)+_0x49c7b3(-0x2c1,-_0x1f3ffd._0x1794f5,-_0x1f3ffd._0x15c3d8,-0x2ea)+_0x49c7b3(-_0x1f3ffd._0x255c07,-_0x1f3ffd._0x63b6de,-0x314,-0x2e5)+_0x11302d(_0x1f3ffd._0xab5dc7,_0x1f3ffd._0x1582b6,0x265,_0x1f3ffd._0x48dbf8)+_0x49c7b3(-0x292,-_0x1f3ffd._0x8d380a,-0x2f1,-0x2ef),'KGFZD':function(_0x159268,_0x53caa0){return _0x159268<_0x53caa0;},'tIXsC':function(_0x4bd366,_0x17b069){return _0x4bd366===_0x17b069;},'JSJZi':_0x11302d(_0x1f3ffd._0x556157,0x209,_0x1f3ffd._0x5ce8f4,0x25a),'ExxAx':_0x11302d(0x153,0x1d9,0x1e7,_0x1f3ffd._0x71209d)+_0x49c7b3(-0x28f,-0x318,-0x30f,-0x2e0)+_0x49c7b3(-0x37e,-_0x1f3ffd._0x35c757,-0x38c,-_0x1f3ffd._0x2454d4)+'aracters\x20l'+_0x49c7b3(-_0x1f3ffd._0x51a196,-_0x1f3ffd._0x5902e6,-_0x1f3ffd._0x2f89e9,-_0x1f3ffd._0x22e05a),'rFblT':function(_0x307b65,_0x227eca,_0x4d8946){return _0x307b65(_0x227eca,_0x4d8946);},'dBrPM':'User\x20updat'+'ed\x20success'+_0x49c7b3(-_0x1f3ffd._0x109118,-0x2c4,-_0x1f3ffd._0x248209,-0x2cb),'EBAHB':'ARhYF','BRQzu':_0x49c7b3(-0x299,-0x1fc,-_0x1f3ffd._0x36f03f,-_0x1f3ffd._0x37d7bc)+_0x11302d(0x1c7,_0x1f3ffd._0x97f8e8,0x1b2,0x19c)+'r','eBcAS':_0x49c7b3(-0x2bd,-_0x1f3ffd._0x12a84d,-0x2fc,-_0x1f3ffd._0x30e7b3),'ALAYp':'already\x20ex'+_0x49c7b3(-_0x1f3ffd._0x3b1d8f,-0x2b5,-_0x1f3ffd._0x281695,-_0x1f3ffd._0x306e49),'FOIMO':_0x49c7b3(-_0x1f3ffd._0x12a7cb,-_0x1f3ffd._0x210cd7,-0x34c,-0x36d)+_0x49c7b3(-0x308,-0x29e,-0x2bd,-0x2b9)+_0x11302d(_0x1f3ffd._0x59859b,0x251,_0x1f3ffd._0x6662dc,0x1d3)};try{const _0x5cc25d=_0x126028[_0x11302d(0x252,0x293,0x208,0x264)]['id'],{username:_0x2b4b85,email:_0x3cc800,name:_0xbe12f2,password:_0x1480fc,ssh_username:_0x1c3675}=_0x126028[_0x11302d(0x1e5,_0x1f3ffd._0x545a61,0x11f,_0x1f3ffd._0x41bb85)];if(_0x1bf5d0['WMzAa'](_0x5cc25d,_0x126028[_0x49c7b3(-_0x1f3ffd._0x1aaf27,-_0x1f3ffd._0x6abe5e,-0x32c,-_0x1f3ffd._0x493a00)]['id'])){const _0xc3e95f={};return _0xc3e95f[_0x11302d(0x271,_0x1f3ffd._0x46ec97,0x1e3,_0x1f3ffd._0x28d63b)]=_0x1bf5d0['TXvKu'],_0xc3e95f[_0x49c7b3(-_0x1f3ffd._0x33ee05,-_0x1f3ffd._0x18c94,-0x340,-_0x1f3ffd._0x39059f)]=_0x1bf5d0['ddWXg'],_0xa28893['status'](0x1181*0x2+-0x52d+-0x1*0x1c45)[_0x49c7b3(-0x29b,-_0x1f3ffd._0x5ba556,-0x2a4,-_0x1f3ffd._0x109b42)](_0xc3e95f);}const _0x290b14=await _0x1bf5d0[_0x49c7b3(-_0x1f3ffd._0x44c887,-_0x1f3ffd._0x4d5d06,-0x2c6,-_0x1f3ffd._0x3cc010)](findUserById,_0x5cc25d);if(!_0x290b14){const _0x385647={};return _0x385647[_0x11302d(_0x1f3ffd._0x36f03f,_0x1f3ffd._0x2203fa,0x23a,0x232)]=_0x1bf5d0[_0x49c7b3(-_0x1f3ffd._0x49deac,-_0x1f3ffd._0xd4b64,-0x27b,-0x2cd)],_0xa28893['status'](0x1c36+-0x3*-0x7a5+-0x3191)[_0x49c7b3(-_0x1f3ffd._0x111886,-_0x1f3ffd._0x595cdb,-0x324,-0x2fe)](_0x385647);}const _0x9668a1={};if(_0x1bf5d0[_0x11302d(0x21c,0x1f8,_0x1f3ffd._0x2db304,_0x1f3ffd._0x41bcc2)](_0x2b4b85,undefined))_0x9668a1['username']=_0x2b4b85;if(_0x1bf5d0['Qrxyj'](_0x3cc800,undefined))_0x9668a1[_0x49c7b3(-0x2d2,-0x2d9,-0x288,-_0x1f3ffd._0x49c870)]=_0x3cc800;if(_0x1bf5d0['uCzHx'](_0xbe12f2,undefined))_0x9668a1[_0x11302d(_0x1f3ffd._0x191f66,0x1ee,0x29e,_0x1f3ffd._0x1c706c)]=_0xbe12f2;if(_0x1bf5d0['KuinC'](_0x1480fc,undefined))_0x9668a1['password']=_0x1480fc;if(_0x1bf5d0['MVpBl'](_0x1c3675,undefined))_0x9668a1[_0x11302d(_0x1f3ffd._0x3a4457,0x237,0x279,0x1fb)+'me']=_0x1c3675&&_0x1c3675[_0x11302d(_0x1f3ffd._0x470b8e,0x2aa,_0x1f3ffd._0x1794f5,0x263)]()?_0x1c3675[_0x49c7b3(-0x2d8,-0x27b,-_0x1f3ffd._0x407599,-_0x1f3ffd._0x34ce7d)]():null;if(_0x3cc800){const _0x240324=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x240324['test'](_0x3cc800)){const _0xb9c74a={};return _0xb9c74a[_0x11302d(0x1e7,0x216,_0x1f3ffd._0x37bda0,0x232)]=_0x1bf5d0[_0x49c7b3(-_0x1f3ffd._0x49ca1a,-_0x1f3ffd._0xbaf0ad,-_0x1f3ffd._0x4ae877,-0x331)],_0xb9c74a['message']=_0x1bf5d0[_0x49c7b3(-_0x1f3ffd._0x4e0f09,-0x2d8,-_0x1f3ffd._0x1ea8ff,-0x2e1)],_0xa28893[_0x11302d(_0x1f3ffd._0x5afeb0,_0x1f3ffd._0x726ae2,_0x1f3ffd._0xab5dc7,0x257)](0x3f3+-0x1ab8+0x1855)[_0x49c7b3(-0x2bf,-_0x1f3ffd._0xe1e520,-_0x1f3ffd._0x2df26e,-_0x1f3ffd._0x109b42)](_0xb9c74a);}}if(_0x2b4b85){if(_0x1bf5d0[_0x49c7b3(-_0x1f3ffd._0x55a825,-0x312,-_0x1f3ffd._0x243621,-0x31e)]===_0x1bf5d0[_0x49c7b3(-0x2b7,-_0x1f3ffd._0x5f1709,-_0x1f3ffd._0x4e291f,-0x31e)]){const _0x5eec49=/^[a-zA-Z0-9_-]+$/;if(!_0x5eec49['test'](_0x2b4b85)){const _0x11be88={};return _0x11be88[_0x11302d(0x20f,_0x1f3ffd._0x361d9c,_0x1f3ffd._0x5bbe02,0x232)]=_0x11302d(_0x1f3ffd._0x536118,0x20b,_0x1f3ffd._0x37d7bc,0x20b)+'ername',_0x11be88[_0x49c7b3(-_0x1f3ffd._0x29bd6e,-_0x1f3ffd._0x1abaa2,-0x3c8,-_0x1f3ffd._0x39059f)]=_0x1bf5d0[_0x49c7b3(-0x2c4,-_0x1f3ffd._0x40bb68,-0x340,-_0x1f3ffd._0x2888fa)],_0xa28893[_0x11302d(_0x1f3ffd._0x2fe413,_0x1f3ffd._0x34ce7d,0x227,0x257)](0x39e*-0xa+-0xbd3+0x318f)[_0x11302d(_0x1f3ffd._0x18a6b8,_0x1f3ffd._0x1f9034,_0x1f3ffd._0x243da9,_0x1f3ffd._0x4d6ccc)](_0x11be88);}}else _0x1facbb=_0x87755b[_0x49c7b3(-_0x1f3ffd._0x3af1d2,-_0x1f3ffd._0x286dbe,-0x23f,-0x28c)](_0x1b7eef=>_0xfe277c[_0x11302d(0x127,0x135,0x1a1,0x197)](_0x1b7eef['id']));}if(_0x1480fc&&_0x1bf5d0[_0x11302d(_0x1f3ffd._0x3cdf28,_0x1f3ffd._0xa819c8,_0x1f3ffd._0x2a3cc3,0x1d0)](_0x1480fc[_0x49c7b3(-_0x1f3ffd._0x4b367f,-_0x1f3ffd._0x527e48,-_0x1f3ffd._0xda3e6a,-0x356)],-0x274*0xb+0x2400+-0xa*0xe6)){if(_0x1bf5d0['tIXsC'](_0x1bf5d0[_0x11302d(0x275,_0x1f3ffd._0x272c29,_0x1f3ffd._0x184cd9,_0x1f3ffd._0x48aca5)],'aQWsc')){const _0x1dc077={};return _0x1dc077[_0x11302d(0x1f9,0x292,0x28a,0x232)]=_0x49c7b3(-0x348,-0x366,-0x3c2,-_0x1f3ffd._0x18059a)+_0x11302d(_0x1f3ffd._0x1582b6,_0x1f3ffd._0x3df1e8,0x248,0x21e),_0x1dc077['message']=_0x1bf5d0['ExxAx'],_0xa28893[_0x49c7b3(-0x2cb,-0x25d,-0x292,-0x291)](-0xc5b+0x1389+-0x59e)[_0x49c7b3(-0x350,-_0x1f3ffd._0xa7364a,-0x311,-0x2fe)](_0x1dc077);}else{const _0x353bad={};return _0x353bad[_0x11302d(_0x1f3ffd._0x35f998,_0x1f3ffd._0x44b205,0x202,0x232)]=_0x1bf5d0[_0x49c7b3(-0x318,-_0x1f3ffd._0x107a87,-_0x1f3ffd._0x48a7ec,-_0x1f3ffd._0x54ef9f)],_0x4f236d[_0x11302d(0x2aa,0x201,_0x1f3ffd._0x7113ba,0x257)](0x2*-0xf59+0x1*-0x1c9a+0x3ce0)[_0x11302d(0x249,_0x1f3ffd._0x408be4,0x1ed,0x1ea)](_0x353bad);}}const _0xf27190=await _0x1bf5d0[_0x11302d(0x1e1,0x192,0x25f,0x1e7)](updateUser,_0x5cc25d,_0x9668a1),_0x59f9d0={};_0x59f9d0[_0x49c7b3(-_0x1f3ffd._0x19efdf,-_0x1f3ffd._0x3187fb,-_0x1f3ffd._0x2727e1,-0x364)]=_0x1bf5d0[_0x49c7b3(-0x2db,-0x35f,-0x314,-_0x1f3ffd._0x217629)],_0x59f9d0['user']=_0xf27190,_0xa28893[_0x11302d(0x21d,0x1e9,0x1a2,_0x1f3ffd._0x4d6ccc)](_0x59f9d0);}catch(_0x55f8f4){if(_0x11302d(0x18a,0x15d,0x158,_0x1f3ffd._0x4f0d49)!==_0x1bf5d0[_0x49c7b3(-_0x1f3ffd._0x417613,-0x2d4,-0x2e0,-0x32e)]){logger[_0x11302d(0x1bf,_0x1f3ffd._0x183dfa,0x1ef,_0x1f3ffd._0x28d63b)](_0x1bf5d0[_0x49c7b3(-_0x1f3ffd._0xabe796,-0x2f0,-0x278,-_0x1f3ffd._0x4a34f4)],_0x55f8f4);if(_0x55f8f4[_0x11302d(0x1aa,0x1a7,_0x1f3ffd._0x53de53,0x184)][_0x11302d(0x210,_0x1f3ffd._0x56b5d6,0x1e4,0x1e8)](_0x1bf5d0[_0x11302d(0x21b,_0x1f3ffd._0x1fe9a2,0x1e5,_0x1f3ffd._0xb500da)])){const _0x198211={};return _0x198211[_0x11302d(0x27e,_0x1f3ffd._0x56b5d6,_0x1f3ffd._0x243da9,_0x1f3ffd._0x4fac04)]=_0x1bf5d0[_0x11302d(_0x1f3ffd._0x4c25fa,_0x1f3ffd._0xa49daf,_0x1f3ffd._0x5e6d53,0x21b)],_0x198211[_0x49c7b3(-_0x1f3ffd._0xed486f,-_0x1f3ffd._0x519f58,-0x336,-0x364)]=_0x55f8f4[_0x11302d(_0x1f3ffd._0xb8a182,0x133,0x19b,0x184)],_0xa28893[_0x11302d(0x217,0x2b1,_0x1f3ffd._0x410ce3,_0x1f3ffd._0x1f22e7)](0xd3c+0x14*0x13f+-0x2494)[_0x11302d(0x25f,0x1db,_0x1f3ffd._0x29cc48,0x1ea)](_0x198211);}if(_0x55f8f4['message']['includes'](_0x1bf5d0[_0x11302d(_0x1f3ffd._0x56a51d,0x167,0x20b,_0x1f3ffd._0x3042c3)])){const _0x1c875f={};return _0x1c875f[_0x49c7b3(-_0x1f3ffd._0x5c7984,-_0x1f3ffd._0x2ebafd,-_0x1f3ffd._0x1edf48,-0x2b6)]=_0x1bf5d0['FOIMO'],_0x1c875f['message']=_0x55f8f4[_0x11302d(0x168,_0x1f3ffd._0x2ea0f1,0x18e,_0x1f3ffd._0x61085e)],_0xa28893['status'](0x1*0x6a3+-0x1a0*-0x2+-0x84a)[_0x11302d(_0x1f3ffd._0x183d68,0x198,0x197,0x1ea)](_0x1c875f);}const _0x84adcc={};_0x84adcc[_0x49c7b3(-_0x1f3ffd._0x2e5204,-_0x1f3ffd._0x1435ff,-0x246,-0x2b6)]=_0x11302d(0x22b,_0x1f3ffd._0x1135c1,_0x1f3ffd._0x45bd94,_0x1f3ffd._0x4f0811)+_0x11302d(_0x1f3ffd._0x1d68dd,_0x1f3ffd._0x2ca0fd,0x14f,0x19c)+'r',_0x84adcc[_0x49c7b3(-_0x1f3ffd._0xf1567,-_0x1f3ffd._0x519f58,-0x3db,-_0x1f3ffd._0x39059f)]=_0x55f8f4[_0x49c7b3(-_0x1f3ffd._0x14dc56,-0x324,-0x2ea,-0x364)],_0xa28893[_0x11302d(0x27c,0x1f2,0x28f,0x257)](0x245a*0x1+0x886+-0x2aec)[_0x49c7b3(-_0x1f3ffd._0x235d37,-_0x1f3ffd._0x3d5ac0,-_0x1f3ffd._0x148b1b,-_0x1f3ffd._0x109b42)](_0x84adcc);}else _0x3ffe45[_0x11302d(0x1cc,_0x1f3ffd._0x36dda7,0x20a,_0x1f3ffd._0x53e1df)](_0x2ff5c5[_0x49c7b3(-_0x1f3ffd._0x5bf8d3,-_0x1f3ffd._0x1b930e,-_0x1f3ffd._0x1a5b8b,-0x2d3)]);}}),router[_0x1e85be(-0xd8,-0xd4,-0xca,-0x145)](_0x378395(-0x27a,-0x2c4,-0x2a0,-0x224),requirePermission(_0x378395(-0x22f,-0x23c,-0x1fe,-0x201)+'te'),async(_0x477142,_0x1a6d25)=>{const _0x48cf8c={_0x273425:0x323,_0x111069:0x2e5,_0xf38887:0x331,_0x19b100:0x2a3,_0x11054e:0x272,_0x46c5de:0x256,_0x14d25f:0x25a,_0x3e5e29:0x23f,_0x355e7e:0x2c2,_0x2afb5b:0x2fd,_0x116c3f:0x384,_0x1bee27:0x352,_0x4e7dc0:0x299,_0x4627fc:0x2fe,_0x2a779c:0x307,_0x36d574:0x365,_0x509fec:0x2cf,_0x472821:0x2ea,_0x4febcc:0x2e9,_0x2dcf64:0x26d,_0x56acde:0x32e,_0x6d4f4d:0x362,_0x127b10:0x2d5,_0x924e66:0x32d,_0x34b9cf:0x332,_0x5d84a4:0x309,_0x4d26cf:0x2ef,_0x126cbb:0x209,_0xf9cb12:0x273,_0x438ac6:0x320,_0x309bef:0x2fa,_0x5dd459:0x28c,_0xc195c0:0x3b1,_0x406a10:0x374,_0x2fbc46:0x2d7,_0x41e62f:0x2d3,_0x142b9a:0x2a0,_0x35f20e:0x2fc,_0x323436:0x3bc,_0x590656:0x39a,_0x219e04:0x3c9,_0x2dcb1b:0x3c3,_0x507e8c:0x377,_0x40e162:0x3af,_0x398bbd:0x2c9,_0x9a2906:0x401,_0x596fbd:0x2b0,_0x70b516:0x261,_0x5cbf41:0x2cd,_0x329333:0x31b,_0x538b03:0x34f,_0x5dcddd:0x2ef,_0x3bce3f:0x393,_0x9a26b4:0x3fc,_0x413ae3:0x358,_0x1a59ae:0x2e7,_0x335c12:0x2a8,_0x4366da:0x3f5,_0x345ac6:0x37c,_0xdbf946:0x255,_0x4b724d:0x33c,_0x5daa3b:0x3b5,_0x103ea6:0x38b,_0x23e228:0x379,_0xb6becd:0x2a5,_0x3806db:0x297,_0x178988:0x312,_0x497e0a:0x31b,_0x140214:0x351,_0x3317a0:0x38d,_0x512cc2:0x3c5,_0x3f6b50:0x410,_0x285516:0x372,_0x5f60d:0x38c,_0x2d515b:0x370,_0x3bffb8:0x2ad,_0xcbc644:0x39a,_0x35b691:0x3f9,_0x39fb33:0x35f,_0x3181f5:0x25e,_0x4d6f22:0x2e4,_0x3bcd5f:0x2c4,_0x177363:0x30a,_0x132661:0x373,_0x25e6e0:0x32a,_0x3960f2:0x2cc,_0x67be5c:0x329,_0xa6e65a:0x3fe,_0x1b8a48:0x356,_0x357ff9:0x386,_0x25d7c9:0x285,_0x4b9b98:0x2ce,_0x591dfa:0x3a4,_0x4afacb:0x394,_0x44d8f6:0x2ee,_0x6f6771:0x3ab,_0xf2ba3b:0x33e,_0x4199b1:0x317,_0x4b4eba:0x22f,_0x18f939:0x2a6,_0x12d3d9:0x35d,_0x54ecf0:0x387,_0x677dba:0x215,_0x33ef47:0x217,_0x4f8eca:0x3bd,_0x4c3511:0x392,_0x387c98:0x2c9,_0x10838e:0x336,_0x3a55b8:0x284,_0x5f2f91:0x2e0,_0x5014e0:0x32e,_0x4da91e:0x2ff,_0xe1d04b:0x2c7,_0xbaedfa:0x3a3,_0x3a3093:0x35d,_0x145b11:0x30c,_0x58ffa6:0x34a,_0x627f:0x313,_0x397e78:0x35f,_0x57d0df:0x386,_0x259592:0x3f7,_0x433056:0x36b,_0x320b14:0x39c,_0x3607ae:0x3a9,_0x4d42d4:0x25f,_0x33aeae:0x210,_0x541243:0x29b,_0x37372c:0x2c7,_0xf71315:0x328,_0x31a4cd:0x2de,_0x12c484:0x38f,_0x8fc216:0x39d,_0x5ff11d:0x426,_0x1f3ec1:0x425,_0x195a66:0x36e,_0x106d73:0x29c,_0x141583:0x35e,_0x3d61e7:0x37a,_0x429f4a:0x29f,_0x92bd36:0x2c1,_0x1b9853:0x334,_0x54bfff:0x3d3,_0x115b37:0x3df,_0xc67db3:0x269,_0x2f8158:0x2fe,_0x14900d:0x34e,_0x1ce190:0x272,_0x40a512:0x1fc,_0x4cf6df:0x296,_0x47379e:0x385,_0x3ccebe:0x311,_0x2ae1bb:0x2ec,_0x90526d:0x2b8,_0x3baa83:0x324,_0x12bcaa:0x31c,_0x16b514:0x2da,_0x397b25:0x32f,_0x3ed4bb:0x38e,_0x514a71:0x3c5,_0x4c7d19:0x26c,_0x3cf14f:0x1ed,_0xf433f9:0x321,_0x2698fd:0x2d0,_0x422f24:0x257,_0x2965c3:0x22a,_0x2988df:0x339,_0x585172:0x38f,_0x523c3f:0x310,_0xba7448:0x341,_0x58b24f:0x322,_0x48459a:0x303,_0x3d6d03:0x338,_0x2852b0:0x34d,_0x1ff6e5:0x2f5,_0x4652ff:0x279,_0x267429:0x32a,_0x3e0bbe:0x270,_0x14d712:0x318,_0x270b7f:0x3c3,_0x4597ad:0x398,_0x5f15cc:0x3e1,_0x3bf1ef:0x3e0,_0x4721e0:0x3ab,_0xfd9b6b:0x33e,_0x4b1f13:0x2a7,_0x3f999b:0x2e0,_0x5d5605:0x276,_0x493ef0:0x287,_0x1cb9ce:0x2d6,_0x1d0358:0x2b9,_0x2f0abf:0x333,_0x424b74:0x356,_0x57905d:0x2c0,_0x4557aa:0x29e,_0x6363ee:0x22d,_0x3bbfdb:0x2e5,_0x152dec:0x2c3,_0x2db1e1:0x24a,_0x2c8a93:0x2f5,_0x329df2:0x28e,_0x17598b:0x221,_0xb9514f:0x225,_0xf95ceb:0x347,_0x1b3365:0x346,_0x58d506:0x302,_0x13e094:0x354,_0x55ebb:0x343,_0x5c3d3a:0x3af,_0x4148af:0x369,_0x2677e0:0x30c,_0x4a8781:0x2ca,_0x2257fd:0x289,_0x2aa98d:0x2d4,_0x1d9206:0x367,_0x3032b8:0x380,_0x535f5f:0x24b,_0x2559a5:0x272,_0xe129e4:0x338,_0x113552:0x32e,_0x5938cf:0x2ce,_0x22bf51:0x258,_0x543816:0x25b,_0x1c6efb:0x2b7,_0xc085b9:0x325,_0x107efa:0x344,_0x34768e:0x37e,_0x5b0e0e:0x3ec,_0x427d7a:0x3a0,_0x25fd02:0x398,_0x2ae070:0x371,_0x24fd7e:0x339,_0x21cc75:0x27c,_0x327cf1:0x2d8,_0x4ca13b:0x34f,_0x1f3285:0x2c4,_0x6114ff:0x361,_0x479d41:0x2fa,_0x4cceb9:0x2c9,_0x258568:0x2b6,_0x147826:0x27e,_0x1f93fd:0x26e,_0x48097c:0x248,_0x3f7028:0x37a,_0x13faf2:0x3de,_0x12299c:0x360,_0x2d1b6b:0x2f7,_0x4bd924:0x360,_0x4b9646:0x331,_0x11ecff:0x249},_0x3ad363={_0x190ab9:0x1b5,_0x2b96ba:0xc5},_0x35e21b={'ZwymS':_0x1d9fdb(_0x48cf8c._0x273425,_0x48cf8c._0x111069,_0x48cf8c._0xf38887,0x31a)+'ername','iseLB':_0x1d9fdb(_0x48cf8c._0x19b100,0x267,0x26a,_0x48cf8c._0x11054e)+_0x1d9fdb(_0x48cf8c._0x46c5de,0x29c,_0x48cf8c._0x14d25f,_0x48cf8c._0x3e5e29)+_0x14cebd(0x37d,_0x48cf8c._0x355e7e,_0x48cf8c._0x2afb5b,0x2ab)+_0x14cebd(0x352,_0x48cf8c._0x116c3f,_0x48cf8c._0x1bee27,0x370)+_0x1d9fdb(_0x48cf8c._0x4e7dc0,0x2dd,_0x48cf8c._0x4627fc,_0x48cf8c._0x2a779c)+_0x14cebd(_0x48cf8c._0x36d574,_0x48cf8c._0x509fec,0x34a,_0x48cf8c._0x472821)+_0x1d9fdb(_0x48cf8c._0x4febcc,0x2d3,0x2f4,0x281),'xovAk':_0x1d9fdb(0x28f,_0x48cf8c._0x2dcf64,0x263,0x294)+'er\x20git\x20tok'+'ens\x20during'+_0x1d9fdb(0x39e,_0x48cf8c._0x56acde,_0x48cf8c._0x6d4f4d,0x2d6)+_0x14cebd(0x333,0x25e,_0x48cf8c._0x127b10,0x28e),'JQiOI':'Missing\x20re'+_0x1d9fdb(_0x48cf8c._0x924e66,_0x48cf8c._0x34b9cf,0x366,_0x48cf8c._0x5d84a4)+_0x1d9fdb(_0x48cf8c._0x4d26cf,_0x48cf8c._0x19b100,0x26a,0x271),'FVUqy':_0x1d9fdb(_0x48cf8c._0x126cbb,_0x48cf8c._0xf9cb12,0x27b,0x1ff)+_0x14cebd(0x2ae,_0x48cf8c._0x438ac6,_0x48cf8c._0x309bef,_0x48cf8c._0x5dd459),'EtSgk':_0x14cebd(_0x48cf8c._0xc195c0,_0x48cf8c._0x406a10,0x3c6,0x3e3),'AIcUi':function(_0x26bdcf,_0xccf4f){return _0x26bdcf===_0xccf4f;},'XhbWu':_0x1d9fdb(0x279,0x27f,0x266,_0x48cf8c._0x2fbc46),'LxMhG':_0x1d9fdb(_0x48cf8c._0x41e62f,_0x48cf8c._0x142b9a,0x318,0x2ad)+_0x14cebd(0x3d0,0x3bf,0x3cd,0x43a)+_0x1d9fdb(0x321,_0x48cf8c._0x35f20e,0x313,0x29d),'HbKoM':_0x1d9fdb(_0x48cf8c._0x323436,0x348,0x30a,_0x48cf8c._0x590656)+'list\x20users','Vohvg':_0x14cebd(0x344,_0x48cf8c._0x219e04,_0x48cf8c._0x2dcb1b,_0x48cf8c._0x507e8c),'rSWpm':'yOTUw','dKRMj':function(_0x16eaf9,_0x3550ee){return _0x16eaf9!==_0x3550ee;},'cJSfP':'yvwcU','DLydC':_0x1d9fdb(0x2fe,0x340,0x2d6,_0x48cf8c._0x40e162)+_0x14cebd(0x341,_0x48cf8c._0x398bbd,0x332,0x347)+_0x14cebd(_0x48cf8c._0x9a2906,_0x48cf8c._0x406a10,0x3c7,0x415),'LOpxI':_0x1d9fdb(0x233,_0x48cf8c._0x596fbd,_0x48cf8c._0x70b516,_0x48cf8c._0x5cbf41)+_0x14cebd(0x2fa,0x2ec,0x305,_0x48cf8c._0x329333)+'dmin\x20to\x20de'+_0x1d9fdb(0x328,0x2b5,0x270,0x325)+_0x1d9fdb(0x3b2,_0x48cf8c._0x538b03,_0x48cf8c._0x5dcddd,0x308),'HZLyF':function(_0x1c0631,_0x4f5d2d){return _0x1c0631(_0x4f5d2d);},'OUIzg':_0x14cebd(_0x48cf8c._0x3bce3f,_0x48cf8c._0x9a26b4,0x387,_0x48cf8c._0x413ae3),'JmGrh':_0x1d9fdb(_0x48cf8c._0x1a59ae,0x2d9,0x34b,_0x48cf8c._0x335c12),'gHHfO':_0x14cebd(0x377,_0x48cf8c._0x4366da,_0x48cf8c._0x345ac6,0x3ee),'ubSii':function(_0x170be7,_0x5bca9a){return _0x170be7>_0x5bca9a;},'vJJIs':_0x1d9fdb(_0x48cf8c._0xdbf946,0x264,0x2cf,0x2bb),'MpPHs':_0x14cebd(_0x48cf8c._0x509fec,0x305,_0x48cf8c._0x1a59ae,0x270)+_0x14cebd(_0x48cf8c._0x4b724d,0x355,_0x48cf8c._0x5daa3b,0x3bf)+_0x14cebd(_0x48cf8c._0x103ea6,0x3ac,_0x48cf8c._0x23e228,0x3ab)+_0x14cebd(_0x48cf8c._0xb6becd,_0x48cf8c._0x3806db,_0x48cf8c._0x178988,_0x48cf8c._0x497e0a)+'on','ttuIP':function(_0xbc50b8,_0x3f4ca0,_0x1bd8a8){return _0xbc50b8(_0x3f4ca0,_0x1bd8a8);},'CqUzL':function(_0x1df27e,_0x4befdd){return _0x1df27e>_0x4befdd;},'AqsVs':_0x1d9fdb(_0x48cf8c._0x1bee27,_0x48cf8c._0x140214,_0x48cf8c._0x3317a0,0x3c7)+'er\x20from\x20te'+_0x14cebd(0x35a,_0x48cf8c._0x512cc2,0x3b3,_0x48cf8c._0x3f6b50)+'\x20user\x20dele'+'tion','gvPTi':'icecY','lBkGT':function(_0x3d77dc,_0x41842c){return _0x3d77dc>_0x41842c;},'HDqjV':_0x1d9fdb(0x2a6,_0x48cf8c._0x4febcc,0x273,0x2a8),'zDeSx':function(_0x367997,_0x5e6794){return _0x367997(_0x5e6794);},'xBgzd':_0x1d9fdb(0x331,0x322,_0x48cf8c._0x285516,0x373),'DmaKr':'Failed\x20to\x20'+_0x1d9fdb(_0x48cf8c._0x5f60d,0x33c,0x375,0x39c)+'r'};function _0x1d9fdb(_0x552490,_0xf3a6af,_0x30bfb5,_0x1e5234){return _0x378395(_0x552490-0x108,_0xf3a6af-0xa,_0xf3a6af-0x514,_0x30bfb5);}function _0x14cebd(_0x33f58f,_0x2dc587,_0x11b4e5,_0x3e5e3a){return _0x378395(_0x33f58f-_0x3ad363._0x190ab9,_0x2dc587-_0x3ad363._0x2b96ba,_0x11b4e5-0x58e,_0x3e5e3a);}try{if(_0x35e21b[_0x14cebd(_0x48cf8c._0x2d515b,_0x48cf8c._0x3bffb8,_0x48cf8c._0x273425,0x359)]===_0x35e21b['rSWpm']){const _0x3fdcaa=/^[a-zA-Z0-9_-]+$/;if(!_0x3fdcaa[_0x14cebd(0x3f2,_0x48cf8c._0x4b724d,_0x48cf8c._0xcbc644,0x3c1)](_0x1c0103)){const _0x222650={};return _0x222650[_0x14cebd(_0x48cf8c._0x35b691,_0x48cf8c._0x39fb33,0x386,0x338)]=_0x35e21b[_0x1d9fdb(0x345,0x34a,0x398,0x35c)],_0x222650[_0x1d9fdb(0x2d5,_0x48cf8c._0x3181f5,0x1e3,0x28b)]=_0x35e21b[_0x1d9fdb(0x34f,_0x48cf8c._0x4d6f22,0x33b,0x310)],_0x33a689['status'](-0x1919+0x1*-0x1f5b+0xe81*0x4)[_0x1d9fdb(_0x48cf8c._0x273425,_0x48cf8c._0x3bcd5f,0x253,_0x48cf8c._0x355e7e)](_0x222650);}}else{const _0x4f4585=_0x477142[_0x1d9fdb(0x321,0x33e,_0x48cf8c._0x3317a0,0x2ed)]['id'];if(_0x4f4585===_0x477142[_0x14cebd(_0x48cf8c._0x177363,_0x48cf8c._0x132661,0x37c,0x309)]['id']){if(_0x35e21b[_0x14cebd(_0x48cf8c._0x25e6e0,0x2ce,_0x48cf8c._0x4627fc,0x347)](_0x1d9fdb(0x266,0x29a,0x2a1,0x229),_0x35e21b[_0x14cebd(_0x48cf8c._0x5dcddd,_0x48cf8c._0x3960f2,_0x48cf8c._0x67be5c,0x352)])){const _0x118c49={};return _0x118c49[_0x14cebd(_0x48cf8c._0xa6e65a,_0x48cf8c._0x1b8a48,_0x48cf8c._0x357ff9,0x400)]=_0x35e21b[_0x1d9fdb(_0x48cf8c._0x25d7c9,0x2de,0x339,0x2c7)],_0x118c49[_0x1d9fdb(0x2c0,0x25e,0x2b1,_0x48cf8c._0x4b9b98)]=_0x35e21b[_0x14cebd(_0x48cf8c._0x591dfa,0x3cc,0x354,0x3cc)],_0x1a6d25[_0x14cebd(0x336,0x397,0x3ab,_0x48cf8c._0x4afacb)](0x1eaf+0x133d+-0x305c)[_0x14cebd(_0x48cf8c._0x44d8f6,_0x48cf8c._0x6f6771,_0x48cf8c._0xf2ba3b,_0x48cf8c._0x4199b1)](_0x118c49);}else{const _0x125dfd={};_0x125dfd['userId']=_0x5597d5,_0x125dfd[_0x1d9fdb(_0x48cf8c._0x4b4eba,_0x48cf8c._0x18f939,_0x48cf8c._0x3181f5,0x237)+_0x14cebd(0x3cc,0x372,_0x48cf8c._0x12d3d9,_0x48cf8c._0x54ecf0)]=_0x4cfd43,_0x4c2d51[_0x1d9fdb(_0x48cf8c._0x677dba,0x272,0x228,_0x48cf8c._0x33ef47)](_0x35e21b[_0x14cebd(_0x48cf8c._0x4f8eca,0x372,_0x48cf8c._0x4c3511,0x3c9)],_0x125dfd);}}const _0x5ce10f=await _0x35e21b[_0x14cebd(_0x48cf8c._0x387c98,_0x48cf8c._0x3960f2,_0x48cf8c._0x10838e,0x372)](findUserById,_0x4f4585);if(!_0x5ce10f){if(_0x35e21b[_0x1d9fdb(0x26f,_0x48cf8c._0x44d8f6,_0x48cf8c._0x309bef,_0x48cf8c._0x3a55b8)]!==_0x35e21b[_0x1d9fdb(0x309,_0x48cf8c._0x5f2f91,0x346,_0x48cf8c._0x5014e0)]){const _0x535ac7={};return _0x535ac7[_0x1d9fdb(_0x48cf8c._0x4da91e,0x30c,0x389,_0x48cf8c._0xe1d04b)]=_0x35e21b['FVUqy'],_0x1a6d25[_0x1d9fdb(_0x48cf8c._0xbaedfa,0x331,_0x48cf8c._0x3a3093,_0x48cf8c._0x145b11)](-0x1*-0x1615+0x1*-0x73d+-0x1*0xd44)[_0x14cebd(_0x48cf8c._0x58ffa6,_0x48cf8c._0x627f,0x33e,0x362)](_0x535ac7);}else{const _0x3969ca={};return _0x3969ca[_0x14cebd(0x3dd,_0x48cf8c._0x397e78,_0x48cf8c._0x57d0df,_0x48cf8c._0x259592)]=_0x35e21b[_0x14cebd(_0x48cf8c._0x433056,_0x48cf8c._0x320b14,_0x48cf8c._0x3607ae,0x41f)],_0x3969ca[_0x1d9fdb(_0x48cf8c._0x4d42d4,0x25e,_0x48cf8c._0x33aeae,0x248)]=_0x1d9fdb(0x264,_0x48cf8c._0x541243,0x2a6,_0x48cf8c._0x37372c)+_0x14cebd(_0x48cf8c._0x178988,0x34f,_0x48cf8c._0xf71315,_0x48cf8c._0x31a4cd)+_0x14cebd(0x331,0x356,_0x48cf8c._0x12c484,_0x48cf8c._0x8fc216)+'required',_0x4ff8a1[_0x14cebd(_0x48cf8c._0x5ff11d,_0x48cf8c._0x1f3ec1,_0x48cf8c._0x6f6771,_0x48cf8c._0x195a66)](-0x7ab*-0x1+0xe44*-0x2+0x166d)[_0x1d9fdb(0x2ea,0x2c4,_0x48cf8c._0x106d73,0x2f6)](_0x3969ca);}}const _0x50d856=await deleteBindingsBySubject(_0x35e21b['gHHfO'],_0x4f4585);if(_0x35e21b[_0x14cebd(_0x48cf8c._0x141583,0x3a7,_0x48cf8c._0x3d61e7,0x304)](_0x50d856,0xa4+-0x1bdc+0x1b38)){if(_0x35e21b[_0x14cebd(0x320,_0x48cf8c._0x429f4a,0x303,_0x48cf8c._0x92bd36)](_0x35e21b[_0x1d9fdb(0x36b,0x31b,_0x48cf8c._0x1b9853,_0x48cf8c._0x145b11)],_0x35e21b[_0x14cebd(0x35f,_0x48cf8c._0x54bfff,0x395,_0x48cf8c._0x115b37)])){const _0x231f79={};_0x231f79['userId']=_0x4f4585,_0x231f79[_0x1d9fdb(_0x48cf8c._0x25d7c9,0x2a2,_0x48cf8c._0xc67db3,0x226)+_0x14cebd(_0x48cf8c._0x2f8158,_0x48cf8c._0x14900d,0x2fb,0x2e8)]=_0x50d856,logger[_0x1d9fdb(_0x48cf8c._0x509fec,_0x48cf8c._0x1ce190,_0x48cf8c._0x40a512,0x28e)](_0x35e21b[_0x14cebd(_0x48cf8c._0x4cf6df,_0x48cf8c._0x47379e,_0x48cf8c._0x3ccebe,_0x48cf8c._0x2ae1bb)],_0x231f79);}else{const _0x4a3e5f={};return _0x4a3e5f[_0x1d9fdb(0x2e6,0x30c,_0x48cf8c._0x90526d,_0x48cf8c._0x3baa83)]=_0x35e21b[_0x1d9fdb(0x378,0x31e,_0x48cf8c._0x12bcaa,_0x48cf8c._0x4febcc)],_0x4f162b['status'](0x20d2*-0x1+-0x254a+0x47b0)[_0x1d9fdb(_0x48cf8c._0x16b514,0x2c4,_0x48cf8c._0x177363,0x29d)](_0x4a3e5f);}}const _0x40e815=await getTeamsByUserId(_0x4f4585);for(const _0x5a3074 of _0x40e815){await _0x35e21b[_0x14cebd(_0x48cf8c._0x397b25,_0x48cf8c._0x3ed4bb,0x347,_0x48cf8c._0x514a71)](removeMember,_0x5a3074['id'],_0x4f4585);}if(_0x35e21b['CqUzL'](_0x40e815[_0x1d9fdb(0x228,_0x48cf8c._0x4c7d19,_0x48cf8c._0x4d6f22,_0x48cf8c._0x3cf14f)],-0x219b+0x103c+0x115f)){const _0x5bdee7={};_0x5bdee7[_0x14cebd(_0x48cf8c._0xf433f9,0x2d8,_0x48cf8c._0x2698fd,_0x48cf8c._0x422f24)]=_0x4f4585,_0x5bdee7['teamCount']=_0x40e815['length'],logger[_0x1d9fdb(_0x48cf8c._0x2965c3,_0x48cf8c._0x1ce190,0x2b4,0x2ce)](_0x35e21b[_0x14cebd(0x3a2,0x2d7,_0x48cf8c._0x2988df,_0x48cf8c._0x10838e)],_0x5bdee7);}const _0xf61e22=await _0x35e21b[_0x14cebd(0x3a6,0x346,0x336,0x2ec)](deleteAllUserGitTokens,_0x4f4585);if(_0x35e21b[_0x1d9fdb(_0x48cf8c._0x585172,_0x48cf8c._0x523c3f,_0x48cf8c._0xba7448,_0x48cf8c._0x58b24f)](_0xf61e22,0x7*0x511+-0x1*-0x17c6+-0x3b3d)){if(_0x35e21b[_0x14cebd(_0x48cf8c._0x127b10,0x2ac,_0x48cf8c._0x48459a,_0x48cf8c._0x3d6d03)](_0x35e21b['gvPTi'],_0x35e21b[_0x14cebd(_0x48cf8c._0x2852b0,0x2e1,_0x48cf8c._0x1ff6e5,_0x48cf8c._0x4652ff)])){const _0x36b7eb={};_0x36b7eb[_0x14cebd(0x2af,_0x48cf8c._0x267429,_0x48cf8c._0x2698fd,_0x48cf8c._0x3e0bbe)]=_0x4f4585,_0x36b7eb['deletedGit'+_0x14cebd(0x380,_0x48cf8c._0x357ff9,_0x48cf8c._0x12d3d9,0x386)]=_0xf61e22,logger['info'](_0x35e21b[_0x1d9fdb(0x2df,_0x48cf8c._0x14d712,0x30f,0x367)],_0x36b7eb);}else{const _0x40dc8c={};return _0x40dc8c['error']=_0x35e21b[_0x14cebd(_0x48cf8c._0x270b7f,0x382,_0x48cf8c._0x4597ad,0x3f3)],_0x5990db[_0x14cebd(_0x48cf8c._0x5f15cc,_0x48cf8c._0x3bf1ef,_0x48cf8c._0x4721e0,0x404)](-0x2*0x3e+0x3*-0x643+0x14d9)[_0x14cebd(0x3b4,0x32a,_0x48cf8c._0xfd9b6b,0x312)](_0x40dc8c);}}const _0x135836=await revokeTokensByUser(_0x4f4585);if(_0x35e21b[_0x1d9fdb(0x249,_0x48cf8c._0x4b1f13,_0x48cf8c._0x3f999b,0x27e)](_0x135836,0x1bc+0x7e2+-0x99e)){if(_0x35e21b[_0x1d9fdb(0x22b,_0x48cf8c._0x3a55b8,0x215,0x2f9)](_0x35e21b['HDqjV'],_0x35e21b[_0x14cebd(_0x48cf8c._0x5d5605,_0x48cf8c._0x493ef0,_0x48cf8c._0x1cb9ce,_0x48cf8c._0x1d0358)]))_0x1a8862[_0x14cebd(_0x48cf8c._0x44d8f6,_0x48cf8c._0x2f0abf,_0x48cf8c._0x424b74,0x342)+'pe']===_0x35e21b[_0x1d9fdb(0x29d,_0x48cf8c._0x57905d,_0x48cf8c._0x4557aa,0x2bc)]&&_0x35e21b[_0x1d9fdb(0x2b5,0x289,_0x48cf8c._0x6363ee,_0x48cf8c._0x2afb5b)](_0x382007[_0x1d9fdb(_0x48cf8c._0x3bbfdb,_0x48cf8c._0x152dec,_0x48cf8c._0x2db1e1,_0x48cf8c._0x2c8a93)+_0x1d9fdb(_0x48cf8c._0x5d5605,_0x48cf8c._0x329df2,_0x48cf8c._0x17598b,_0x48cf8c._0xb9514f)],_0x35e21b[_0x1d9fdb(0x327,0x347,_0x48cf8c._0xf95ceb,0x38e)])&&_0x3eed5b[_0x14cebd(0x36d,_0x48cf8c._0x1b3365,_0x48cf8c._0x58d506,0x31f)]===_0x35e21b['LxMhG']&&_0x47bf74[_0x14cebd(_0x48cf8c._0x13e094,_0x48cf8c._0x55ebb,0x335,0x2cf)](_0x59b651[_0x14cebd(0x3b7,_0x48cf8c._0x5c3d3a,_0x48cf8c._0x4148af,_0x48cf8c._0x2677e0)]);else{const _0x3b912c={};_0x3b912c[_0x14cebd(_0x48cf8c._0x4a8781,_0x48cf8c._0x2257fd,_0x48cf8c._0x2698fd,0x330)]=_0x4f4585,_0x3b912c[_0x1d9fdb(_0x48cf8c._0x2aa98d,0x2cf,_0x48cf8c._0x41e62f,0x31b)+_0x14cebd(0x3bc,0x3d6,_0x48cf8c._0x6d4f4d,0x348)+'s']=_0x135836,logger[_0x14cebd(0x2bf,0x300,0x2ec,_0x48cf8c._0x1d9206)](_0x14cebd(0x331,_0x48cf8c._0x5014e0,_0x48cf8c._0x3032b8,0x3dc)+_0x1d9fdb(_0x48cf8c._0x535f5f,0x28d,0x28c,_0x48cf8c._0x2559a5)+_0x1d9fdb(_0x48cf8c._0x4febcc,0x311,0x2b4,_0x48cf8c._0x103ea6)+_0x1d9fdb(_0x48cf8c._0xe129e4,_0x48cf8c._0x113552,_0x48cf8c._0x5938cf,0x2f3)+_0x1d9fdb(_0x48cf8c._0x22bf51,_0x48cf8c._0x543816,_0x48cf8c._0x677dba,0x215),_0x3b912c);}}const _0x4ac866=await _0x35e21b[_0x1d9fdb(_0x48cf8c._0x1c6efb,_0x48cf8c._0xc085b9,_0x48cf8c._0x4148af,_0x48cf8c._0x107efa)](deleteUser,_0x4f4585);if(!_0x4ac866){if(_0x1d9fdb(_0x48cf8c._0x924e66,0x321,0x2c5,_0x48cf8c._0x34768e)===_0x35e21b[_0x14cebd(0x3df,_0x48cf8c._0x5b0e0e,0x3ca,0x37d)]){_0x500c9c[_0x14cebd(_0x48cf8c._0x427d7a,0x35e,0x386,0x32e)](_0x35e21b[_0x1d9fdb(_0x48cf8c._0x25fd02,0x329,_0x48cf8c._0x2ae070,0x398)],_0x16c802);const _0x2ff0a7={};_0x2ff0a7[_0x14cebd(0x3ab,0x31b,_0x48cf8c._0x357ff9,_0x48cf8c._0x24fd7e)]=_0x35e21b['HbKoM'],_0x2ff0a7[_0x1d9fdb(0x2b1,0x25e,_0x48cf8c._0x21cc75,0x2bc)]=_0x199aaf[_0x14cebd(_0x48cf8c._0x10838e,0x27e,_0x48cf8c._0x327cf1,_0x48cf8c._0x4ca13b)],_0x44f2ac[_0x1d9fdb(_0x48cf8c._0x1c6efb,_0x48cf8c._0xf38887,0x300,_0x48cf8c._0x1bee27)](0x8a*0x12+0x10*-0x23d+0x8*0x382)[_0x1d9fdb(0x343,_0x48cf8c._0x1f3285,0x283,0x2b4)](_0x2ff0a7);}else{const _0x4ef47b={};return _0x4ef47b['error']='User\x20not\x20f'+_0x14cebd(_0x48cf8c._0x4d26cf,_0x48cf8c._0x6114ff,_0x48cf8c._0x479d41,_0x48cf8c._0x4cceb9),_0x1a6d25[_0x1d9fdb(0x332,0x331,0x2f0,_0x48cf8c._0x48459a)](-0xf3b+-0x1caf+0x3*0xf2a)[_0x14cebd(0x320,_0x48cf8c._0x1b9853,0x33e,0x2e6)](_0x4ef47b);}}const _0x2ef7f7={};_0x2ef7f7[_0x14cebd(0x2d7,0x2dc,0x2d8,0x261)]=_0x1d9fdb(_0x48cf8c._0x258568,0x2b3,0x2c0,_0x48cf8c._0x147826)+_0x1d9fdb(0x2e1,_0x48cf8c._0x1f93fd,_0x48cf8c._0x48097c,0x1f2)+_0x14cebd(0x31b,0x309,0x371,0x3ea),_0x1a6d25['json'](_0x2ef7f7);}}catch(_0x246d9a){logger[_0x1d9fdb(_0x48cf8c._0x627f,0x30c,0x2b7,_0x48cf8c._0x3f7028)](_0x35e21b[_0x14cebd(_0x48cf8c._0x13faf2,0x342,_0x48cf8c._0x12299c,_0x48cf8c._0x2d1b6b)],_0x246d9a);const _0x5c2725={};_0x5c2725['error']=_0x35e21b[_0x14cebd(0x3c7,0x387,_0x48cf8c._0x4bd924,0x322)],_0x5c2725['message']=_0x246d9a['message'],_0x1a6d25[_0x1d9fdb(0x37b,_0x48cf8c._0x4b9646,0x30b,0x2ee)](-0x269f+-0x269a+0x1*0x4f2d)[_0x1d9fdb(_0x48cf8c._0x1b9853,0x2c4,0x302,_0x48cf8c._0x11ecff)](_0x5c2725);}});export default router;