@profoundlogic/coderflow-server 0.7.8 → 0.7.9

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 (179) hide show
  1. package/dist/coder-server.js +1 -1
  2. package/dist/config.js +1 -1
  3. package/dist/lib/agent-keepalive.js +1 -1
  4. package/dist/lib/agent-models.js +1 -1
  5. package/dist/lib/api-keys.js +1 -1
  6. package/dist/lib/apiKeys.js +1 -1
  7. package/dist/lib/app-server-ports.js +1 -1
  8. package/dist/lib/auto-judge.js +1 -1
  9. package/dist/lib/automation-service.js +1 -1
  10. package/dist/lib/basic-auth.js +1 -1
  11. package/dist/lib/bindings.js +1 -1
  12. package/dist/lib/build-history.js +1 -1
  13. package/dist/lib/build-output-service.js +1 -1
  14. package/dist/lib/build-scheduler.js +1 -1
  15. package/dist/lib/build-service.js +1 -1
  16. package/dist/lib/ca-certificates.js +1 -1
  17. package/dist/lib/claude-oauth-refresh.js +1 -1
  18. package/dist/lib/cli/build.js +1 -1
  19. package/dist/lib/cli/cleanup-users.js +1 -1
  20. package/dist/lib/cli/config-command.js +1 -1
  21. package/dist/lib/cli/config.js +1 -1
  22. package/dist/lib/cli/create-user.js +1 -1
  23. package/dist/lib/cli/grant-admin.js +1 -1
  24. package/dist/lib/cli/init.js +1 -1
  25. package/dist/lib/cli/jira.js +1 -1
  26. package/dist/lib/cli/license.js +1 -1
  27. package/dist/lib/cli/list-roles.js +1 -1
  28. package/dist/lib/cli/list-users.js +1 -1
  29. package/dist/lib/cli/server-manager.js +1 -1
  30. package/dist/lib/cli/set-password.js +1 -1
  31. package/dist/lib/compression-filter.js +1 -1
  32. package/dist/lib/config-migration.js +1 -1
  33. package/dist/lib/container-credential-sync.js +1 -1
  34. package/dist/lib/container-tokens.js +1 -1
  35. package/dist/lib/data-dir.js +1 -1
  36. package/dist/lib/deployment-history.js +1 -1
  37. package/dist/lib/deployment-service.js +1 -1
  38. package/dist/lib/docker-utils.js +1 -1
  39. package/dist/lib/email.js +1 -1
  40. package/dist/lib/emailTemplates.js +1 -1
  41. package/dist/lib/entitlement.js +1 -1
  42. package/dist/lib/external-connections.js +1 -1
  43. package/dist/lib/fetch-utils.js +1 -1
  44. package/dist/lib/git-commit-details-route.js +1 -1
  45. package/dist/lib/git-history-diff-guardrails.js +1 -1
  46. package/dist/lib/git-provider-service.js +1 -1
  47. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  48. package/dist/lib/git-provider-setup/index.js +1 -1
  49. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  50. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  51. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  52. package/dist/lib/git-providers/github-app-provider.js +1 -1
  53. package/dist/lib/git-providers/index.js +1 -1
  54. package/dist/lib/git-providers/provider-factory.js +1 -1
  55. package/dist/lib/git-providers/provider-interface.js +1 -1
  56. package/dist/lib/github-urls.js +1 -1
  57. package/dist/lib/group-objective-linking.js +1 -1
  58. package/dist/lib/ibmi-sync.js +1 -1
  59. package/dist/lib/jira-client.js +1 -1
  60. package/dist/lib/judge-blinding.js +1 -1
  61. package/dist/lib/logger.js +1 -1
  62. package/dist/lib/memory-utils.js +1 -1
  63. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  64. package/dist/lib/model-fetcher.js +1 -1
  65. package/dist/lib/notifications.js +1 -1
  66. package/dist/lib/objective-context.js +1 -1
  67. package/dist/lib/oidc-auth.js +1 -1
  68. package/dist/lib/oidc-device-flow.js +1 -1
  69. package/dist/lib/passwordTokens.js +1 -1
  70. package/dist/lib/permission-resolver.js +1 -1
  71. package/dist/lib/pin-cascade.js +1 -1
  72. package/dist/lib/provider-accounts.js +1 -1
  73. package/dist/lib/provider-oauth.js +1 -1
  74. package/dist/lib/provider-profile.js +1 -1
  75. package/dist/lib/provider-token-refresh.js +1 -1
  76. package/dist/lib/rbac-user-state.js +1 -1
  77. package/dist/lib/request-url.js +1 -1
  78. package/dist/lib/rewind.js +1 -1
  79. package/dist/lib/role-definitions.js +1 -1
  80. package/dist/lib/roles.js +1 -1
  81. package/dist/lib/secrets.js +1 -1
  82. package/dist/lib/setup-repo-git-auth.js +1 -1
  83. package/dist/lib/state-capture.js +1 -1
  84. package/dist/lib/static-files.js +1 -1
  85. package/dist/lib/task-aliases.js +1 -1
  86. package/dist/lib/task-name-format.js +1 -1
  87. package/dist/lib/task-name-generator.js +1 -1
  88. package/dist/lib/task-source-metadata.js +1 -1
  89. package/dist/lib/teams.js +1 -1
  90. package/dist/lib/user-git-oauth.js +1 -1
  91. package/dist/lib/user-git-tokens.js +1 -1
  92. package/dist/lib/users.js +1 -1
  93. package/dist/middleware/requireAuth.js +1 -1
  94. package/dist/middleware/requireInit.js +1 -1
  95. package/dist/middleware/requirePermission.js +1 -1
  96. package/dist/package.json +1 -1
  97. package/dist/playwright.config.js +1 -1
  98. package/dist/playwright.task-terminal.config.js +1 -1
  99. package/dist/routes/apiKeys.js +1 -1
  100. package/dist/routes/auth-oidc.js +1 -1
  101. package/dist/routes/auth.js +1 -1
  102. package/dist/routes/automations.js +1 -1
  103. package/dist/routes/bindings.js +1 -1
  104. package/dist/routes/build.js +1 -1
  105. package/dist/routes/containers.js +1 -1
  106. package/dist/routes/deploy-task.js +1 -1
  107. package/dist/routes/environment-management.js +1 -1
  108. package/dist/routes/environments.js +1 -1
  109. package/dist/routes/external-skills.js +1 -1
  110. package/dist/routes/git-credentials.js +1 -1
  111. package/dist/routes/git-oauth.js +1 -1
  112. package/dist/routes/git-provider-setup.js +1 -1
  113. package/dist/routes/health.js +1 -1
  114. package/dist/routes/jira.js +1 -1
  115. package/dist/routes/logs.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/stats.js +1 -1
  126. package/dist/routes/tasks.js +1 -1
  127. package/dist/routes/teams.js +1 -1
  128. package/dist/routes/templates.js +1 -1
  129. package/dist/routes/test-task.js +1 -1
  130. package/dist/routes/test.js +1 -1
  131. package/dist/routes/users.js +1 -1
  132. package/dist/routes/visualizations.js +1 -1
  133. package/dist/scripts/create-user.js +1 -1
  134. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  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/admin.css +108 -1
  140. package/dist/web-ui/public/admin.html +35 -23
  141. package/dist/web-ui/public/admin.js +1 -1
  142. package/dist/web-ui/public/agent-event-parser.js +1 -1
  143. package/dist/web-ui/public/app.js +1 -1
  144. package/dist/web-ui/public/approve-dialog.js +1 -1
  145. package/dist/web-ui/public/automation-links.js +1 -1
  146. package/dist/web-ui/public/automation-schedule.js +1 -1
  147. package/dist/web-ui/public/comments-widget.js +1 -1
  148. package/dist/web-ui/public/diff-utils.js +1 -1
  149. package/dist/web-ui/public/environments.html +1 -1
  150. package/dist/web-ui/public/environments.js +1 -1
  151. package/dist/web-ui/public/feedback-widget.js +1 -1
  152. package/dist/web-ui/public/file-selection-tree.js +1 -1
  153. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  154. package/dist/web-ui/public/git-history.js +1 -1
  155. package/dist/web-ui/public/git-status.js +1 -1
  156. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  157. package/dist/web-ui/public/index.js +1 -1
  158. package/dist/web-ui/public/login.js +1 -1
  159. package/dist/web-ui/public/markdown-editor.js +1 -1
  160. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  161. package/dist/web-ui/public/modal-maximize.js +1 -1
  162. package/dist/web-ui/public/notifications.js +1 -1
  163. package/dist/web-ui/public/permissions.js +1 -1
  164. package/dist/web-ui/public/pr-dialog.js +1 -1
  165. package/dist/web-ui/public/roles.js +1 -1
  166. package/dist/web-ui/public/settings.js +1 -1
  167. package/dist/web-ui/public/setup-password.js +1 -1
  168. package/dist/web-ui/public/skills.js +1 -1
  169. package/dist/web-ui/public/sse-client.js +1 -1
  170. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  171. package/dist/web-ui/public/styles.css +9 -1
  172. package/dist/web-ui/public/task-judging-helpers.js +1 -1
  173. package/dist/web-ui/public/task.js +1 -1
  174. package/dist/web-ui/public/teams.js +1 -1
  175. package/dist/web-ui/public/terminal.js +1 -1
  176. package/dist/web-ui/public/theme.js +1 -1
  177. package/dist/web-ui/public/users.js +1 -1
  178. package/dist/web-ui/public/variant-grouping.js +1 -1
  179. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x136851,_0x36f821){const _0x51d568={_0x9f01bd:0x2d,_0x1ce9e4:0x592,_0x5b062c:0x5c8,_0x365451:0x8e,_0x5c21b2:0x5fc,_0x3d7cf4:0x655,_0x57d3bb:0x5d4,_0x52a58b:0x660,_0x1dbdfe:0x56b,_0x366e8d:0x50e,_0x42a2c6:0x584,_0x7c374e:0x535,_0x5e2f3b:0x4e5};function _0x13249f(_0x586739,_0x16f4ea,_0x54347e,_0x8f7dae){return _0xb967(_0x16f4ea- -0x2a9,_0x54347e);}function _0x40b61b(_0x475e06,_0x4d0772,_0x2c00a7,_0x386669){return _0xb967(_0x475e06-0x395,_0x386669);}const _0x3d162e=_0x136851();while(!![]){try{const _0xd1379=-parseInt(_0x13249f(-0x43,-0xa4,-_0x51d568._0x9f01bd,-0x103))/(0xd0a+0x8d8+0x1*-0x15e1)+-parseInt(_0x40b61b(_0x51d568._0x1ce9e4,_0x51d568._0x5b062c,0x552,0x542))/(-0xdfa*0x2+-0x1bde+0x37d4)+parseInt(_0x13249f(-0xc6,-0x104,-_0x51d568._0x365451,-0xfe))/(0x1*0x1823+-0x1337+-0x1*0x4e9)+-parseInt(_0x40b61b(_0x51d568._0x5c21b2,_0x51d568._0x3d7cf4,_0x51d568._0x57d3bb,_0x51d568._0x52a58b))/(0x1*-0x1034+0x12b6*-0x1+0x22ee)+parseInt(_0x40b61b(0x5d9,0x5ba,0x603,0x64a))/(-0x228e+0x303+0x1f90)+parseInt(_0x40b61b(_0x51d568._0x1dbdfe,_0x51d568._0x366e8d,_0x51d568._0x42a2c6,0x5b6))/(-0x1be6*0x1+0x15*-0x13a+0x35ae)+parseInt(_0x40b61b(_0x51d568._0x7c374e,0x577,0x4bf,_0x51d568._0x5e2f3b))/(-0xf11+0xc*0x13d+0x3c);if(_0xd1379===_0x36f821)break;else _0x3d162e['push'](_0x3d162e['shift']());}catch(_0x404f10){_0x3d162e['push'](_0x3d162e['shift']());}}}(_0x5c35,0x13601+-0x83*0x1a8d+0x1b7274));import _0x58320d from'express';import{getUsers,createUser,updateUser,deleteUser,findUserById}from'../lib/users.js';function _0x3b4585(_0x1bbfe5,_0x2c4b89,_0x1e3385,_0x578690){return _0xb967(_0x1e3385-0x159,_0x1bbfe5);}import{getTeamById,getTeamsByUserId,addMember,removeMember}from'../lib/teams.js';function _0x5c35(){const _0x4b0dea=['DxnLCKLK','zxjZlcbUDw1Izq','ywHHsei','A01mAe0','Aw5MBW','ihLVDxiGB3DUia','igH5CgHLBNm','zMrbBhm','A0Lor1i','y0zQsKe','whb4BMG','uhPvB1y','DuTAvxO','DxbKyxrLihvZzq','C3vIAMvJDf9Pza','tefnuM8','v1j5A2u','Eef6C3q','zgvvDfy','y29YzxmSigfUza','Bw5wAem','zgrYzxnZ','CMvXDwLYzwq','vxnLCM5HBwuGyW','vfPlAgu','BKj4vNe','D24GywnJB3vUDa','nJCZntG2ngDmCMnwtq','ugrHyLe','C0XnALa','C3n3B3jK','zgvSzxrLihvZzq','z2vFBwvTyMvYCW','zxiGzNjVBsb0zq','Axn0CW','y0DzA0y','y3jLyxrLihvZzq','thfqzeS','AgfZ','C3vIAMvJDf90Eq','q3zAuLm','C2vYigrLBgv0Aq','yM9KEq','rMfPBgvKihrVia','q2fUBM90ig1Vza','zsbZzxr0Aw5NCW','z2v0','qLfrCg8','CwPLzLi','yxjHy3rLCNmGBa','igHHDMuGCgvYBq','D05lwNe','ywnJB3vUDa','zMLUzwrFC2vYDG','C2vYDMvY','ALDTANq','r2DXtLu','sertvhy','ALDTsg0','ugXLyxnLigfZAW','zgvSzxrLzeDPDa','zwqGC3vJy2vZCW','C3rZ','AwqGzw1HAwWGyq','AgPLq1K','tNfbwM0','mtmZoda4ne94vNrzvq','zxrcuLG','Bgv0zsb5B3vYia','BgvHC3qGocbJAa','sw52ywXPzcbLBq','rejwq2q','vNLMA2m','Du5fB3u','mtCXndq4mMfesNvfza','yvj5wKK','renjDKy','yxbnEvu','r3bnr2m','DxnLCNm','DgvZDa','ugfZC3DVCMqGBq','AxnZAw9UihrVia','CgfYyw1Z','vgvHBsaN','vxnLCIbUB3qGzG','sw52ywXPzcb0zq','zgLUz3m','ihvZzxiGzgvSzq','ywrK','yw4GB25SEsbJBW','zMLSDgvY','uKvJwLq','rgvSzxrLzcb1CW','DxnLCM5HBwu','wePirLa','uMvTB3zLzcb1CW','BhjLywr5igv4Aq','wvfzCxi','yKvvDfm','zxjYB3i','AK5xD1G','C3n3B3jKihrVAW','quzIq0i','BNrHAw4GBgv0Da','CxvPCMvKigzPzq','EKP4EMK','BgrZ','wK9jC1e','BwLU','t0rRwMm','wMrsuvO','BKTSugK','DMLKzsbHihzHBa','BMfTzq','DhjPBq','qwzkC3i','CgfZC3DVCMq','uhfjzeO','rfP6AK8','vxnLCM5HBwuGyq','DxnLCNm6y3jLyq','ww91igrVig5VDa','Cg9ZDa','DgLVBG','CYb0BYb0zwfTia','C3rHDhvZ','A3PnEM0','B09RzNm','yMXNDeW','Ce1Prhi','BwvZC2fNzq','qwzyCw8','CM9Szv9Pza','EwryuvC','Awv2rNq','vgrer3m','mtuXndG2nu5HEwfrzG','qNP3B3a','ywrKig5LDYb1CW','wMfPrLO','jYbUB3qGzM91BG','Bxfnr0u','v1LfCLG','zNvSBhK','rM9St20','zxnzu3e','EuvhAwC','qvPvuhC','uxHJqum','AgLW','DgvHBuLK','AgfZvxnLCKjPBG','ELzVA3m','CNmSihvUzgvYCW','DxHuweK','D0jbEwu','ywrKig1LBwjLCG','Ahb4Avi','B3vUza','DwHlDKO','zxrLihLVDxiGBW','DeXkrui','DxnLCNm6zwrPDa','sw52ywXPzcbWyq','zxjUyw1L','BgvUz3rO','ANnVBG','zhLJzuq','Awz5ihLVDxiGBW','zxiGyMLUzgLUzW','DxnLCM5HBwuSia','nduXndCYtNLcsxr4','C2D1t0m','ywXYzwfKEsbLEa','lZPPza','q2z6B1y','yw1Zigr1CMLUzW','C0LJqMO','B2DxBeO','zxjFywrTAw4','CgnlwLy','CYbKDxjPBMCGDq','zuT6B3i','uwDIBuy','suzmufG','zw5Zigr1CMLUzW','sfrKugO','sw52ywXPzcb1CW','rM9YyMLKzgvU','DxnLCNm6zgvSzq','BwfW','ig5HBwuGyxjLia','Aw5JBhvKzxm','AgvYigfKBwLU','wejVrue','CNr2t2C','C2L6zq','Dxn0igjLigf0ia','wxvktwS','BwfcvxG','q2fUBM90igrLBa','DxnLCG','zgLUzW','zNP2v2e','B25N','ihrVig1VzgLMEq','twLZC2LUzYbYzq','uNDjzu8','CMvZB3vYy2vFDa','zNP6zNC','BgLZDcb1C2vYCW','CKzpvMW','Bxzxsxq','z2v0ihvZzxi','tNHZz0u','EuPYsLa','C29Tzq','CIbHC2SGyw5VDa','zgvSzxrL','zxiGz2L0ihrVAW','wK5Qtvq','B3bkswK','z1HqBMq','AxzNtvu','vxnLCIbJCMvHDa','CM9Szv9WCMvKzq','ugXLyxnLihbYBW','wwL0ANG','oti5mJaXDufSALnk','sMLUBxG','vxnLCIb1CgrHDa','suDIBuK','zgvSzxrLzejPBG','ntC3nZi3nfrnqxrQuG','D2fYBG','ExbL','qNjfy2G','ywnJB3vUDcWGBW','vg9Rzw5Z','ELPQyuG','EhbMDui','zg1PBIb0BYbKzq','DxnLCNm6DMLLDW','zxiGDg8GDgvHBq','ywLS','CeTztfe','yNrHCwG','rwvRANy','Axntzxj2zxjbza','DgvHBq','B2r2uKi','rwDYrMC','sejIy1y','vxnLihbYB2zPBa','rMvQshu'];_0x5c35=function(){return _0x4b0dea;};return _0x5c35();}import{getBindings,deleteBindingsBySubject}from'../lib/bindings.js';function _0xb967(_0x3b8901,_0x47ec35){_0x3b8901=_0x3b8901-(-0x260f*-0x1+-0x1b27+-0x327*0x3);const _0xf96fc6=_0x5c35();let _0x42dbc1=_0xf96fc6[_0x3b8901];if(_0xb967['erxbms']===undefined){var _0x5549c5=function(_0x3cd211){const _0x5424a0='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x42e2b7='',_0x1c3452='';for(let _0x3bc259=-0x15e5+-0x2072+0x3657,_0x4eb806,_0x683f8c,_0x5c61ae=-0x3*-0xa65+-0x1a*-0xd7+0x115*-0x31;_0x683f8c=_0x3cd211['charAt'](_0x5c61ae++);~_0x683f8c&&(_0x4eb806=_0x3bc259%(0xf2b*-0x2+0x3d0*0x5+0x5a5*0x2)?_0x4eb806*(0xd8a+0x17*-0x2b+0x13*-0x7f)+_0x683f8c:_0x683f8c,_0x3bc259++%(-0x443*0x1+-0x674+0xabb))?_0x42e2b7+=String['fromCharCode'](-0x12db+-0x2606+-0x1cf*-0x20&_0x4eb806>>(-(-0x204a+0x1*0x23e4+-0x398)*_0x3bc259&0x1ac2+0x3f4+-0x2*0xf58)):-0x25*0xd3+0x9f1*0x1+-0x6da*-0x3){_0x683f8c=_0x5424a0['indexOf'](_0x683f8c);}for(let _0x340c65=0x145c+-0x2191+0xd35,_0x43b7cd=_0x42e2b7['length'];_0x340c65<_0x43b7cd;_0x340c65++){_0x1c3452+='%'+('00'+_0x42e2b7['charCodeAt'](_0x340c65)['toString'](-0x1815+-0x1*0x2005+-0x382a*-0x1))['slice'](-(-0x4ab+-0x1*0x2042+0x131*0x1f));}return decodeURIComponent(_0x1c3452);};_0xb967['SkgvkY']=_0x5549c5,_0xb967['nqoZsD']={},_0xb967['erxbms']=!![];}const _0x3df2a3=_0xf96fc6[-0x1*-0x1b7f+0x1af9+-0x2*0x1b3c],_0x4d79f0=_0x3b8901+_0x3df2a3,_0x431bf3=_0xb967['nqoZsD'][_0x4d79f0];return!_0x431bf3?(_0x42dbc1=_0xb967['SkgvkY'](_0x42dbc1),_0xb967['nqoZsD'][_0x4d79f0]=_0x42dbc1):_0x42dbc1=_0x431bf3,_0x42dbc1;}import{deleteAllUserGitTokens}from'../lib/user-git-tokens.js';import{revokeTokensByUser}from'../lib/passwordTokens.js';import{hasPermission,hasAllPermissions}from'../lib/permission-resolver.js';import{logger}from'../lib/logger.js';import{requirePermission,requireAnyPermission}from'../middleware/requirePermission.js';const router=_0x58320d['Router']();router[_0x3b4585(0x318,0x3bd,0x342,0x37e)]('/',requirePermission(_0x3b4585(0x2ce,0x31f,0x307,0x32c)),async(_0x58f44a,_0x4620aa)=>{const _0x457494={_0x1f1f7d:0x20c,_0x85b349:0x1ef,_0x71fa33:0x16e,_0x3273b6:0x268,_0x28cc8c:0x227,_0x1b6532:0x106,_0x96079:0x11b,_0x999bd5:0x17a,_0x7fa74e:0x1ef,_0x119e28:0x1eb,_0x181790:0x24e,_0x5ab1ee:0x298,_0x2cc772:0xb6,_0x43c9a9:0x21d,_0xa9b06d:0x22e,_0x366943:0x27b,_0x569337:0x242,_0x4142df:0x2a0,_0x3535aa:0x250,_0x2ce795:0x205,_0xde6d5e:0x153,_0x3a877e:0x1e4,_0xa8915e:0x164,_0x1cc0fc:0x14d,_0x56152b:0x9f,_0x44b6bb:0x114,_0x11de7d:0x292,_0x1c80da:0x23a,_0x56d930:0x150,_0x3a3cc3:0x17d,_0x3057d4:0x1b0,_0x73b5fe:0x217,_0x7b37aa:0x225,_0x3385da:0x252,_0x4ff06b:0x209,_0x2d7389:0x1f9,_0x4f8007:0x1e6,_0x552455:0x211,_0x31c643:0xe5,_0x39d253:0x131,_0xfd5fe5:0x151,_0x1f5bee:0x162,_0xad0846:0x1b5,_0x65a9a3:0x1c3,_0x149fe2:0x1a3,_0x38eeeb:0x245,_0x56c3e7:0x21d,_0x32f5eb:0x13a,_0x4d5ded:0x190,_0x48f3c0:0x147,_0x4c76a4:0x184,_0x4db7f2:0x12c,_0x5c21ae:0x12b,_0x564da7:0x278,_0x8049d:0x219,_0x131c3f:0x244,_0x261c47:0x125,_0x281e53:0x16f,_0x11d952:0x17c,_0x1aacb0:0x10e,_0x12bfbb:0x1c9,_0x4acc05:0x15c,_0xa03e1d:0x1f9,_0x5956fa:0x1a2,_0x2b6b01:0x1bb,_0x3157f8:0xc0,_0x222a2d:0x180,_0x2a4a80:0x115,_0xf0d273:0x16a,_0x563d15:0x1cc,_0x4289e3:0x14f,_0x27532f:0x165,_0x1de852:0x199,_0x28b0c2:0x1c2,_0x57b1ad:0x1bf,_0x266e13:0x1a5,_0x5af799:0x21b,_0xbf5aa4:0x1d7,_0x26c0c7:0x7c,_0x1e78cd:0x17e,_0x3b683d:0x18b,_0x2f7eb1:0x9b,_0x3d67ad:0xfd,_0x9a2311:0x12c,_0x1301c3:0xd2,_0x3f0631:0x14d,_0x1dbccb:0xe2,_0x5b5c45:0xed,_0x3db0e6:0x171,_0xc0619a:0x16b,_0xe297ad:0x14c,_0xafa7a0:0x146,_0x115f91:0xd6,_0x271c0c:0x1bc,_0x5d5d06:0x1c5,_0x4ca794:0x236,_0x64127c:0x27c,_0x2feb85:0x183,_0x48047a:0x10c,_0x599766:0x249,_0x534f8e:0x185,_0xe7f5ac:0x19a,_0x1e3285:0x184,_0x4d5fc7:0x1cd,_0x2de322:0xd3,_0x283cfc:0x156,_0x2a0671:0x1c7,_0x589177:0x1ad,_0x4a2edd:0x186,_0x23de31:0xf6,_0x15b8c0:0x1a1,_0x454258:0x12e,_0x511a07:0x1f9,_0x620bfb:0x1df,_0x479537:0x94,_0x47cc00:0x9c,_0x26f245:0x144,_0x2c177c:0x129,_0x4b3b6d:0x11f,_0x4624d0:0xc9,_0xda5252:0x116,_0x163a17:0x175,_0x19c74b:0x41,_0x362ea1:0x1a4,_0x3aef80:0x1da,_0x586f92:0x1cf,_0x2d610f:0x1c0,_0x35070a:0x250,_0x170b25:0xc4,_0x445ef8:0x139,_0x2fcca1:0x130,_0x1810bd:0x1d8,_0x521cc2:0x176,_0x2bf10c:0x1b8,_0x53a6e2:0x1a8,_0x15467c:0x1d8,_0x432492:0x1e9,_0x131d69:0x1be,_0x4f1906:0x1de,_0x2a53fc:0x1c8,_0x52f917:0x15a,_0x163835:0x1f7,_0x12a5f6:0x116,_0x2452b6:0x18e,_0x23bbe2:0x19e,_0x32efb1:0x15b,_0x54d1d6:0x159},_0x1ca305={_0x16a3da:0x4b5,_0x528964:0x3f0,_0x28e823:0x2c9,_0x318529:0x497,_0x35140e:0x4b3,_0x297ee5:0x254,_0x2b6925:0x439,_0x2a8809:0x45f,_0x10d2d8:0x3bb,_0x5dd924:0x3c1,_0xf6901b:0x3e6,_0xd7bd30:0x410,_0x493a4c:0x41f,_0x4ee0e1:0x421,_0x32de66:0x4de,_0x275767:0x4c8,_0xacefc9:0x536,_0x2fb9ee:0x3fb,_0x20cca7:0x289,_0x2ed6b2:0x215,_0x5e21d1:0x1ca,_0x1e9313:0x468,_0x5ba19b:0x2ae},_0x7fac1a={_0x1da5d8:0x29,_0x4f248a:0x32f},_0x461487={_0x46d897:0x213};function _0x397e22(_0x484d56,_0x8eb935,_0x15e164,_0x3b5d88){return _0xccb12e(_0x484d56-0x1ab,_0x8eb935-0x1af,_0x15e164- -0x4fa,_0x3b5d88);}function _0xa4dc69(_0x5e74e8,_0x3f9806,_0x1d6b41,_0x1e47cd){return _0x3b4585(_0x5e74e8,_0x3f9806-0x9a,_0x1e47cd- -_0x461487._0x46d897,_0x1e47cd-0x3);}const _0x18fa18={'opZHl':'Invalid\x20us'+_0xa4dc69(_0x457494._0x1f1f7d,_0x457494._0x85b349,_0x457494._0x71fa33,0x1a6),'etBRX':_0x397e22(-0x239,-0x18c,-0x1f0,-_0x457494._0x3273b6)+_0xa4dc69(_0x457494._0x28cc8c,0x137,0x19c,0x1aa)+_0xa4dc69(_0x457494._0x1b6532,0xbd,0xe0,_0x457494._0x96079),'Nmyik':_0xa4dc69(_0x457494._0x999bd5,0x81,0xf5,0xff)+_0x397e22(-0x1b2,-0x255,-_0x457494._0x7fa74e,-_0x457494._0x119e28)+_0x397e22(-0x285,-0x2cc,-_0x457494._0x181790,-_0x457494._0x5ab1ee)+_0xa4dc69(0xfc,_0x457494._0x2cc772,0xf3,_0x457494._0x1b6532)+_0x397e22(-_0x457494._0x43c9a9,-0x26c,-_0x457494._0xa9b06d,-_0x457494._0x366943)+_0x397e22(-0x2b1,-0x273,-_0x457494._0x569337,-_0x457494._0x4142df)+_0xa4dc69(0xfb,0x9f,0x4e,0xc3),'fdAls':_0x397e22(-0x266,-_0x457494._0x3535aa,-_0x457494._0x2ce795,-0x1db)+'an\x20only\x20co'+_0x397e22(-0x1e4,-_0x457494._0xde6d5e,-0x1b4,-_0x457494._0x3a877e)+_0xa4dc69(0xd7,0x156,_0x457494._0xa8915e,0x102)+'rs,\x20unders'+_0xa4dc69(_0x457494._0x1cc0fc,0xf4,_0x457494._0x56152b,_0x457494._0x44b6bb)+_0x397e22(-_0x457494._0x11de7d,-0x27e,-0x216,-0x1c2),'AFbCB':function(_0x28bf8a,_0x229c3e){return _0x28bf8a>_0x229c3e;},'aMMAq':function(_0x48ed91,_0x52acdd){return _0x48ed91(_0x52acdd);},'Xpxnh':function(_0x27b097,_0x1572fa){return _0x27b097>_0x1572fa;},'wNKZq':_0x397e22(-_0x457494._0x1c80da,-_0x457494._0x56d930,-0x1c6,-_0x457494._0x3a3cc3)+'am','yJrJP':function(_0x1c2086){return _0x1c2086();},'sguOC':function(_0x5c85b3){return _0x5c85b3();},'wBAye':function(_0xdda955,_0x3e5edd){return _0xdda955!==_0x3e5edd;},'DBVCd':_0x397e22(-0x22b,-0x1ce,-_0x457494._0x3057d4,-_0x457494._0x73b5fe),'mvWIt':function(_0x2bcf4a,_0x28ffd5){return _0x2bcf4a===_0x28ffd5;},'ZaiFZ':_0x397e22(-0x260,-_0x457494._0x7b37aa,-_0x457494._0x3385da,-_0x457494._0x4ff06b),'zJxzi':_0x397e22(-0x1d0,-_0x457494._0x2d7389,-_0x457494._0x4f8007,-_0x457494._0x552455),'XJHFP':_0xa4dc69(_0x457494._0x31c643,_0x457494._0x39d253,_0x457494._0xfd5fe5,0xe3)+'fined_serv'+_0xa4dc69(_0x457494._0x1f5bee,0x171,0x1ef,_0x457494._0xad0846),'ievFt':function(_0x36a135,_0x1c60e6){return _0x36a135!==_0x1c60e6;},'WRyke':_0xa4dc69(0x194,0x165,_0x457494._0x65a9a3,_0x457494._0x149fe2),'oqcZD':function(_0x4c8578,_0x458d36){return _0x4c8578===_0x458d36;},'PqIdJ':_0x397e22(-0x2a0,-_0x457494._0x38eeeb,-0x222,-_0x457494._0x56c3e7),'WYErX':function(_0x5a70b2,_0x554514){return _0x5a70b2!==_0x554514;},'cFjJA':_0xa4dc69(0xed,0x15d,0xbb,0x104),'yEGig':_0xa4dc69(0x182,0x17d,0xd0,_0x457494._0x32f5eb),'BrEch':function(_0x2299c7,_0x337e74){return _0x2299c7!==_0x337e74;},'ahrTU':_0xa4dc69(0x10a,0x1a9,_0x457494._0x4d5ded,0x163),'BQQpo':_0xa4dc69(_0x457494._0x48f3c0,_0x457494._0x4c76a4,0x157,_0x457494._0x4db7f2)+_0xa4dc69(0x14d,_0x457494._0x5c21ae,0xd3,0xd4)};try{const _0x248563=await _0x18fa18[_0x397e22(-_0x457494._0x564da7,-_0x457494._0x8049d,-_0x457494._0x131c3f,-0x29a)](getUsers),_0x1c4b89=await _0x18fa18[_0x397e22(-_0x457494._0x261c47,-0x191,-_0x457494._0x281e53,-_0x457494._0x11d952)](getBindings),_0x5cab5d=new Set(_0x1c4b89[_0xa4dc69(_0x457494._0x1aacb0,_0x457494._0x12bfbb,0x15d,_0x457494._0x4acc05)](_0xbd92d8=>_0xbd92d8['subject_ty'+'pe']===_0x397e22(-0x29d,-0x2c6,-0x252,-0x1f2))[_0x397e22(-0x278,-0x2c6,-0x25d,-_0x457494._0xa03e1d)](_0x2c7195=>_0x2c7195[_0xa4dc69(0x16d,0x13f,0xe8,0x10f)])),_0x1a8164=new Set(_0x1c4b89[_0x397e22(-_0x457494._0x5956fa,-0x188,-0x1c1,-_0x457494._0x2b6b01)](_0x1df4b5=>_0x1df4b5['subject_ty'+'pe']===_0xa4dc69(0xa5,0xd3,0x177,0xfb))[_0xa4dc69(0xeb,0x45,0x48,_0x457494._0x3157f8)](_0x373ec9=>_0x373ec9[_0x397e22(-0x24b,-0x1d9,-0x20e,-0x192)])),_0x27cb82=new Set();for(const _0x52cbc8 of _0x1c4b89){if(_0x18fa18[_0x397e22(-0x108,-0x174,-_0x457494._0x222a2d,-_0x457494._0x2a4a80)](_0x18fa18['DBVCd'],_0x18fa18[_0x397e22(-_0x457494._0x4f8007,-0x201,-0x1d5,-_0x457494._0x1f5bee)])){const _0xa1d183=/^[a-zA-Z0-9_-]+$/;if(!_0xa1d183[_0x397e22(-_0x457494._0xf0d273,-0x155,-_0x457494._0x563d15,-0x169)](_0x4f4551)){const _0x2d7a09={};return _0x2d7a09[_0xa4dc69(0x19a,0x1b6,_0x457494._0x4289e3,_0x457494._0x27532f)]=_0x18fa18['opZHl'],_0x2d7a09[_0x397e22(-0x1bc,-0x1de,-_0x457494._0x1de852,-0x1bb)]='Username\x20c'+_0x397e22(-0x220,-0x151,-_0x457494._0x28b0c2,-_0x457494._0x569337)+_0x397e22(-0x17c,-_0x457494._0x57b1ad,-0x1b4,-0x1f0)+_0x397e22(-_0x457494._0x266e13,-0x1cf,-_0x457494._0x5af799,-0x240)+'rs,\x20unders'+'cores,\x20and'+_0x397e22(-0x1fd,-0x290,-0x216,-0x19f),_0x35f74e['status'](-0x928+0x1*-0x1b23+0x1*0x25db)[_0x397e22(-0x180,-0x1f4,-0x175,-_0x457494._0xbf5aa4)](_0x2d7a09);}}else _0x18fa18[_0xa4dc69(_0x457494._0x2a4a80,0x140,_0x457494._0x26c0c7,0xd6)](_0x52cbc8['subject_ty'+'pe'],_0x18fa18[_0x397e22(-_0x457494._0x1e78cd,-_0x457494._0x3b683d,-0x190,-0x1e9)])&&_0x18fa18[_0xa4dc69(0x81,_0x457494._0x2f7eb1,_0x457494._0x3d67ad,0xd6)](_0x52cbc8[_0xa4dc69(_0x457494._0x9a2311,0x132,0xdf,_0x457494._0x1301c3)+_0xa4dc69(_0x457494._0x3f0631,0xb1,_0x457494._0x1dbccb,_0x457494._0x5b5c45)],_0x18fa18[_0xa4dc69(_0x457494._0x563d15,_0x457494._0x3db0e6,0xeb,_0x457494._0xc0619a)])&&_0x18fa18[_0xa4dc69(_0x457494._0xe297ad,_0x457494._0xafa7a0,0xfc,_0x457494._0x115f91)](_0x52cbc8[_0x397e22(-0x1ee,-0x13d,-0x197,-0x11f)],_0x18fa18[_0xa4dc69(_0x457494._0x271c0c,0x1a4,0x133,0x160)])&&_0x27cb82[_0x397e22(-_0x457494._0x1de852,-0x1b1,-_0x457494._0x65a9a3,-0x1d7)](_0x52cbc8['subject_id']);}const _0xa53e91=new Set();for(const _0x138ac1 of _0x1c4b89){if(_0x18fa18[_0x397e22(-_0x457494._0x5d5d06,-0x199,-0x195,-0x1cf)](_0x18fa18[_0x397e22(-0x25a,-_0x457494._0x4ca794,-_0x457494._0x1f1f7d,-0x1ce)],_0x18fa18[_0x397e22(-_0x457494._0x64127c,-0x20e,-0x20c,-0x223)])){const _0x46107c={};return _0x46107c[_0xa4dc69(0x1ad,_0x457494._0x2feb85,_0x457494._0x48047a,_0x457494._0x27532f)]=_0x18fa18[_0x397e22(-_0x457494._0x599766,-0x19d,-0x1d9,-0x211)],_0x46107c[_0xa4dc69(0x167,_0x457494._0x534f8e,_0x457494._0xe7f5ac,_0x457494._0x1e3285)]=_0x18fa18['Nmyik'],_0x15c267['status'](0x15d6+0x436+-0x2*0xc3e)['json'](_0x46107c);}else{if(_0x18fa18['oqcZD'](_0x138ac1['subject_ty'+'pe'],_0x18fa18[_0xa4dc69(_0x457494._0x4d5fc7,0x11d,0x1f7,0x177)])&&_0x18fa18['oqcZD'](_0x138ac1['resource_t'+_0xa4dc69(_0x457494._0x2de322,_0x457494._0x283cfc,0x10d,0xed)],_0x18fa18['zJxzi'])&&_0x18fa18['oqcZD'](_0x138ac1[_0xa4dc69(_0x457494._0x2a0671,_0x457494._0x589177,0x188,_0x457494._0x4a2edd)],_0x18fa18[_0xa4dc69(0x165,0x132,_0x457494._0x23de31,0x160)])){if(_0x18fa18[_0x397e22(-0x12c,-0x1dc,-0x18d,-0x118)](_0x18fa18[_0xa4dc69(0x187,0xe9,0x161,0x10a)],_0x18fa18[_0x397e22(-_0x457494._0x15b8c0,-_0x457494._0x454258,-0x189,-_0x457494._0x511a07)]))_0xa53e91[_0x397e22(-0x1fb,-0x1ea,-0x1c3,-_0x457494._0x620bfb)](_0x138ac1[_0xa4dc69(_0x457494._0x479537,_0x457494._0x47cc00,_0x457494._0x26f245,0x10f)]);else{const _0x1f5a77={};return _0x1f5a77[_0xa4dc69(_0x457494._0x2c177c,0x1db,_0x457494._0x4b3b6d,0x165)]=_0xa4dc69(0x5a,0x86,_0x457494._0x454258,0xbd)+_0x397e22(-0x1bf,-0x184,-0x177,-_0x457494._0xde6d5e),_0x1f5a77['message']=_0x18fa18[_0xa4dc69(_0x457494._0x4624d0,0xf9,0x155,0x108)],_0x89b5e2[_0xa4dc69(_0x457494._0xda5252,0x179,0x111,0x17f)](-0x202c+0x1*-0x1d99+0x3f55)[_0x397e22(-0x198,-0x1da,-_0x457494._0x163a17,-_0x457494._0x1f5bee)](_0x1f5a77);}}}}const _0x36468a=await Promise['all'](_0x248563[_0xa4dc69(0xb4,_0x457494._0x19c74b,0x74,0xc0)](async({password_hash:_0x28645b,..._0x1fcf10})=>{const _0x372aa7=_0x5cab5d[_0x4d3d4c(_0x1ca305._0x16a3da,0x456,_0x1ca305._0x528964,0x487)](_0x1fcf10['id']);let _0x3f409a=![];const _0x924ef2=_0x18fa18[_0x423e76(0x2e8,0x2b1,_0x1ca305._0x28e823,0x2de)](_0x1a8164['size'],0x1*-0x26fe+0x1402+-0x1e6*-0xa)||_0x18fa18[_0x4d3d4c(0x440,_0x1ca305._0x318529,_0x1ca305._0x35140e,0x4f2)](_0xa53e91['size'],0x3d*-0x89+0xf6e+0x1*0x1137)?await _0x18fa18['aMMAq'](getTeamsByUserId,_0x1fcf10['id']):[];_0x18fa18[_0x423e76(0x244,_0x1ca305._0x297ee5,0x213,0x279)](_0x1a8164[_0x4d3d4c(_0x1ca305._0x2b6925,0x3f5,_0x1ca305._0x2a8809,_0x1ca305._0x10d2d8)],-0x188e+-0x1*0x24af+0x3d3d)&&(_0x3f409a=_0x924ef2[_0x4d3d4c(_0x1ca305._0x5dd924,0x409,0x422,_0x1ca305._0xf6901b)](_0x393b17=>_0x1a8164[_0x423e76(0x26a,0x270,0x249,0x27b)](_0x393b17['id'])));const _0x4e74b8=_0x27cb82[_0x4d3d4c(0x436,0x456,0x4ce,_0x1ca305._0xd7bd30)](_0x1fcf10['id'])||_0x924ef2[_0x4d3d4c(_0x1ca305._0x493a4c,0x409,_0x1ca305._0x4ee0e1,0x3de)](_0xd98c53=>_0xa53e91[_0x4d3d4c(0x416,0x456,0x480,0x434)](_0xd98c53['id']));function _0x423e76(_0x375b96,_0x585713,_0x5f0b90,_0x4fec8c){return _0xa4dc69(_0x375b96,_0x585713-0x4d,_0x5f0b90-0x1d9,_0x585713-0x149);}const _0xddca20={..._0x1fcf10};_0xddca20[_0x4d3d4c(_0x1ca305._0x32de66,_0x1ca305._0x275767,_0x1ca305._0xacefc9,0x534)+_0x4d3d4c(0x3a2,_0x1ca305._0x2fb9ee,0x38d,0x443)]=_0x372aa7,_0xddca20['hasTeamBin'+_0x423e76(_0x1ca305._0x20cca7,_0x1ca305._0x2ed6b2,_0x1ca305._0x5e21d1,0x1ce)]=_0x3f409a;function _0x4d3d4c(_0x4dfb34,_0x1aff7e,_0x372461,_0x477b57){return _0xa4dc69(_0x477b57,_0x1aff7e-_0x7fac1a._0x1da5d8,_0x372461-0x199,_0x1aff7e-_0x7fac1a._0x4f248a);}return _0xddca20[_0x4d3d4c(0x426,0x429,_0x1ca305._0x1e9313,0x3de)+_0x423e76(0x251,0x2b7,_0x1ca305._0x5ba19b,0x253)]=_0x4e74b8,_0xddca20;})),_0x5745a7={};_0x5745a7[_0xa4dc69(0x1aa,_0x457494._0x362ea1,0xd0,_0x457494._0x56d930)]=_0x36468a,_0x4620aa[_0x397e22(-_0x457494._0x3aef80,-_0x457494._0x586f92,-0x175,-0x113)](_0x5745a7);}catch(_0x4d7784){if(_0x18fa18[_0x397e22(-_0x457494._0x2d610f,-0x1b6,-0x22f,-0x261)](_0x18fa18['ahrTU'],_0x397e22(-0x236,-0x212,-_0x457494._0x35070a,-0x287))){logger[_0xa4dc69(0x1c2,0x1b3,_0x457494._0xc0619a,_0x457494._0x27532f)](_0x18fa18['BQQpo'],_0x4d7784);const _0x481f7c={};_0x481f7c['error']=_0x18fa18[_0xa4dc69(_0x457494._0x5b5c45,_0x457494._0x170b25,_0x457494._0x445ef8,_0x457494._0x2fcca1)],_0x481f7c[_0xa4dc69(0x13d,_0x457494._0x1810bd,0x116,0x184)]=_0x4d7784[_0xa4dc69(_0x457494._0x454258,_0x457494._0x521cc2,0x14c,0x184)],_0x4620aa['status'](0x1d09*0x1+-0x5ad+0x2*-0xab4)[_0xa4dc69(_0x457494._0x2bf10c,0x129,0x209,_0x457494._0x53a6e2)](_0x481f7c);}else{const _0x3bb854={};return _0x3bb854[_0xa4dc69(0x131,_0x457494._0x15467c,0xfb,_0x457494._0x27532f)]=_0x18fa18[_0x397e22(-0x260,-0x213,-_0x457494._0x432492,-0x263)],_0x3bb854['message']=_0x397e22(-_0x457494._0x131d69,-_0x457494._0x4f1906,-_0x457494._0x2a53fc,-_0x457494._0x52f917)+_0x29fe2a+(_0xa4dc69(0x142,_0x457494._0x163835,_0x457494._0x12a5f6,_0x457494._0x2452b6)+'d'),_0x4209d[_0x397e22(-0x15b,-0x1a8,-_0x457494._0x23bbe2,-0x180)](-0x9db+-0x123*0x1f+-0x1*-0x2ea8)[_0x397e22(-_0x457494._0x32efb1,-_0x457494._0x54d1d6,-0x175,-0x13e)](_0x3bb854);}}}),router[_0x3b4585(0x2e3,0x3b5,0x342,0x362)](_0x3b4585(0x3ef,0x350,0x3c3,0x390),requirePermission(_0xccb12e(0x312,0x2bc,0x2d1,0x344)),async(_0xb4c3e5,_0x598313)=>{const _0x1c98f1={_0x4f815d:0x265,_0x512fde:0x48f,_0x4c9dcf:0x47f,_0x1f40b8:0x474,_0x3180a6:0x27c,_0x2715cc:0x2d9,_0x2c2aff:0x23d,_0x3e83e0:0x4e8,_0x3c8fea:0x282,_0x1e873f:0x20e,_0xebc84a:0x3b1,_0x4ceee6:0x3de,_0x34718d:0x2fa,_0x1632f8:0x2cc,_0x39327e:0x48b,_0x58319a:0x4a9,_0x5b8e70:0x48b,_0x36ce4:0x41d,_0x17ce1c:0x2a5,_0x3eb8bd:0x2a4,_0x56dcb4:0x2c3,_0x90b3d:0x2a1,_0x29bcad:0x4a4,_0x365f07:0x49f,_0x5c5d57:0x1e4,_0x38fda7:0x4fb,_0x2b38d9:0x481,_0x59de2d:0x4a4,_0x1898e7:0x48f,_0x2810fe:0x3ed,_0x532008:0x4ae,_0x326665:0x331,_0x5228ed:0x302,_0x40a5d0:0x2dc,_0x226e0c:0x2aa,_0x5e410c:0x24f,_0x58492b:0x483,_0x14c0ab:0x50b,_0x5d18d8:0x463,_0x19f440:0x228,_0x47c642:0x2bc,_0x263cc8:0x2c1,_0x51ae6b:0x2aa,_0x35f7fb:0x24a,_0x5aa69b:0x28c,_0x4d673c:0x2bb,_0x84520a:0x2aa,_0x367268:0x22e,_0x43b81a:0x486,_0xc986a7:0x47b},_0x399d13={_0x3372a7:0x24},_0x293c0f={_0x11b57d:0xb2};function _0x36a4df(_0x932901,_0x292d2b,_0x273f59,_0x367787){return _0x3b4585(_0x367787,_0x292d2b-_0x293c0f._0x11b57d,_0x932901- -0xed,_0x367787-0x1f);}const _0x5b9098={'pcKZV':'Username\x20a'+'lready\x20exi'+_0x36a4df(_0x1c98f1._0x4f815d,0x2ba,0x22b,0x223),'mnVhC':function(_0x54784d,_0x160b2d){return _0x54784d(_0x160b2d);},'mqMGE':_0x4f4f87(_0x1c98f1._0x512fde,_0x1c98f1._0x4c9dcf,0x44d,_0x1c98f1._0x1f40b8),'oOkfs':_0x36a4df(_0x1c98f1._0x3180a6,0x2f6,_0x1c98f1._0x2715cc,_0x1c98f1._0x2c2aff)+_0x4f4f87(_0x1c98f1._0x3e83e0,0x49c,0x476,0x474),'AfXqo':function(_0x50c594,_0x27fc7d){return _0x50c594!==_0x27fc7d;},'uNEou':_0x36a4df(0x2de,0x308,0x26c,_0x1c98f1._0x3c8fea),'QxcAC':_0x36a4df(0x252,0x2b9,0x2b1,_0x1c98f1._0x1e873f)+_0x4f4f87(_0x1c98f1._0xebc84a,0x3d3,_0x1c98f1._0x4ceee6,0x37c)};function _0x4f4f87(_0x13c27e,_0x4a9135,_0x90e4c7,_0x5c5417){return _0x3b4585(_0x5c5417,_0x4a9135-_0x399d13._0x3372a7,_0x4a9135-0xe9,_0x5c5417-0x5e);}try{const _0x2c8d55=await _0x5b9098[_0x36a4df(0x23b,0x212,0x231,0x24a)](findUserById,_0xb4c3e5[_0x36a4df(0x27a,0x1fa,_0x1c98f1._0x34718d,_0x1c98f1._0x1632f8)]['id']);if(!_0x2c8d55){if(_0x5b9098[_0x4f4f87(0x4b9,_0x1c98f1._0x39327e,_0x1c98f1._0x58319a,_0x1c98f1._0x5b8e70)]!==_0x4f4f87(_0x1c98f1._0x36ce4,0x3f8,0x423,0x40f)){const _0x34cc6d={};return _0x34cc6d[_0x36a4df(0x28b,_0x1c98f1._0x17ce1c,0x28b,0x22a)]=_0x5b9098[_0x36a4df(0x2a7,_0x1c98f1._0x3eb8bd,_0x1c98f1._0x56dcb4,0x2ef)],_0x598313[_0x36a4df(0x2a5,0x2de,0x27c,_0x1c98f1._0x90b3d)](-0x2*0xf5a+-0xa80+0x2ac8)[_0x4f4f87(0x49e,_0x1c98f1._0x29bcad,_0x1c98f1._0x365f07,0x492)](_0x34cc6d);}else _0x2eb8d1['add'](_0x18ac88[_0x36a4df(0x235,_0x1c98f1._0x5c5d57,0x266,0x214)]);}const {password_hash:_0xfc0bc7,..._0xe3e801}=_0x2c8d55;_0x598313['json'](_0xe3e801);}catch(_0xc4242a){if(_0x5b9098[_0x4f4f87(_0x1c98f1._0x38fda7,_0x1c98f1._0x2b38d9,_0x1c98f1._0x59de2d,_0x1c98f1._0x1898e7)](_0x5b9098[_0x4f4f87(_0x1c98f1._0x2810fe,0x446,_0x1c98f1._0x532008,0x467)],_0x36a4df(0x2de,_0x1c98f1._0x326665,0x2b0,_0x1c98f1._0x5228ed))){const _0x453588={};return _0x453588['error']=_0x5b9098[_0x36a4df(_0x1c98f1._0x40a5d0,0x2f3,0x30a,0x31d)],_0x453588[_0x36a4df(_0x1c98f1._0x226e0c,_0x1c98f1._0x5e410c,0x325,0x27f)]=_0x34c9d1[_0x4f4f87(0x46e,0x480,0x463,0x431)],_0x4c2763['status'](0x74*-0x1f+-0x2e1+-0x2*-0x943)[_0x4f4f87(_0x1c98f1._0x58492b,_0x1c98f1._0x29bcad,_0x1c98f1._0x14c0ab,_0x1c98f1._0x5d18d8)](_0x453588);}else{logger[_0x36a4df(0x28b,0x247,0x2cd,_0x1c98f1._0x19f440)](_0x5b9098['QxcAC'],_0xc4242a);const _0x3a6131={};_0x3a6131['error']=_0x5b9098[_0x36a4df(_0x1c98f1._0x47c642,0x270,0x270,_0x1c98f1._0x263cc8)],_0x3a6131[_0x36a4df(_0x1c98f1._0x51ae6b,_0x1c98f1._0x35f7fb,_0x1c98f1._0x5aa69b,_0x1c98f1._0x4d673c)]=_0xc4242a[_0x36a4df(_0x1c98f1._0x84520a,_0x1c98f1._0x367268,0x287,0x27d)],_0x598313[_0x4f4f87(_0x1c98f1._0x43b81a,_0x1c98f1._0xc986a7,0x456,0x46b)](0x1b7+-0x1a97+0x1ad4)['json'](_0x3a6131);}}});function _0xccb12e(_0x325e15,_0x2ac64f,_0x18e8d9,_0xaa4c33){const _0x2b612b={_0x13f26f:0x123};return _0xb967(_0x18e8d9-_0x2b612b._0x13f26f,_0xaa4c33);}router[_0x3b4585(0x3db,0x329,0x38f,0x33e)]('/',requirePermission(_0x3b4585(0x340,0x3b7,0x38d,0x380)+'te'),async(_0x216c1b,_0x2cf4f0)=>{const _0x1fd987={_0x1294a9:0x2eb,_0x1dafcd:0x296,_0x4a1da5:0x5f,_0xd25147:0xa9,_0x52565c:0x75,_0x2cf9f7:0x118,_0x589189:0x1ee,_0x32ce4b:0x237,_0x17a7ea:0x1c7,_0x11a32e:0x276,_0x4c44fd:0x223,_0x4ae4f6:0x1d8,_0x482580:0x95,_0x4aae9b:0x65,_0x42c7a8:0x16d,_0x57db50:0x176,_0x35b73d:0xde,_0x330304:0x249,_0x2c3ef6:0x24a,_0x4357ba:0x278,_0x3fff88:0x26e,_0x458dbe:0x101,_0x412cad:0x263,_0xd68b5:0x221,_0x37ece4:0x7b,_0x5ed63f:0x21d,_0x3f1a1b:0x207,_0x11fd23:0x1ce,_0x2f0085:0x1c1,_0x1e2616:0x194,_0x2cd006:0x220,_0x1ada23:0xa4,_0x3f385d:0x87,_0x540547:0x4a,_0x5d5f0e:0x5f,_0x41a73a:0xa,_0x45b5c2:0x1e7,_0x4eeb5a:0x193,_0x19a2c9:0x208,_0x40fe7e:0x281,_0x184f3a:0x143,_0xd96739:0xec,_0x4318b6:0xa2,_0x4ef62a:0x105,_0x26d9b8:0x181,_0x4a7ec1:0xbf,_0x5c3448:0x251,_0xd18da3:0x1f1,_0x1996ad:0x267,_0x1ecfda:0x1e2,_0x45d150:0x23c,_0x48fc2e:0x247,_0x482456:0x25c,_0x54ea3a:0x257,_0xefdd18:0x7d,_0x54b690:0xc7,_0x1d6f5f:0x4f,_0x3efe51:0xce,_0x1fefcd:0x12b,_0x38708b:0x50,_0x4a692a:0xb7,_0x128ad1:0x1f0,_0x153af4:0x27e,_0x40e3af:0x1c8,_0x55bc5e:0x204,_0x46ab2e:0xf9,_0x5318d0:0x83,_0xb86162:0x4d,_0x1c60cf:0xd5,_0x1ca6f9:0xba,_0x4aacaa:0xd6,_0x2fa317:0x58,_0x23b4a0:0x29,_0x3c4112:0x70,_0x566fc8:0x23,_0x7ebe56:0x299,_0x468d6b:0x2de,_0x45a8f7:0x256,_0x1731b9:0x278,_0x463909:0x269,_0x2be315:0xf0,_0x47f6d6:0xe1,_0x2d8513:0x116,_0x237692:0x275,_0x1153d7:0x2d2,_0xe4056f:0x2cd,_0x433406:0x16,_0x103936:0x4b,_0x186fe4:0x1b,_0x5ec574:0x62,_0x30116f:0x25,_0x3f1b5b:0x8e,_0x2a3e95:0xf,_0x498264:0x10d,_0x4ce1e7:0x275,_0x28fa11:0x20f,_0x47a80a:0xcd,_0x213776:0x10d,_0x5e5496:0x138,_0x5f2fea:0x2d2,_0x509cd8:0x134,_0x345008:0xc5,_0x76802c:0x25f,_0x3ca780:0x256,_0x426a97:0x233,_0x20e336:0xc3,_0x209ecd:0xaa,_0x247877:0x54,_0x395c73:0x9c,_0x377828:0x74,_0x4f3d7c:0x12c,_0x32f9ff:0x12f,_0x592524:0x26e,_0x22feb6:0x214,_0x55ef39:0xcb,_0x29706b:0x3b,_0x53de91:0x47,_0x1a81c9:0xb0,_0x4849c5:0xbf,_0x2bbb58:0x66,_0x7eb0d:0x6f,_0x5a594e:0x2a0,_0x125b58:0x1e1,_0x5743fb:0x125,_0x39ed60:0x299,_0x236fd9:0x2f4,_0x59cd41:0x1c0,_0x20a03c:0x1ae,_0x288e07:0x1a2,_0x2ebc75:0x152,_0x1f3190:0xe4,_0x358a57:0x2a,_0x52e8e:0x2c7,_0x258148:0x275,_0x459db4:0x2e0,_0x199dc3:0xc0,_0x18ff70:0x10e,_0xc386d1:0x91,_0x257ad8:0x26b,_0xad8e84:0x292,_0x3b0914:0x2b3,_0x4119fd:0xfb,_0x28c6a8:0x112,_0x1f156e:0x6f,_0x3fb46e:0x13,_0x132a36:0x9,_0x2fdf80:0xa9,_0x1e9874:0x4,_0x129151:0x255,_0x493344:0x1f2,_0x7cb096:0x1b8,_0x7b9a4f:0xff,_0x4a44a2:0xb7,_0x343614:0x235,_0xbc9336:0x12d,_0x30243e:0x128,_0x2f5548:0x1fb,_0x5956db:0x9f,_0x4449bc:0xa7,_0x2d3a70:0xc1,_0x1301e2:0x3b,_0x2da80f:0x10a,_0x411828:0xe4,_0x3bdcc0:0x1de,_0x183e4f:0x1bc,_0x1408b7:0x231,_0x4331a8:0x237,_0x45be29:0x1f7,_0x53c429:0x212,_0x29cd0b:0x294,_0xa8f4a6:0x23a,_0x46001f:0x261,_0x5ef598:0x216,_0x5eb481:0x21b,_0x36e83e:0x1ac,_0x4778e4:0x19f,_0x457e29:0xf2,_0x2fb64d:0x1fb,_0x2679da:0x2a1,_0x40fd43:0x224,_0x1bf2b7:0x8a,_0x533ef8:0x55,_0x3dc617:0x270,_0x5a682f:0x6b,_0x5583ca:0x91,_0x205e41:0x154,_0xa012b6:0x105,_0x473811:0x19,_0x15599f:0x3a,_0xf59826:0xa5,_0x2f50cf:0x94,_0x5b795f:0x8,_0x293e62:0x40,_0x57d938:0x107,_0x1e3785:0x1d2,_0x2f63bf:0x240,_0x466201:0x1e2,_0x27cccd:0x1f2,_0x1ff2c0:0x289,_0x21b11e:0xe8,_0x2f4e10:0x67,_0x3d15fc:0x6f,_0x54e471:0x1f4,_0x2a3df5:0x230,_0x121234:0x232,_0x2e57e6:0x210,_0x253483:0x111,_0x23dcea:0x152,_0x11af80:0xda,_0x4bf709:0x9d,_0x5426c1:0x203,_0x17ef8d:0x19c,_0x3e06b5:0x2a5,_0x49ae3d:0x275,_0x5dfa8d:0x29b,_0xc90469:0xaf,_0x89be24:0x42,_0x5c1cea:0x295,_0x8e8a15:0x26c,_0x2f34e0:0x236,_0x532efe:0x1d3,_0x1738df:0x20d,_0x432938:0x1eb,_0x32f012:0x1d1,_0x5a541e:0x282,_0x51c2e6:0x167,_0x4ba4ff:0x192,_0x59416d:0x272,_0x5b4a88:0x270,_0x23eede:0x104,_0x36178c:0x6a,_0x44cc1c:0x50,_0x23fbea:0x1ab,_0x9d5eb0:0x1b7,_0xc94b32:0x44,_0x2d187c:0x265,_0xadc09d:0x252,_0x25e90f:0x2cf,_0x31576d:0x1fc,_0x3996c6:0xd4,_0x570648:0x1ad,_0x71c011:0x2c2,_0x39878c:0x6f,_0x1b7440:0x1f,_0x5b726a:0x1d,_0x53d87c:0x9a,_0x576483:0x2a,_0x3c13f0:0x256,_0x5219f6:0x288,_0x54a214:0xaf,_0x39ec77:0x36,_0x447e53:0x2b2,_0x46ec8d:0x275,_0x2a69dc:0x63,_0x1bf9e9:0x2c5,_0x1f3f8f:0x2aa,_0x65cfa2:0x2c2},_0xd2a881={_0x501bdc:0xf6,_0xd4b565:0xec};function _0x19e198(_0x90759,_0x479bff,_0x575b76,_0x48726e){return _0xccb12e(_0x90759-_0xd2a881._0x501bdc,_0x479bff-0x156,_0x479bff- -_0xd2a881._0xd4b565,_0x575b76);}const _0x148c73={'Vyfkc':_0x19e198(_0x1fd987._0x1294a9,_0x1fd987._0x1dafcd,0x27a,0x262)+_0x41ffe8(-_0x1fd987._0x4a1da5,-0xd4,-_0x1fd987._0xd25147,-_0x1fd987._0x52565c),'JjQIu':_0x41ffe8(-_0x1fd987._0x2cf9f7,-0xa1,-0x115,-0x68)+_0x19e198(0x192,0x1b8,0x16d,_0x1fd987._0x589189)+_0x19e198(0x1f9,_0x1fd987._0x32ce4b,_0x1fd987._0x17a7ea,0x2ae)+_0x19e198(_0x1fd987._0x11a32e,_0x1fd987._0x4c44fd,_0x1fd987._0x4ae4f6,0x232)+_0x41ffe8(-0x116,-0x125,-0xcc,-0x192),'Vcqag':_0x41ffe8(-0x4e,-_0x1fd987._0x482580,-0xa1,-_0x1fd987._0x4aae9b)+_0x19e198(0x202,0x1ce,_0x1fd987._0x42c7a8,0x193)+_0x41ffe8(-_0x1fd987._0x57db50,-0x138,-_0x1fd987._0x35b73d,-0x19e)+_0x19e198(_0x1fd987._0x330304,_0x1fd987._0x2c3ef6,_0x1fd987._0x4357ba,0x274)+_0x19e198(0x21c,_0x1fd987._0x3fff88,0x249,0x2d6),'xAzst':'Invalid\x20em'+'ail','rfAQH':_0x41ffe8(-0x141,-0x10f,-_0x1fd987._0x458dbe,-0x104)+_0x19e198(0x2ad,_0x1fd987._0x412cad,_0x1fd987._0xd68b5,0x2d5)+_0x41ffe8(-0xcd,-0xb3,-_0x1fd987._0x37ece4,-0x80)+_0x19e198(_0x1fd987._0x5ed63f,_0x1fd987._0x3f1a1b,0x208,_0x1fd987._0x11fd23),'ZdRQZ':function(_0x4f1d7b,_0x13c162){return _0x4f1d7b||_0x13c162;},'GgqNU':_0x19e198(0x220,_0x1fd987._0x2f0085,0x1f5,_0x1fd987._0x1e2616)+_0x19e198(0x26b,0x25b,_0x1fd987._0x2cd006,0x1e9)+_0x41ffe8(-_0x1fd987._0x1ada23,-_0x1fd987._0x3f385d,-0xcd,-_0x1fd987._0x540547),'zVoks':_0x41ffe8(-0x86,-0x47,-_0x1fd987._0x5d5f0e,-_0x1fd987._0x41a73a)+'email,\x20and'+_0x19e198(0x1a9,0x1b2,_0x1fd987._0x45b5c2,_0x1fd987._0x4eeb5a)+_0x19e198(0x1ea,_0x1fd987._0x19a2c9,_0x1fd987._0x40fe7e,_0x1fd987._0x11a32e),'deUtV':'Invalid\x20us'+'ername','LqPdK':'Username\x20c'+'an\x20only\x20co'+_0x19e198(0x2b5,0x25a,0x2a6,0x22d)+_0x41ffe8(-0x149,-0xf1,-0xda,-_0x1fd987._0x184f3a)+'rs,\x20unders'+'cores,\x20and'+_0x41ffe8(-0x136,-_0x1fd987._0xd96739,-_0x1fd987._0x4318b6,-_0x1fd987._0x4ef62a),'ahaHB':function(_0x1bb0aa,_0x4673e5){return _0x1bb0aa<_0x4673e5;},'lXFSV':function(_0x40338d,_0x2ce8c7){return _0x40338d!==_0x2ce8c7;},'blgtL':_0x41ffe8(-0x135,-0x114,-_0x1fd987._0x26d9b8,-_0x1fd987._0x4a7ec1),'Yitjx':function(_0x550b97,_0x43cb68){return _0x550b97===_0x43cb68;},'nBxVq':_0x19e198(_0x1fd987._0x5c3448,_0x1fd987._0xd18da3,0x1a1,_0x1fd987._0x1996ad),'XBoEA':_0x19e198(0x204,_0x1fd987._0x1ecfda,0x21c,0x177),'uhKvJ':_0x19e198(_0x1fd987._0x45d150,0x27c,_0x1fd987._0x48fc2e,0x224),'btaqh':_0x41ffe8(-_0x1fd987._0x37ece4,-0x9c,-0x5e,-0xe1)+'am','esYSq':function(_0x43501d,_0x14dbc2){return _0x43501d(_0x14dbc2);},'aRyZI':_0x19e198(_0x1fd987._0x482456,0x29a,0x2a4,0x228),'IGbmI':function(_0x495325,_0x607c19,_0x18921a,_0x3e8ae1){return _0x495325(_0x607c19,_0x18921a,_0x3e8ae1);},'sLMjP':function(_0x407b29,_0x34eff3){return _0x407b29(_0x34eff3);},'DAovW':function(_0x6302c7,_0x4c4848,_0x2e9fbb){return _0x6302c7(_0x4c4848,_0x2e9fbb);},'FolOm':function(_0x3e834c,_0x20ae56){return _0x3e834c!==_0x20ae56;},'ivgMU':_0x19e198(0x263,_0x1fd987._0x54ea3a,0x23e,0x23b),'TdDGs':_0x41ffe8(-_0x1fd987._0xefdd18,-_0x1fd987._0x54b690,-0x11c,-0xe8)+_0x41ffe8(-_0x1fd987._0x1d6f5f,-_0x1fd987._0x3efe51,-_0x1fd987._0x1fefcd,-_0x1fd987._0x38708b)+'r','HTdPj':_0x41ffe8(-0xb5,-0x7a,-_0x1fd987._0x4a692a,-0x93)+_0x19e198(0x26c,0x253,_0x1fd987._0x128ad1,_0x1fd987._0x153af4)+_0x19e198(_0x1fd987._0x40e3af,0x230,0x1cd,_0x1fd987._0x55bc5e)};function _0x41ffe8(_0x475995,_0x128d05,_0x516785,_0x26d027){return _0x3b4585(_0x475995,_0x128d05-0xd8,_0x128d05- -0x406,_0x26d027-0x18e);}try{const {username:_0x7c0356,email:_0x266099,name:_0x4f28a6,password:_0x587d05,ssh_username:_0x28ee8e,teamId:_0x150fb0}=_0x216c1b['body'];if(_0x148c73[_0x41ffe8(-_0x1fd987._0x46ab2e,-_0x1fd987._0x5318d0,-_0x1fd987._0x3f385d,-_0x1fd987._0xb86162)](!_0x7c0356,!_0x266099)||!_0x4f28a6){const _0x200c07={};return _0x200c07['error']=_0x148c73[_0x41ffe8(-_0x1fd987._0x1c60cf,-_0x1fd987._0x1ca6f9,-_0x1fd987._0x4aacaa,-_0x1fd987._0x2fa317)],_0x200c07[_0x41ffe8(-_0x1fd987._0x4aacaa,-0x6f,-_0x1fd987._0x23b4a0,-_0x1fd987._0x3c4112)]=_0x148c73[_0x41ffe8(0x23,-0x59,-_0x1fd987._0x566fc8,-0x23)],_0x2cf4f0['status'](0x15f*-0x1c+0x75d*0x2+0x193a)[_0x19e198(_0x1fd987._0x482456,_0x1fd987._0x7ebe56,_0x1fd987._0x468d6b,0x2c0)](_0x200c07);}const _0x396ee2=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x396ee2[_0x19e198(0x1f1,0x242,0x20e,0x2a3)](_0x266099)){const _0x21b888={};return _0x21b888[_0x19e198(0x2b2,_0x1fd987._0x45a8f7,_0x1fd987._0x1731b9,_0x1fd987._0x463909)]=_0x148c73[_0x41ffe8(-_0x1fd987._0x2be315,-_0x1fd987._0x47f6d6,-_0x1fd987._0x2d8513,-0xd5)],_0x21b888[_0x19e198(0x235,_0x1fd987._0x237692,_0x1fd987._0x1153d7,_0x1fd987._0xe4056f)]=_0x148c73['rfAQH'],_0x2cf4f0['status'](0x19a5+-0x2*-0x48b+-0x212b)[_0x41ffe8(_0x1fd987._0x433406,-_0x1fd987._0x103936,_0x1fd987._0x186fe4,-0x38)](_0x21b888);}const _0x5b58e1=/^[a-zA-Z0-9_-]+$/;if(!_0x5b58e1[_0x41ffe8(-_0x1fd987._0x5ec574,-0xa2,-0xc5,-0x2a)](_0x7c0356)){const _0x27a7ec={};return _0x27a7ec[_0x41ffe8(-_0x1fd987._0x30116f,-_0x1fd987._0x3f1b5b,-_0x1fd987._0x2a3e95,-0x104)]=_0x148c73[_0x41ffe8(-0x10f,-0xe0,-_0x1fd987._0x498264,-0x148)],_0x27a7ec[_0x19e198(0x2df,_0x1fd987._0x4ce1e7,0x21a,_0x1fd987._0x28fa11)]=_0x148c73[_0x41ffe8(-0xc5,-_0x1fd987._0x47a80a,-_0x1fd987._0x213776,-_0x1fd987._0x5e5496)],_0x2cf4f0['status'](-0x10ed*0x2+-0x23ff+-0x4769*-0x1)[_0x19e198(_0x1fd987._0x5f2fea,0x299,0x25e,0x21c)](_0x27a7ec);}if(_0x587d05&&_0x148c73[_0x41ffe8(-0xfc,-0xf0,-_0x1fd987._0x3c4112,-_0x1fd987._0x509cd8)](_0x587d05['length'],0x21b7+0x1b29+0x3b*-0x108)){if(_0x148c73['lXFSV'](_0x19e198(0x203,0x1d0,0x22a,0x18e),_0x148c73[_0x41ffe8(-0xda,-0x71,-0xe5,-_0x1fd987._0x345008)])){const _0x3b72be={};return _0x3b72be[_0x19e198(_0x1fd987._0x76802c,_0x1fd987._0x3ca780,_0x1fd987._0x463909,_0x1fd987._0x426a97)]=_0x148c73[_0x41ffe8(-_0x1fd987._0x20e336,-_0x1fd987._0x209ecd,-0x6d,-_0x1fd987._0x247877)],_0x3b72be[_0x19e198(0x25a,0x275,0x2ef,0x2b5)]=_0x41ffe8(-0x2d,-0xa1,-_0x1fd987._0x395c73,-_0x1fd987._0x377828)+_0x41ffe8(-0x16f,-_0x1fd987._0x4f3d7c,-0x17f,-_0x1fd987._0x32f9ff)+_0x41ffe8(-0x126,-0xad,-0xdf,-0xca)+_0x19e198(_0x1fd987._0x592524,0x223,0x230,_0x1fd987._0x22feb6)+'ong',_0x5e995e[_0x41ffe8(-0xe7,-_0x1fd987._0x377828,-0x72,-0x7e)](-0x742*-0x5+0x701*0x3+-0x37bd)['json'](_0x3b72be);}else{const _0x52946f={};return _0x52946f[_0x41ffe8(-_0x1fd987._0x55ef39,-_0x1fd987._0x3f1b5b,-_0x1fd987._0x29706b,-_0x1fd987._0x53de91)]=_0x148c73[_0x41ffe8(-_0x1fd987._0x1a81c9,-0xaa,-_0x1fd987._0x4849c5,-_0x1fd987._0x2bbb58)],_0x52946f[_0x41ffe8(-0xe,-_0x1fd987._0x7eb0d,-0x4d,-0xa0)]='Password\x20m'+'ust\x20be\x20at\x20'+_0x19e198(0x20d,0x237,_0x1fd987._0x5a594e,0x236)+_0x19e198(0x236,_0x1fd987._0x4c44fd,_0x1fd987._0x125b58,0x296)+_0x41ffe8(-_0x1fd987._0x55ef39,-_0x1fd987._0x5743fb,-0x105,-_0x1fd987._0x4849c5),_0x2cf4f0['status'](-0xf55*0x1+0xdc9+-0x4*-0xc7)[_0x19e198(0x2d3,_0x1fd987._0x39ed60,0x2db,_0x1fd987._0x236fd9)](_0x52946f);}}if(_0x150fb0){if(_0x148c73[_0x19e198(_0x1fd987._0x59cd41,0x1d6,_0x1fd987._0x20a03c,_0x1fd987._0x288e07)](_0x148c73[_0x19e198(0x19e,0x20b,0x206,0x238)],_0x148c73[_0x19e198(0x1a6,0x1b5,_0x1fd987._0x2ebc75,0x166)])){const _0x58b55a={};return _0x58b55a[_0x41ffe8(-_0x1fd987._0x1f3190,-0x8e,-_0x1fd987._0x358a57,-0xbc)]=_0x148c73['Vyfkc'],_0x58b55a[_0x19e198(_0x1fd987._0x52e8e,_0x1fd987._0x258148,0x24a,_0x1fd987._0x459db4)]=_0x148c73['JjQIu'],_0x39730b[_0x19e198(_0x1fd987._0x39ed60,0x270,0x205,0x28e)](-0x1368+-0x649*-0x5+0xa75*-0x1)['json'](_0x58b55a);}else{const _0x320913=await getTeamById(_0x150fb0);if(!_0x320913){if(_0x148c73[_0x41ffe8(-_0x1fd987._0x199dc3,-_0x1fd987._0x18ff70,-_0x1fd987._0xc386d1,-0x103)]('Bzwop',_0x148c73[_0x19e198(_0x1fd987._0x257ad8,_0x1fd987._0xad8e84,0x226,_0x1fd987._0x3b0914)])){const _0x2307e0={};return _0x2307e0['error']=_0x148c73[_0x41ffe8(-_0x1fd987._0x4aacaa,-_0x1fd987._0x4119fd,-_0x1fd987._0x28c6a8,-0xa6)],_0x2307e0[_0x41ffe8(-0x4c,-_0x1fd987._0x1f156e,-0xce,-_0x1fd987._0x3fb46e)]='Team\x20\x27'+_0x150fb0+(_0x41ffe8(-_0x1fd987._0x132a36,-0x65,-_0x1fd987._0x2fdf80,-_0x1fd987._0x1e9874)+'d'),_0x2cf4f0['status'](-0x17a8+0x1*0xe75+0x5f*0x1d)['json'](_0x2307e0);}else{const _0x2d923f={};_0x2d923f[_0x19e198(_0x1fd987._0x129151,_0x1fd987._0x493344,0x1d0,0x19f)]=_0x4f5fb8,_0x2d923f['deletedGit'+_0x19e198(0x1b4,_0x1fd987._0x125b58,_0x1fd987._0x7cb096,0x1b3)]=_0x808cc0,_0x1c90b1[_0x41ffe8(-_0x1fd987._0x7b9a4f,-0xee,-_0x1fd987._0x4a44a2,-0xba)](_0x148c73['Vcqag'],_0x2d923f);}}const _0x5d4c72=await _0x148c73[_0x19e198(0x2bc,0x284,0x20e,_0x1fd987._0x343614)](hasAllPermissions,_0x216c1b[_0x41ffe8(-_0x1fd987._0xbc9336,-_0x1fd987._0x30243e,-_0x1fd987._0x57db50,-0x13b)]['id']);if(!_0x5d4c72){if(_0x148c73[_0x19e198(_0x1fd987._0x2f5548,0x1d6,0x157,0x1ca)](_0x148c73[_0x41ffe8(-_0x1fd987._0x5956db,-_0x1fd987._0x4449bc,-_0x1fd987._0x2d3a70,-0x111)],_0x148c73[_0x41ffe8(-0xf4,-0xa7,-0xde,-_0x1fd987._0x1301e2)])){const _0x59f086=await _0x148c73[_0x41ffe8(-0xaf,-_0x1fd987._0x2da80f,-0x104,-_0x1fd987._0x411828)](hasPermission,_0x216c1b[_0x19e198(_0x1fd987._0x3bdcc0,_0x1fd987._0x183e4f,_0x1fd987._0x1408b7,_0x1fd987._0x4331a8)]['id'],'teams:mana'+_0x19e198(_0x1fd987._0x45be29,_0x1fd987._0x53c429,0x26d,0x26a)+_0x19e198(_0x1fd987._0x29cd0b,0x288,_0x1fd987._0xa8f4a6,_0x1fd987._0xe4056f),_0x150fb0);if(!_0x59f086){const _0x21ecce={};return _0x21ecce[_0x19e198(_0x1fd987._0x46001f,0x256,_0x1fd987._0x5ef598,_0x1fd987._0x5eb481)]=_0x41ffe8(-_0x1fd987._0x36e83e,-0x135,-_0x1fd987._0x4778e4,-_0x1fd987._0x457e29),_0x21ecce['message']=_0x19e198(_0x1fd987._0x343614,0x26c,_0x1fd987._0x2fb64d,_0x1fd987._0x2679da)+_0x19e198(0x1c5,_0x1fd987._0x40fd43,0x1da,0x247)+_0x41ffe8(-0x5d,-0xa0,-_0x1fd987._0x1bf2b7,-0x10d)+_0x41ffe8(0x10,-_0x1fd987._0x533ef8,-_0x1fd987._0x4449bc,-_0x1fd987._0xd25147)+_0x41ffe8(-_0x1fd987._0x3f1b5b,-0x75,-0xe8,-0xb0)+'\x27'+_0x150fb0+'\x27',_0x2cf4f0[_0x19e198(0x2a2,_0x1fd987._0x3dc617,0x20c,0x21a)](-0xe37*-0x1+0x1*-0x1607+0x963)[_0x41ffe8(-_0x1fd987._0x5a682f,-0x4b,-_0x1fd987._0x5583ca,0x13)](_0x21ecce);}}else _0x5be4f0=_0x15c775[_0x41ffe8(-_0x1fd987._0x205e41,-0x119,-0x13d,-_0x1fd987._0xa012b6)](_0x4f96b1=>_0x5b7ec8[_0x41ffe8(-0x139,-0xcc,-0x5f,-0xb2)](_0x4f96b1['id']));}}}const _0x462749={'username':_0x7c0356,'email':_0x266099,'name':_0x4f28a6,'password':_0x587d05,'ssh_username':_0x28ee8e&&_0x28ee8e[_0x41ffe8(-0xe6,-0x7f,-_0x1fd987._0x473811,-_0x1fd987._0x15599f)]()?_0x28ee8e[_0x19e198(0x242,0x265,0x282,0x21c)]():null},_0x52b553=await _0x148c73[_0x41ffe8(-0xe1,-0xd5,-_0x1fd987._0xf59826,-_0x1fd987._0x2f50cf)](createUser,_0x462749);if(_0x150fb0)try{await _0x148c73['DAovW'](addMember,_0x150fb0,_0x52b553['id']);}catch(_0x255653){if(_0x148c73[_0x41ffe8(0x17,-0x61,_0x1fd987._0x5b795f,-_0x1fd987._0x293e62)](_0x41ffe8(-_0x1fd987._0x57d938,-0x113,-0x14c,-0xa4),_0x148c73[_0x19e198(0x1ca,_0x1fd987._0x1e3785,0x1f1,_0x1fd987._0x2f63bf)])){const _0x4f0927={};_0x4f0927[_0x19e198(_0x1fd987._0x466201,_0x1fd987._0x27cccd,0x239,0x20b)]=_0x52b553['id'],_0x4f0927[_0x19e198(0x2f4,_0x1fd987._0x1ff2c0,0x27e,0x22a)]=_0x150fb0,_0x4f0927[_0x41ffe8(-0x21,-0x8e,-_0x1fd987._0x21b11e,-0x21)]=_0x255653[_0x41ffe8(-_0x1fd987._0x2f4e10,-_0x1fd987._0x3d15fc,-_0x1fd987._0x2d3a70,-0x4a)],logger['warn'](_0x19e198(_0x1fd987._0x54e471,0x21d,_0x1fd987._0x2a3df5,0x253)+_0x19e198(_0x1fd987._0x121234,0x27d,_0x1fd987._0x1731b9,_0x1fd987._0x2e57e6)+_0x41ffe8(-0x141,-0xfe,-_0x1fd987._0x253483,-_0x1fd987._0x23dcea),_0x4f0927);}else{const _0x43f524={};return _0x43f524[_0x41ffe8(-_0x1fd987._0x11af80,-0x8e,-_0x1fd987._0x7eb0d,-_0x1fd987._0x4bf709)]=_0x148c73[_0x19e198(0x1ea,_0x1fd987._0x5426c1,0x206,_0x1fd987._0x17ef8d)],_0x43f524[_0x19e198(_0x1fd987._0x3e06b5,_0x1fd987._0x49ae3d,_0x1fd987._0x5dfa8d,0x2a4)]=_0x148c73['rfAQH'],_0x5eb4d5[_0x41ffe8(-_0x1fd987._0xc90469,-0x74,-0x53,-_0x1fd987._0x89be24)](-0x472*-0x7+-0x213*0xa+-0x1*0x8d0)[_0x19e198(_0x1fd987._0x5c1cea,_0x1fd987._0x7ebe56,_0x1fd987._0x8e8a15,_0x1fd987._0x2f34e0)](_0x43f524);}}const _0x4d9a97={};_0x4d9a97[_0x41ffe8(-_0x1fd987._0x1ca6f9,-0x6f,-0xcd,-0x7d)]=_0x19e198(0x1c7,_0x1fd987._0x532efe,0x172,0x1bd)+_0x19e198(_0x1fd987._0x1738df,0x22f,_0x1fd987._0x432938,_0x1fd987._0x32f012)+_0x19e198(_0x1fd987._0x55bc5e,_0x1fd987._0x5a541e,0x2f8,0x235),_0x4d9a97[_0x41ffe8(-0xf8,-0x128,-_0x1fd987._0x51c2e6,-_0x1fd987._0x4ba4ff)]=_0x52b553,_0x2cf4f0[_0x19e198(_0x1fd987._0x59416d,_0x1fd987._0x5b4a88,0x21f,0x23c)](-0x1104+0x1660+0x1*-0x493)['json'](_0x4d9a97);}catch(_0x2bf64c){logger[_0x41ffe8(-_0x1fd987._0x23eede,-_0x1fd987._0x3f1b5b,-0xc2,-_0x1fd987._0x103936)](_0x148c73[_0x41ffe8(-0x71,-_0x1fd987._0x36178c,-0xb,-0xb6)],_0x2bf64c);if(_0x2bf64c[_0x41ffe8(-0x3d,-0x6f,-_0x1fd987._0x44cc1c,-0x12)][_0x19e198(_0x1fd987._0x23fbea,0x1b3,_0x1fd987._0x9d5eb0,0x158)](_0x41ffe8(0x2a,-_0x1fd987._0xc94b32,-0x32,-0x85)+_0x19e198(0x1b0,_0x1fd987._0x22feb6,_0x1fd987._0x2d187c,0x26f))){const _0x552e52={};return _0x552e52[_0x19e198(_0x1fd987._0xadc09d,0x256,_0x1fd987._0x25e90f,_0x1fd987._0x31576d)]=_0x148c73[_0x41ffe8(-_0x1fd987._0x498264,-0x137,-_0x1fd987._0x3996c6,-_0x1fd987._0x570648)],_0x552e52[_0x19e198(_0x1fd987._0x71c011,0x275,_0x1fd987._0x1294a9,_0x1fd987._0x19a2c9)]=_0x2bf64c[_0x41ffe8(-0x5f,-_0x1fd987._0x39878c,-0xf,-0xec)],_0x2cf4f0[_0x41ffe8(-_0x1fd987._0x1b7440,-0x74,-_0x1fd987._0x5b726a,-0xe)](-0x6*0x459+-0x3c*0x6f+0x35b3)[_0x41ffe8(0x29,-0x4b,-_0x1fd987._0x53d87c,_0x1fd987._0x576483)](_0x552e52);}const _0x2e2dcd={};_0x2e2dcd[_0x19e198(0x214,_0x1fd987._0x3c13f0,0x28c,_0x1fd987._0x5219f6)]=_0x148c73[_0x41ffe8(-_0x1fd987._0x54a214,-_0x1fd987._0x36178c,-0x3f,-_0x1fd987._0x39ec77)],_0x2e2dcd[_0x19e198(_0x1fd987._0x447e53,_0x1fd987._0x46ec8d,0x256,_0x1fd987._0x52e8e)]=_0x2bf64c[_0x41ffe8(-0xeb,-0x6f,-0x36,-_0x1fd987._0x2a69dc)],_0x2cf4f0[_0x19e198(_0x1fd987._0x1bf9e9,0x270,_0x1fd987._0x1f3f8f,0x26a)](-0x1880+0x94b+0x1129*0x1)[_0x19e198(0x302,_0x1fd987._0x7ebe56,0x21d,_0x1fd987._0x65cfa2)](_0x2e2dcd);}}),router['put'](_0x3b4585(0x34b,0x417,0x3c3,0x421),requirePermission(_0x3b4585(0x34e,0x360,0x3b7,0x41b)),async(_0x42356f,_0x4910a1)=>{const _0x31e5da={_0x92b2cc:0x3aa,_0x3927a1:0x391,_0x49f99c:0x399,_0x401ece:0xb,_0x96e33c:0x70,_0x49b1c5:0x41d,_0x57bfb3:0x37a,_0x55998d:0x39d,_0x4dd504:0x10,_0x547be4:0x8c,_0x397d87:0xc9,_0x1e9211:0x67,_0x135ee3:0x22,_0x12632d:0x8,_0x1ad26f:0xf,_0x23d6d6:0x5b,_0x2d38a4:0x3f,_0x30b18a:0x3f9,_0x54853c:0x38d,_0x5acc86:0x14,_0x44f2c5:0xec,_0x5696df:0x91,_0x1af098:0xd9,_0x500a73:0xae,_0x552415:0xc2,_0x1ab96c:0x6e,_0x40bfe:0x36,_0x362032:0xab,_0x1f73c0:0x37b,_0x3a3b3:0x2a,_0x2a5719:0xb0,_0x557e17:0x47,_0x2fa556:0x4f,_0x536507:0x3b6,_0x4147d6:0x66,_0x4bc71b:0xa5,_0x116a49:0x94,_0x554329:0x111,_0x887512:0x6f,_0x151518:0x3b2,_0x4fae1e:0x70,_0x4d79a5:0xde,_0x2bb1c2:0x392,_0x5bd7d9:0x37e,_0x40c8c8:0x3df,_0xaea019:0x3d3,_0x2fd7a9:0x3c9,_0x2cfdd5:0x3ce,_0x3883ad:0x3e8,_0x2ed76e:0x3ca,_0x4a1e60:0x24,_0x4126e0:0xc0,_0x3ebae1:0x445,_0x2a3653:0x3d5,_0x49b778:0x3ec,_0x3431f5:0x115,_0x3a44f4:0xe8,_0x314de2:0x379,_0x41dbb3:0x3c4,_0x1615ad:0x38e,_0x407798:0x3c1,_0x15266d:0x3a2,_0x273093:0x3f6,_0x400861:0x38f,_0x449471:0x397,_0x50df39:0x17,_0x35be78:0x7c,_0x581c51:0x3cb,_0x5a618a:0x3eb,_0x201a03:0xc5,_0x5637fd:0x40e,_0x26a62b:0x469,_0x1fcaf2:0x3f2,_0x31ce7c:0x42,_0x5d6c97:0x7e,_0x1baa8c:0xc,_0x5745e7:0x45,_0x4b9470:0x81,_0x53e675:0x30,_0x5dabaa:0x28,_0x1a281c:0x11c,_0x7a025b:0x313,_0x527dc2:0x36e,_0x30cc95:0x357,_0x4afa55:0x114,_0x57b89f:0xbd,_0x15dd42:0xe7,_0x4f4cf4:0x7b,_0x3e475e:0xe1,_0x5adedd:0x21,_0x3aca83:0x37,_0x1b8d72:0xcc,_0x495e83:0x56,_0x3bc400:0x9e,_0x40a84a:0x103,_0x2e4b05:0x3c0,_0x1a74ef:0x450,_0x2aeb00:0x358,_0x2120f1:0x37e,_0x3dd05e:0x3b0,_0x23412f:0x3b,_0x4bbc8e:0x10e,_0x7007fa:0xb1,_0x4267f4:0x100,_0x1c7c99:0x79,_0x1a5262:0xaf,_0x2e753d:0xee,_0x53e6a3:0xad,_0xecc0bc:0x435,_0x225e3e:0x428,_0x5a5fa7:0x3c2,_0x262fe1:0xfe,_0x55834f:0x3bb,_0x159414:0x421,_0x466fc4:0xf5,_0x40695f:0xe1,_0x51a639:0x6b,_0x2bdd67:0xa,_0x8b7309:0xb6,_0x5ed006:0x150,_0x259f7e:0x156,_0x134b4b:0xdf,_0x5dfd93:0x499,_0x875be9:0x42d,_0x4df7a6:0x422,_0x1a1eac:0x360,_0x3131ad:0x395,_0xde9783:0x84,_0x18c4bb:0xb8,_0x50c32b:0x435,_0x3a120a:0x471,_0x76c9ed:0x446,_0x4355f9:0x432,_0x5af7be:0x49f,_0x55583f:0x3dd,_0x50e169:0x445,_0x297735:0x3ad,_0x5871d7:0x3ab,_0x2c68fc:0x5e,_0xe78efd:0xd4,_0x424e16:0x441,_0xee8b9:0x3f0,_0x10c444:0x458,_0x352545:0x3e4,_0x38a7dc:0x3d0,_0xa09f57:0x317,_0x253873:0x325,_0x25b0b8:0x36c,_0x1f802d:0x410,_0x2ef3a9:0x402,_0x4539be:0x446,_0x31f420:0x419,_0x2d1637:0x88,_0x1e5340:0xcd,_0x20dca7:0x4e,_0x342c8a:0x6a,_0x152c56:0x4aa,_0x3bea3b:0x446,_0x7004ad:0x3ce,_0x450bce:0x406,_0x2a0cf9:0x403,_0x1976e9:0xab,_0x1791d4:0x3c5,_0x5c0b56:0x31c,_0x297fa9:0x72,_0x51eb5d:0x3e3,_0xe7f8b8:0x456,_0x417e22:0x3d6,_0x285b94:0x93,_0x28a1ce:0x8f,_0x2256ff:0x61,_0x15ad48:0xb7,_0x1d6daf:0x26,_0x58e3e4:0xa3,_0x20d585:0xcb,_0x54711f:0x3d4,_0x33b405:0x424,_0x54ab41:0x364,_0x429258:0x39e,_0x2985ab:0x38c,_0x2806eb:0x110,_0x220851:0xe3,_0x3388bb:0xee,_0x4dc23d:0x43e,_0x33c91f:0x3f7,_0x4c7693:0xd3,_0x49a0fc:0x5b,_0x4bebbf:0x9e,_0x2f5780:0x46f,_0x556456:0x3f4,_0xd0f83f:0x418,_0x1a9228:0x3da,_0x4e8d31:0x3f7,_0x35b3d9:0x422,_0x550097:0xbd,_0x52764d:0x371,_0x40e51e:0x2,_0x47bd61:0x419,_0x9b1bc:0x494,_0x5a3d3a:0x479,_0x26893c:0x3c6,_0x546758:0x35e,_0x5c8ff1:0x3d4,_0x5c20c3:0x96,_0x2a6008:0xbc,_0x3f10d6:0x34a,_0x4aacc3:0x3db,_0x4b90d3:0x393,_0x476f11:0x385,_0x2c3f58:0x472,_0x599974:0x128,_0x357e79:0x77,_0x4716e9:0x3c8,_0x3b639e:0x10d,_0x3dd4ac:0x429,_0x33b43d:0xa0,_0x277d6c:0x10f,_0x1e83cd:0x125,_0x5c3d89:0xb1,_0xf94b32:0x116,_0x4c83e2:0x107,_0x2ec7a6:0x51,_0x2243c5:0xbd,_0x254c48:0x3f9,_0x2d5e1f:0x470,_0x4ee819:0x446},_0x2aa382={_0x2c8cd2:0x8f},_0x18b252={_0x194b14:0x177,_0x4d5d1e:0x6c},_0x42af1a={'nKlPi':_0x6fe0c2(_0x31e5da._0x92b2cc,_0x31e5da._0x3927a1,0x34f,_0x31e5da._0x49f99c),'PzUoV':function(_0xccd073,_0x1378ca){return _0xccd073===_0x1378ca;},'ODkZc':_0x2bb64e(_0x31e5da._0x401ece,0x13,0x8e,_0x31e5da._0x96e33c),'QgbmF':_0x6fe0c2(0x376,0x3dd,0x39a,0x3cb)+_0x6fe0c2(0x48b,0x40d,_0x31e5da._0x49b1c5,0x448)+'wn\x20account','NqAZm':_0x6fe0c2(_0x31e5da._0x57bfb3,0x3ab,0x365,_0x31e5da._0x55998d)+_0x2bb64e(-_0x31e5da._0x4dd504,_0x31e5da._0x547be4,_0x31e5da._0x397d87,_0x31e5da._0x1e9211)+_0x2bb64e(_0x31e5da._0x135ee3,0x42,-0x39,_0x31e5da._0x12632d)+_0x2bb64e(_0x31e5da._0x1ad26f,_0x31e5da._0x23d6d6,-0x4,_0x31e5da._0x2d38a4)+_0x6fe0c2(0x3b6,_0x31e5da._0x30b18a,0x400,_0x31e5da._0x54853c)+_0x2bb64e(0x8e,0x8,-0x56,_0x31e5da._0x5acc86)+'her\x20admin','HBbcV':function(_0x14f71a,_0xd49f68){return _0x14f71a(_0xd49f68);},'AfJsr':_0x2bb64e(0xd1,0x8e,0xcf,0x8f)+_0x2bb64e(0xf9,_0x31e5da._0x44f2c5,_0x31e5da._0x5696df,_0x31e5da._0x1af098),'IFLPX':function(_0x15e7ce,_0x33fc85){return _0x15e7ce!==_0x33fc85;},'gPlpw':function(_0x292925,_0x306cde){return _0x292925!==_0x306cde;},'ogWlJ':function(_0x35f90b,_0x5a342e){return _0x35f90b!==_0x5a342e;},'GpMGc':_0x2bb64e(0xc,_0x31e5da._0x500a73,_0x31e5da._0x552415,0x80)+_0x2bb64e(_0x31e5da._0x1ab96c,-_0x31e5da._0x40bfe,0x5,0x2f),'PdabQ':'Please\x20pro'+_0x2bb64e(0x11a,0x12b,0x42,_0x31e5da._0x362032)+_0x6fe0c2(_0x31e5da._0x1f73c0,0x3c0,0x427,0x3de)+_0x2bb64e(-_0x31e5da._0x3a3b3,_0x31e5da._0x2a5719,_0x31e5da._0x557e17,_0x31e5da._0x2fa556),'rFOVl':_0x6fe0c2(0x380,0x3b0,0x3ea,_0x31e5da._0x536507)+_0x2bb64e(0x3f,_0x31e5da._0x4147d6,_0x31e5da._0x4bc71b,_0x31e5da._0x116a49)+_0x6fe0c2(0x3b0,0x47e,0x453,0x407)+_0x6fe0c2(0x33f,0x3be,0x323,0x3a0)+_0x2bb64e(0x12a,_0x31e5da._0x554329,_0x31e5da._0x887512,0xd4)+_0x6fe0c2(0x396,0x3b1,0x370,_0x31e5da._0x151518)+'\x20hyphens','SOMyr':function(_0x312472,_0x887549){return _0x312472<_0x887549;},'REcZT':_0x2bb64e(0xfc,0x91,_0x31e5da._0x4fae1e,_0x31e5da._0x4d79a5)+_0x6fe0c2(_0x31e5da._0x2bb1c2,0x41e,_0x31e5da._0x5bd7d9,0x3bd),'kINGR':function(_0x523985,_0x11ceb7,_0x2db9a0){return _0x523985(_0x11ceb7,_0x2db9a0);},'qjefR':_0x6fe0c2(_0x31e5da._0x40c8c8,_0x31e5da._0xaea019,0x319,0x386)+_0x6fe0c2(_0x31e5da._0x2fd7a9,0x434,0x439,0x3dc)+_0x6fe0c2(_0x31e5da._0x2cfdd5,0x44c,0x3f0,0x42f),'DZzjO':_0x6fe0c2(_0x31e5da._0x3883ad,0x380,0x3b3,_0x31e5da._0x2ed76e)+_0x2bb64e(-_0x31e5da._0x4a1e60,_0x31e5da._0x4126e0,0x3f,_0x31e5da._0x557e17)+'r','bEUtS':'not\x20found','CvZRS':function(_0x6a4b73,_0xc13404){return _0x6a4b73!==_0xc13404;},'jWmjt':_0x6fe0c2(_0x31e5da._0x3ebae1,_0x31e5da._0x2a3653,0x3ca,_0x31e5da._0x49b778),'fzzfw':_0x2bb64e(0xd0,_0x31e5da._0x3431f5,0x10f,_0x31e5da._0x3a44f4)+_0x6fe0c2(_0x31e5da._0x314de2,_0x31e5da._0x41dbb3,_0x31e5da._0x1615ad,_0x31e5da._0x407798),'YuJMk':_0x6fe0c2(_0x31e5da._0x15266d,_0x31e5da._0x273093,_0x31e5da._0x400861,_0x31e5da._0x449471),'EgrFg':_0x2bb64e(0x7e,_0x31e5da._0x50df39,0x97,0x5d),'hpxiR':_0x2bb64e(_0x31e5da._0x35be78,0xd0,0x97,0xb2)+_0x6fe0c2(_0x31e5da._0x581c51,0x395,_0x31e5da._0x5a618a,0x400)+_0x2bb64e(0x3b,-0x7,_0x31e5da._0x201a03,0x78)};function _0x6fe0c2(_0x3600fd,_0x924bf7,_0x41fd89,_0x3b9aa6){return _0x3b4585(_0x924bf7,_0x924bf7-_0x18b252._0x194b14,_0x3b9aa6-0x8b,_0x3b9aa6-_0x18b252._0x4d5d1e);}function _0x2bb64e(_0x400893,_0x34ebea,_0x4646cc,_0x5d62b1){return _0x3b4585(_0x400893,_0x34ebea-_0x2aa382._0x2c8cd2,_0x5d62b1- -0x2da,_0x5d62b1-0x17e);}try{const _0x307710=_0x42356f[_0x6fe0c2(_0x31e5da._0x5637fd,0x3e7,_0x31e5da._0x26a62b,_0x31e5da._0x1fcaf2)]['id'],{username:_0x5efec0,email:_0x52dbc7,name:_0x2c407a,password:_0x315dce,ssh_username:_0x518d78}=_0x42356f[_0x2bb64e(_0x31e5da._0x31ce7c,_0x31e5da._0x5d6c97,_0x31e5da._0x1baa8c,0x64)];if(_0x42af1a[_0x2bb64e(0x8b,-0x29,0xd,_0x31e5da._0x5745e7)](_0x307710,_0x42356f[_0x2bb64e(_0x31e5da._0x4b9470,-0x5f,0x6d,0x4)]['id'])){const _0x46b688={};return _0x46b688[_0x2bb64e(_0x31e5da._0x53e675,_0x31e5da._0x5dabaa,_0x31e5da._0x1a281c,0x9e)]=_0x42af1a[_0x6fe0c2(_0x31e5da._0x7a025b,_0x31e5da._0x527dc2,0x3c2,_0x31e5da._0x30cc95)],_0x46b688[_0x2bb64e(0xb1,0x82,_0x31e5da._0x4afa55,_0x31e5da._0x57b89f)]=_0x42af1a[_0x2bb64e(0xc8,_0x31e5da._0x15dd42,0x44,_0x31e5da._0x4f4cf4)],_0x4910a1[_0x6fe0c2(0x484,0x3ca,0x48e,_0x31e5da._0x49b1c5)](0x1db5+0x11c4+-0x2de9*0x1)[_0x2bb64e(_0x31e5da._0x500a73,0x13f,0x138,_0x31e5da._0x3e475e)](_0x46b688);}const _0x253a78=await _0x42af1a[_0x2bb64e(0x8d,0xa5,-_0x31e5da._0x5adedd,_0x31e5da._0x3aca83)](findUserById,_0x307710);if(!_0x253a78){const _0x5037f1={};return _0x5037f1[_0x2bb64e(_0x31e5da._0x1b8d72,_0x31e5da._0x495e83,0x21,_0x31e5da._0x3bc400)]=_0x42af1a[_0x2bb64e(0xb6,_0x31e5da._0x40a84a,_0x31e5da._0x4126e0,0xae)],_0x4910a1[_0x6fe0c2(_0x31e5da._0x2e4b05,0x422,_0x31e5da._0x1a74ef,0x41d)](0x1*-0xe3e+-0xa2e+-0xd0*-0x20)['json'](_0x5037f1);}const _0x491680={};if(_0x42af1a[_0x6fe0c2(0x30d,0x33a,0x328,_0x31e5da._0x2aeb00)](_0x5efec0,undefined))_0x491680[_0x6fe0c2(_0x31e5da._0x2120f1,0x3ba,0x44a,0x3fd)]=_0x5efec0;if(_0x42af1a[_0x6fe0c2(0x314,0x3d0,_0x31e5da._0x3dd05e,0x358)](_0x52dbc7,undefined))_0x491680['email']=_0x52dbc7;if(_0x42af1a['gPlpw'](_0x2c407a,undefined))_0x491680[_0x2bb64e(_0x31e5da._0x23412f,_0x31e5da._0x4bbc8e,_0x31e5da._0x7007fa,0xac)]=_0x2c407a;if(_0x42af1a[_0x2bb64e(_0x31e5da._0x4267f4,0x87,0xec,0xed)](_0x315dce,undefined))_0x491680[_0x2bb64e(0x6a,0xab,_0x31e5da._0x1c7c99,_0x31e5da._0x1a5262)]=_0x315dce;if(_0x518d78!==undefined)_0x491680['ssh_userna'+'me']=_0x518d78&&_0x518d78[_0x2bb64e(0x9f,0xbb,_0x31e5da._0x2e753d,_0x31e5da._0x53e6a3)]()?_0x518d78['trim']():null;if(_0x52dbc7){const _0xf19693=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0xf19693[_0x6fe0c2(_0x31e5da._0xecc0bc,0x37c,0x3f6,0x3ef)](_0x52dbc7)){const _0x36df4e={};return _0x36df4e[_0x6fe0c2(0x43e,_0x31e5da._0x225e3e,_0x31e5da._0x5a5fa7,0x403)]=_0x42af1a[_0x2bb64e(0xf5,0x33,0xaa,0x88)],_0x36df4e[_0x2bb64e(_0x31e5da._0x262fe1,0xe0,0xfc,0xbd)]=_0x42af1a[_0x6fe0c2(0x427,0x3cd,0x371,_0x31e5da._0x55834f)],_0x4910a1[_0x6fe0c2(_0x31e5da._0x159414,0x40a,0x477,0x41d)](-0x3*-0x50d+-0x18d8+0x2b*0x43)[_0x2bb64e(_0x31e5da._0x466fc4,0xb6,0xbd,_0x31e5da._0x40695f)](_0x36df4e);}}if(_0x5efec0){const _0x19a8a1=/^[a-zA-Z0-9_-]+$/;if(!_0x19a8a1['test'](_0x5efec0)){const _0x3274f1={};return _0x3274f1['error']=_0x2bb64e(-0x4,-_0x31e5da._0x51a639,0x26,-_0x31e5da._0x2bdd67)+_0x2bb64e(_0x31e5da._0x8b7309,_0x31e5da._0x5ed006,_0x31e5da._0x259f7e,_0x31e5da._0x134b4b),_0x3274f1[_0x6fe0c2(0x3cb,_0x31e5da._0x5dfd93,_0x31e5da._0x875be9,_0x31e5da._0x4df7a6)]=_0x42af1a[_0x6fe0c2(0x36d,_0x31e5da._0x1a1eac,_0x31e5da._0x3131ad,0x373)],_0x4910a1[_0x2bb64e(_0x31e5da._0xde9783,0xd2,0xf1,_0x31e5da._0x18c4bb)](0x2*0x12e4+-0xc*0x20b+-0xbb4)[_0x6fe0c2(_0x31e5da._0x50c32b,_0x31e5da._0x3a120a,0x479,_0x31e5da._0x76c9ed)](_0x3274f1);}}if(_0x315dce&&_0x42af1a['SOMyr'](_0x315dce[_0x6fe0c2(_0x31e5da._0x4355f9,_0x31e5da._0x5af7be,_0x31e5da._0x55583f,_0x31e5da._0x50e169)],0xe02+0x2161+-0x1*0x2f5b)){const _0x41d7d0={};return _0x41d7d0[_0x6fe0c2(0x3e9,_0x31e5da._0x297735,_0x31e5da._0x5871d7,0x403)]=_0x42af1a[_0x2bb64e(0xfd,_0x31e5da._0x2c68fc,_0x31e5da._0xe78efd,0x96)],_0x41d7d0['message']=_0x6fe0c2(_0x31e5da._0x424e16,0x442,0x457,_0x31e5da._0xee8b9)+'ust\x20be\x20at\x20'+_0x6fe0c2(_0x31e5da._0x10c444,0x3a0,0x3f7,_0x31e5da._0x352545)+_0x6fe0c2(_0x31e5da._0x581c51,0x351,0x3b2,_0x31e5da._0x38a7dc)+_0x6fe0c2(_0x31e5da._0x15266d,_0x31e5da._0xa09f57,_0x31e5da._0x253873,_0x31e5da._0x25b0b8),_0x4910a1['status'](-0x614+-0x17f7+0x1f9b)[_0x6fe0c2(0x3e1,_0x31e5da._0x1f802d,_0x31e5da._0x2ef3a9,_0x31e5da._0x4539be)](_0x41d7d0);}const _0x4c2640=await _0x42af1a[_0x6fe0c2(0x3da,_0x31e5da._0x31f420,0x350,0x3a7)](updateUser,_0x307710,_0x491680),_0x58c2c9={};_0x58c2c9['message']=_0x42af1a[_0x2bb64e(_0x31e5da._0x2d1637,_0x31e5da._0x1e5340,_0x31e5da._0x20dca7,_0x31e5da._0x342c8a)],_0x58c2c9['user']=_0x4c2640,_0x4910a1[_0x6fe0c2(0x446,_0x31e5da._0x152c56,0x3d8,_0x31e5da._0x3bea3b)](_0x58c2c9);}catch(_0x4ce362){logger[_0x6fe0c2(0x3d1,_0x31e5da._0x7004ad,_0x31e5da._0x450bce,_0x31e5da._0x2a0cf9)](_0x42af1a[_0x2bb64e(_0x31e5da._0x1976e9,0xe2,_0x31e5da._0x362032,0xb1)],_0x4ce362);if(_0x4ce362[_0x6fe0c2(_0x31e5da._0x1791d4,0x3d2,_0x31e5da._0x450bce,0x422)][_0x6fe0c2(_0x31e5da._0x5c0b56,0x373,0x3b4,_0x31e5da._0x1a1eac)](_0x42af1a[_0x2bb64e(0x6b,0xa2,_0x31e5da._0x297fa9,0x9d)])){if(_0x42af1a[_0x6fe0c2(0x3cb,_0x31e5da._0x407798,0x362,0x3c7)](_0x42af1a[_0x6fe0c2(_0x31e5da._0x51eb5d,0x42f,_0x31e5da._0xe7f8b8,_0x31e5da._0x417e22)],'apMyU'))_0x397b69[_0x2bb64e(_0x31e5da._0x285b94,_0x31e5da._0x28a1ce,0x5b,_0x31e5da._0x2256ff)+'pe']===_0x42af1a[_0x2bb64e(0x33,_0x31e5da._0x1e9211,_0x31e5da._0x15ad48,0xaa)]&&_0x42af1a[_0x6fe0c2(0x379,0x38c,0x39b,0x3aa)](_0x4711ab['resource_t'+_0x2bb64e(-0x3,-_0x31e5da._0x3a3b3,-0x8,_0x31e5da._0x1d6daf)],_0x42af1a[_0x2bb64e(_0x31e5da._0x58e3e4,_0x31e5da._0x20d585,0xdf,0xa8)])&&_0x42af1a['PzUoV'](_0x395b70[_0x6fe0c2(_0x31e5da._0x54711f,0x468,0x3c4,_0x31e5da._0x33b405)],_0x6fe0c2(0x332,_0x31e5da._0x54ab41,_0x31e5da._0x429258,0x381)+_0x6fe0c2(_0x31e5da._0x2985ab,0x399,0x413,0x3d4)+_0x2bb64e(_0x31e5da._0x2806eb,0xc9,_0x31e5da._0x220851,_0x31e5da._0x3388bb))&&_0x27cf8b[_0x6fe0c2(_0x31e5da._0x4dc23d,_0x31e5da._0x33c91f,0x452,0x3f8)](_0x45fdd4[_0x6fe0c2(0x3bd,0x3dd,_0x31e5da._0x159414,_0x31e5da._0x297735)]);else{const _0x422a25={};return _0x422a25[_0x2bb64e(_0x31e5da._0x4c7693,0xcd,_0x31e5da._0x49a0fc,_0x31e5da._0x4bebbf)]=_0x6fe0c2(_0x31e5da._0x2f5780,0x42b,0x3d7,_0x31e5da._0x556456)+'ound',_0x422a25['message']=_0x4ce362[_0x6fe0c2(_0x31e5da._0xd0f83f,_0x31e5da._0x1a9228,_0x31e5da._0x4e8d31,_0x31e5da._0x35b3d9)],_0x4910a1[_0x2bb64e(0x3d,0xdc,0x116,_0x31e5da._0x18c4bb)](-0x115*0x1e+0x1*-0x789+0x2993)['json'](_0x422a25);}}if(_0x4ce362[_0x2bb64e(_0x31e5da._0x362032,0x11b,0x8d,_0x31e5da._0x550097)]['includes'](_0x42af1a[_0x6fe0c2(0x353,_0x31e5da._0x15266d,0x394,_0x31e5da._0x52764d)])){if(_0x42af1a[_0x2bb64e(0x3,0xa4,_0x31e5da._0x15ad48,0x45)](_0x42af1a[_0x6fe0c2(0x3b6,0x32e,0x30a,0x366)],_0x42af1a[_0x2bb64e(0x88,-_0x31e5da._0x40e51e,0x8c,0x36)])){const _0x27d361={};_0x27d361[_0x6fe0c2(_0x31e5da._0x47bd61,0x3cf,0x382,0x39f)]=_0x1ad59f['id'],_0x27d361['teamId']=_0xbf704e,_0x27d361['error']=_0x46edb3[_0x6fe0c2(0x3ac,_0x31e5da._0x9b1bc,_0x31e5da._0x5a3d3a,0x422)],_0x5df0fd[_0x6fe0c2(_0x31e5da._0x26893c,_0x31e5da._0x546758,_0x31e5da._0x5c8ff1,0x38a)](_0x2bb64e(0x26,_0x31e5da._0x5c20c3,_0x31e5da._0x2a6008,0x65)+'add\x20new\x20us'+_0x6fe0c2(0x3f0,_0x31e5da._0x3f10d6,_0x31e5da._0x4aacc3,_0x31e5da._0x4b90d3),_0x27d361);}else{const _0x30a50e={};return _0x30a50e[_0x6fe0c2(_0x31e5da._0x476f11,0x3a6,_0x31e5da._0x2c3f58,0x403)]=_0x42af1a[_0x2bb64e(_0x31e5da._0x599974,0x150,_0x31e5da._0x357e79,0xd8)],_0x30a50e[_0x6fe0c2(0x3f0,0x443,_0x31e5da._0x4716e9,_0x31e5da._0x35b3d9)]=_0x4ce362['message'],_0x4910a1[_0x2bb64e(_0x31e5da._0x4c7693,_0x31e5da._0x3b639e,0xba,0xb8)](-0x1*0x24c1+-0x361+0x29bb)['json'](_0x30a50e);}}const _0x3480ea={};_0x3480ea[_0x6fe0c2(0x470,_0x31e5da._0x297735,_0x31e5da._0x3dd4ac,0x403)]=_0x42af1a[_0x2bb64e(_0x31e5da._0x33b43d,_0x31e5da._0x277d6c,_0x31e5da._0x1e83cd,_0x31e5da._0x5c3d89)],_0x3480ea[_0x2bb64e(0xd2,0x78,_0x31e5da._0xf94b32,0xbd)]=_0x4ce362[_0x2bb64e(_0x31e5da._0x4c83e2,_0x31e5da._0x2ec7a6,0x3e,_0x31e5da._0x2243c5)],_0x4910a1['status'](-0x1732+0x3f5+0x9b*0x23)[_0x6fe0c2(_0x31e5da._0x254c48,_0x31e5da._0x51eb5d,_0x31e5da._0x2d5e1f,_0x31e5da._0x4ee819)](_0x3480ea);}}),router[_0x3b4585(0x36f,0x324,0x2ef,0x288)](_0x3b4585(0x43e,0x410,0x3c3,0x3e6),requirePermission(_0x3b4585(0x2f5,0x2be,0x2d2,0x28a)+'te'),async(_0x359095,_0x287a38)=>{const _0x57ed79={_0x4b910c:0x598,_0x572e2b:0x4bf,_0x49dc26:0x4d8,_0x306a67:0x508,_0x1b706a:0x498,_0x284b1d:0x46f,_0x529b57:0x4a4,_0x32113b:0x28f,_0xfd22e4:0x2c4,_0x124f34:0x2f3,_0x2f3ceb:0x23d,_0x4a9300:0x23c,_0x4fa255:0x1fd,_0x3aa440:0x260,_0x5ac14b:0x282,_0x27754d:0x234,_0x2be239:0x23a,_0x152496:0x1ed,_0x4aec97:0x4bd,_0x334f4a:0x526,_0x52468f:0x4e4,_0x2e0133:0x1b6,_0x453bb2:0x1b9,_0x1caee5:0x267,_0x43b9ea:0x2ea,_0x18121f:0x2dd,_0x32c64e:0x58a,_0x2f4a8b:0x510,_0x4a1b48:0x4ba,_0x261193:0x4d1,_0x408547:0x2c4,_0x135080:0x2d4,_0x4e2e34:0x54f,_0x116644:0x53d,_0x302d3b:0x4b5,_0x512171:0x516,_0x287107:0x1e9,_0x227289:0x4f6,_0x33cfee:0x544,_0x3b1973:0x508,_0x2c70b4:0x579,_0x22f908:0x260,_0x4d146a:0x269,_0x5b0f48:0x242,_0x56b706:0x1f4,_0x52de95:0x560,_0x50a9ab:0x2d3,_0x197ff6:0x33b,_0x301afe:0x2fd,_0x5e1ce2:0x4e5,_0x24f0b6:0x53c,_0x462834:0x503,_0x32b12f:0x1e7,_0x350387:0x1b2,_0x2e5cd1:0x1df,_0x3244cf:0x1a2,_0x5f56f1:0x521,_0x226358:0x54e,_0x3fec81:0x50c,_0x225e46:0x514,_0x8db49c:0x454,_0x492275:0x4b3,_0x3c456b:0x4bc,_0x33adcf:0x4b7,_0x323788:0x54b,_0x1c7f7b:0x5a6,_0x57342c:0x490,_0x58308e:0x48a,_0x3a9cdd:0x479,_0x4e89e5:0x48d,_0x47a9ab:0x522,_0x318718:0x4ff,_0x1fb784:0x514,_0x4c8dbf:0x45d,_0x32f38f:0x5b7,_0x217dda:0x557,_0x5dbf5b:0x2be,_0x559306:0x2e0,_0x5a039b:0x4fc,_0x563b9d:0x4d2,_0x4469fa:0x224,_0x3d3465:0x214,_0x21bbdf:0x1b7,_0x39a083:0x427,_0xb75276:0x4e1,_0x2d7b98:0x49c,_0x46f843:0x507,_0x42e84b:0x466,_0x5457bc:0x4f0,_0x29c080:0x4b4,_0x1d1f61:0x2cd,_0x13327d:0x306,_0xc96f16:0x2e5,_0x59f2af:0x2d9,_0x53feac:0x2b4,_0x1102c9:0x26a,_0x4a5ed6:0x204,_0x1c469b:0x23b,_0x40e428:0x1eb,_0x54371b:0x179,_0x533df8:0x1f2,_0x257b35:0x17e,_0x4df269:0x271,_0x3ce8da:0x223,_0x127656:0x223,_0x5e2730:0x262,_0x2c0701:0x28b,_0x34b5aa:0x238,_0x35fa88:0x25a,_0x150678:0x5d6,_0x463f12:0x566,_0x4cc7c6:0x556,_0x4ed3c0:0x281,_0x9c520e:0x2a2,_0x33d490:0x2b2,_0x4475ca:0x4a2,_0xc4d203:0x4b0,_0x177f6b:0x545,_0x11b6af:0x506,_0x16743b:0x45f,_0x20b1c6:0x535,_0xe4c513:0x26f,_0x331df3:0x214,_0x20d955:0x284,_0xeb2dc9:0x195,_0x465796:0x4ec,_0x19f2af:0x52b,_0x5478d9:0x45e,_0xa9dfca:0x4b4,_0x301c86:0x57e,_0x54c318:0x4c8,_0x2a63ca:0x53e,_0x107d74:0x1ff,_0x419f7a:0x1db,_0x55a160:0x219,_0x14b5ac:0x48f,_0x9c25fa:0x52b,_0x15093b:0x508,_0x2b7e7e:0x2cf,_0x46fde1:0x261,_0x30d64f:0x263,_0xfbfa42:0x243,_0x2a2501:0x505,_0xd7539e:0x437,_0x36af22:0x468,_0x3d4f97:0x2b7,_0x1e147c:0x2e3,_0x2e20e5:0x21c,_0x3f872d:0x287,_0xe501a7:0x29b,_0x2f1913:0x499,_0x209497:0x484,_0xa1a9b8:0x459,_0x5bb3ed:0x27a,_0x5c5031:0x2a1,_0x4b45fa:0x2b6,_0x542b5b:0x322,_0x3fec9b:0x2ca,_0x4b77b1:0x342,_0x1bc53e:0x553,_0x8db4f7:0x599,_0x22355b:0x533,_0xc3368c:0x1f5,_0x16b2d2:0x221,_0x371252:0x2c7,_0x173a92:0x554,_0x4697ee:0x4f8,_0x21450c:0x5c3,_0x8e8331:0x557,_0x52f287:0x4a3,_0x499b1b:0x483,_0x3520cc:0x463,_0x2b9e6a:0x4a8,_0x2dd7ac:0x523,_0x2fb0bc:0x225,_0x46f0e4:0x206,_0x18f56d:0x280,_0x1f6f8b:0x262,_0x9fb324:0x568,_0x4c6b24:0x5a0,_0x5a7bd4:0x577,_0x41746c:0x489,_0x56ec5e:0x1ce,_0x1f4c66:0x51c,_0x5aa533:0x24f,_0x5dd7ec:0x2a9,_0x2f2295:0x279,_0x3c40e4:0x4de,_0x30652c:0x587,_0x33014c:0x541,_0x51006d:0x552,_0x3f86b9:0x26d,_0x339385:0x4cc,_0x4a6616:0x565,_0x4a1937:0x308,_0x325472:0x34a,_0x7c2250:0x58a,_0x5e8292:0x4d0,_0x18b27e:0x596,_0x36a341:0x52e,_0x5d7892:0x527,_0x64f2c4:0x4e4},_0x423c69={_0x6bb4b8:0x179,_0x25b6ca:0x41},_0x428acb={_0x3e120a:0xf1,_0x36faec:0x180},_0x580bdb={'NxsgE':'Invalid\x20em'+'ail','QzxbD':_0x1831fc(_0x57ed79._0x4b910c,_0x57ed79._0x572e2b,0x569,0x528)+_0x1831fc(_0x57ed79._0x49dc26,_0x57ed79._0x306a67,_0x57ed79._0x1b706a,0x511)+'sts','CfzoV':'ncJod','rtvOg':function(_0x461111,_0x3b13a6){return _0x461111===_0x3b13a6;},'uKZUz':_0x1831fc(_0x57ed79._0x284b1d,0x422,_0x57ed79._0x529b57,0x479)+_0x41e360(_0x57ed79._0x32113b,_0x57ed79._0xfd22e4,_0x57ed79._0x124f34,0x27e)+_0x41e360(0x222,_0x57ed79._0x2f3ceb,0x1ea,_0x57ed79._0x4a9300),'hceFa':_0x41e360(0x2c0,0x25e,_0x57ed79._0x4fa255,_0x57ed79._0x3aa440)+'\x20another\x20a'+_0x41e360(_0x57ed79._0x5ac14b,0x215,0x19c,_0x57ed79._0x27754d)+_0x41e360(_0x57ed79._0x2be239,0x267,0x2be,_0x57ed79._0x152496)+_0x1831fc(0x4e2,_0x57ed79._0x4aec97,_0x57ed79._0x334f4a,_0x57ed79._0x52468f),'ZNjMT':function(_0x3c38c4,_0x3c8db3){return _0x3c38c4(_0x3c8db3);},'Jinmx':'User\x20not\x20f'+_0x1831fc(0x5c5,0x50a,0x4e5,0x54f),'uxTXI':function(_0x3ffeae,_0x24fed8,_0x44c8b5){return _0x3ffeae(_0x24fed8,_0x44c8b5);},'pKYLQ':_0x41e360(0x20b,0x1ed,_0x57ed79._0x2e0133,_0x57ed79._0x453bb2),'xpfuB':function(_0x594a26,_0x54e4ee){return _0x594a26>_0x54e4ee;},'YTkYM':function(_0x4de58c,_0x1ddb25){return _0x4de58c(_0x1ddb25);},'maBUx':function(_0x470845,_0x43ff7d){return _0x470845!==_0x43ff7d;},'XMqbb':_0x41e360(_0x57ed79._0x1caee5,0x2d5,_0x57ed79._0x43b9ea,_0x57ed79._0x18121f),'kzMzm':function(_0x19f1f0,_0x47b6c6){return _0x19f1f0>_0x47b6c6;},'LAMRo':_0x1831fc(0x531,0x548,_0x57ed79._0x32c64e,_0x57ed79._0x2f4a8b)+_0x1831fc(_0x57ed79._0x4a1b48,0x479,0x469,_0x57ed79._0x261193)+_0x41e360(_0x57ed79._0x408547,_0x57ed79._0x135080,0x302,0x2e0)+_0x1831fc(0x4f7,0x525,_0x57ed79._0x4e2e34,0x508)+'tion','DCIvF':function(_0x4a9388,_0x147635){return _0x4a9388(_0x147635);},'hjeCY':function(_0x14f0f4,_0x394153){return _0x14f0f4(_0x394153);},'ggAAB':'Revoked\x20pa'+_0x1831fc(_0x57ed79._0x116644,_0x57ed79._0x302d3b,0x4b6,_0x57ed79._0x512171)+_0x41e360(0x1ac,0x1dd,0x1b6,_0x57ed79._0x287107)+_0x1831fc(_0x57ed79._0x227289,0x531,_0x57ed79._0x33cfee,_0x57ed79._0x3b1973)+_0x1831fc(0x50e,_0x57ed79._0x2c70b4,0x533,0x52c),'AZUPw':function(_0x24b9b5,_0xa94172){return _0x24b9b5(_0xa94172);},'jWmHm':'User\x20delet'+_0x41e360(0x1fa,_0x57ed79._0x22f908,0x2cd,0x281)+'fully','OBeWe':function(_0x40d4de,_0x1461a2){return _0x40d4de===_0x1461a2;},'TZKhe':_0x41e360(0x1fe,0x1f3,_0x57ed79._0x4d146a,_0x57ed79._0x4fa255),'ydXQW':'Failed\x20to\x20'+_0x41e360(0x243,_0x57ed79._0x5b0f48,0x2a0,_0x57ed79._0x56b706)+'r'};function _0x41e360(_0xc5da5,_0x3e6bf7,_0x26925b,_0x3b01b3){return _0x3b4585(_0x3b01b3,_0x3e6bf7-0x15b,_0x3e6bf7- -_0x428acb._0x3e120a,_0x3b01b3-_0x428acb._0x36faec);}function _0x1831fc(_0x115787,_0x4e4ab6,_0x4a4602,_0x3c640e){return _0x3b4585(_0x4a4602,_0x4e4ab6-_0x423c69._0x6bb4b8,_0x3c640e-0x19c,_0x3c640e-_0x423c69._0x25b6ca);}try{if(_0x580bdb[_0x1831fc(0x5a4,0x5b0,0x513,_0x57ed79._0x52de95)]===_0x580bdb[_0x41e360(0x2b4,_0x57ed79._0x50a9ab,_0x57ed79._0x197ff6,_0x57ed79._0x301afe)]){const _0xa502ab=_0x359095[_0x1831fc(_0x57ed79._0x5e1ce2,0x4f5,_0x57ed79._0x24f0b6,_0x57ed79._0x462834)]['id'];if(_0x580bdb[_0x41e360(0x1aa,_0x57ed79._0x32b12f,0x1a8,_0x57ed79._0x350387)](_0xa502ab,_0x359095[_0x41e360(_0x57ed79._0x2e5cd1,_0x57ed79._0x152496,0x248,_0x57ed79._0x3244cf)]['id'])){const _0x5ea543={};return _0x5ea543[_0x1831fc(_0x57ed79._0x5f56f1,_0x57ed79._0x226358,_0x57ed79._0x3fec81,_0x57ed79._0x225e46)]=_0x580bdb[_0x1831fc(_0x57ed79._0x8db49c,_0x57ed79._0x492275,0x491,_0x57ed79._0x3c456b)],_0x5ea543['message']=_0x580bdb['hceFa'],_0x287a38[_0x1831fc(0x5a4,0x532,_0x57ed79._0x33adcf,0x52e)](-0xa*0x7d+-0x7*0x545+0x2b55)[_0x1831fc(0x574,_0x57ed79._0x323788,_0x57ed79._0x1c7f7b,0x557)](_0x5ea543);}const _0x1e2466=await _0x580bdb[_0x1831fc(_0x57ed79._0x57342c,_0x57ed79._0x58308e,_0x57ed79._0x3a9cdd,_0x57ed79._0x4e89e5)](findUserById,_0xa502ab);if(!_0x1e2466){const _0x421aa2={};return _0x421aa2[_0x1831fc(_0x57ed79._0x47a9ab,0x567,_0x57ed79._0x318718,_0x57ed79._0x1fb784)]=_0x580bdb[_0x1831fc(0x479,0x4c8,_0x57ed79._0x4c8dbf,0x496)],_0x287a38['status'](0x177a+0x139a+0x14c0*-0x2)[_0x1831fc(0x504,_0x57ed79._0x32f38f,0x501,_0x57ed79._0x217dda)](_0x421aa2);}const _0x587c9a=await _0x580bdb[_0x41e360(0x2f1,_0x57ed79._0x5dbf5b,_0x57ed79._0x559306,0x28b)](deleteBindingsBySubject,_0x580bdb[_0x1831fc(_0x57ed79._0x5a039b,_0x57ed79._0x563b9d,_0x57ed79._0x284b1d,0x4a6)],_0xa502ab);if(_0x580bdb[_0x41e360(_0x57ed79._0x4469fa,_0x57ed79._0x3d3465,0x277,_0x57ed79._0x21bbdf)](_0x587c9a,0x1e58+-0x298*-0x3+-0xa*0x3d0)){const _0x5255d9={};_0x5255d9['userId']=_0xa502ab,_0x5255d9[_0x1831fc(_0x57ed79._0x39a083,_0x57ed79._0xb75276,0x45d,0x499)+_0x1831fc(0x54f,_0x57ed79._0x2d7b98,0x4bf,_0x57ed79._0x46f843)]=_0x587c9a,logger[_0x1831fc(_0x57ed79._0x42e84b,0x4c8,_0x57ed79._0x5457bc,_0x57ed79._0x29c080)]('Deleted\x20us'+_0x41e360(0x2c4,_0x57ed79._0x1d1f61,0x2fb,_0x57ed79._0x13327d)+_0x41e360(_0x57ed79._0xc96f16,_0x57ed79._0x59f2af,_0x57ed79._0x53feac,_0x57ed79._0x1102c9)+_0x41e360(_0x57ed79._0x4a5ed6,0x24c,0x270,_0x57ed79._0x1c469b)+'on',_0x5255d9);}const _0x155d1b=await _0x580bdb['YTkYM'](getTeamsByUserId,_0xa502ab);for(const _0x243628 of _0x155d1b){if(_0x580bdb[_0x41e360(0x251,_0x57ed79._0x40e428,0x16d,_0x57ed79._0x54371b)](_0x580bdb['XMqbb'],'vaFGP'))await _0x580bdb['uxTXI'](removeMember,_0x243628['id'],_0xa502ab);else{const _0x44ed4f={};return _0x44ed4f[_0x1831fc(0x55c,0x4fc,0x501,_0x57ed79._0x225e46)]=_0x580bdb[_0x41e360(_0x57ed79._0x533df8,0x1fa,_0x57ed79._0x257b35,_0x57ed79._0x4df269)],_0x44ed4f['message']='Please\x20pro'+_0x41e360(_0x57ed79._0x3ce8da,0x294,_0x57ed79._0x127656,0x24f)+_0x41e360(0x2c1,_0x57ed79._0x5e2730,0x2af,_0x57ed79._0x2c0701)+_0x41e360(0x272,_0x57ed79._0x34b5aa,0x28d,0x2b7),_0x1ba988[_0x41e360(_0x57ed79._0x35fa88,0x2a1,0x316,0x2e6)](-0x7f*0x9+0x1*0x25bb+-0x1fb4)[_0x1831fc(_0x57ed79._0x150678,_0x57ed79._0x463f12,_0x57ed79._0x4cc7c6,_0x57ed79._0x217dda)](_0x44ed4f);}}if(_0x580bdb[_0x41e360(_0x57ed79._0x4ed3c0,_0x57ed79._0x9c520e,0x286,0x295)](_0x155d1b[_0x41e360(0x26e,0x2c9,_0x57ed79._0x33d490,0x28d)],-0x1*0x2131+-0x20a4+0x41d5)){const _0x3b737d={};_0x3b737d[_0x1831fc(0x4aa,_0x57ed79._0x4475ca,0x435,_0x57ed79._0xc4d203)]=_0xa502ab,_0x3b737d['teamCount']=_0x155d1b[_0x1831fc(0x55f,_0x57ed79._0x177f6b,0x537,0x556)],logger['info'](_0x580bdb[_0x1831fc(_0x57ed79._0x11b6af,_0x57ed79._0x16743b,_0x57ed79._0x20b1c6,0x4bf)],_0x3b737d);}const _0x23da3b=await _0x580bdb[_0x41e360(0x25a,_0x57ed79._0xe4c513,0x205,0x24c)](deleteAllUserGitTokens,_0xa502ab);if(_0x580bdb[_0x41e360(0x1f5,_0x57ed79._0x331df3,_0x57ed79._0x20d955,_0x57ed79._0xeb2dc9)](_0x23da3b,-0x11*0x1c3+-0x1721+0x3514)){const _0x130718={};_0x130718['userId']=_0xa502ab,_0x130718[_0x1831fc(0x4d4,0x471,0x48f,_0x57ed79._0x465796)+_0x41e360(_0x57ed79._0x35fa88,0x212,_0x57ed79._0x27754d,0x211)]=_0x23da3b,logger[_0x1831fc(_0x57ed79._0x19f2af,_0x57ed79._0x5478d9,0x47d,_0x57ed79._0xa9dfca)](_0x1831fc(_0x57ed79._0x301c86,_0x57ed79._0x54c318,_0x57ed79._0x2a63ca,0x50d)+_0x41e360(0x26f,_0x57ed79._0x107d74,_0x57ed79._0x419f7a,_0x57ed79._0x55a160)+'ens\x20during'+_0x1831fc(0x4e0,_0x57ed79._0x14b5ac,_0x57ed79._0x9c25fa,_0x57ed79._0x15093b)+_0x41e360(0x273,0x29f,0x306,_0x57ed79._0x2b7e7e),_0x130718);}const _0x5ce6e6=await _0x580bdb[_0x41e360(_0x57ed79._0x46fde1,_0x57ed79._0x30d64f,_0x57ed79._0xfbfa42,_0x57ed79._0xe4c513)](revokeTokensByUser,_0xa502ab);if(_0x580bdb[_0x1831fc(_0x57ed79._0x2a2501,_0x57ed79._0xd7539e,0x475,0x4a1)](_0x5ce6e6,-0xe50+-0x906+0x1756)){const _0x2587ed={};_0x2587ed['userId']=_0xa502ab,_0x2587ed['revokedPas'+'swordToken'+'s']=_0x5ce6e6,logger[_0x1831fc(_0x57ed79._0x36af22,0x4c3,0x4ec,0x4b4)](_0x580bdb['ggAAB'],_0x2587ed);}const _0x47a517=await _0x580bdb[_0x41e360(0x290,_0x57ed79._0x3d4f97,_0x57ed79._0x1e147c,0x2d5)](deleteUser,_0xa502ab);if(!_0x47a517){const _0x1561da={};return _0x1561da[_0x41e360(_0x57ed79._0x2e20e5,_0x57ed79._0x3f872d,_0x57ed79._0xe501a7,0x2d8)]=_0x580bdb[_0x1831fc(_0x57ed79._0x2f1913,_0x57ed79._0x209497,_0x57ed79._0xa1a9b8,0x496)],_0x287a38[_0x41e360(_0x57ed79._0x5bb3ed,_0x57ed79._0x5c5031,0x2c4,_0x57ed79._0x4b45fa)](0x1370+-0x1*0x1a07+0x82b)[_0x41e360(_0x57ed79._0x542b5b,_0x57ed79._0x3fec9b,0x314,_0x57ed79._0x4b77b1)](_0x1561da);}const _0x43c52e={};_0x43c52e[_0x1831fc(_0x57ed79._0x1bc53e,0x4b3,_0x57ed79._0x8db4f7,_0x57ed79._0x22355b)]=_0x580bdb[_0x41e360(_0x57ed79._0xc3368c,0x25d,_0x57ed79._0x16b2d2,_0x57ed79._0x371252)],_0x287a38[_0x1831fc(_0x57ed79._0x173a92,_0x57ed79._0x4697ee,_0x57ed79._0x21450c,_0x57ed79._0x8e8331)](_0x43c52e);}else{const _0x45acb2={};_0x45acb2[_0x1831fc(0x4ea,0x4c2,0x4f1,0x4b0)]=_0x56f8da,_0x45acb2[_0x1831fc(_0x57ed79._0x52f287,_0x57ed79._0x499b1b,_0x57ed79._0x3520cc,0x499)+_0x1831fc(0x518,_0x57ed79._0x2b9e6a,_0x57ed79._0x2dd7ac,0x507)]=_0x5fa4d3,_0x3e4cb5[_0x41e360(_0x57ed79._0x2fb0bc,0x227,0x1d7,_0x57ed79._0x46f0e4)](_0x41e360(0x2d4,_0x57ed79._0x18f56d,_0x57ed79._0x1f6f8b,_0x57ed79._0xe501a7)+_0x1831fc(0x57a,_0x57ed79._0x9fb324,_0x57ed79._0x4c6b24,0x55a)+_0x1831fc(0x54d,0x5dd,_0x57ed79._0x5a7bd4,_0x57ed79._0x463f12)+_0x1831fc(0x467,_0x57ed79._0x41746c,0x492,0x4d9)+'on',_0x45acb2);}}catch(_0x3d83fd){if(_0x580bdb['OBeWe'](_0x580bdb[_0x41e360(0x1cc,0x23b,0x233,_0x57ed79._0x56ec5e)],_0x580bdb[_0x1831fc(_0x57ed79._0x1f4c66,0x4fe,0x4b3,0x4c8)])){logger['error'](_0x580bdb[_0x41e360(_0x57ed79._0x5aa533,_0x57ed79._0x5dd7ec,0x2df,_0x57ed79._0x2f2295)],_0x3d83fd);const _0x285ab9={};_0x285ab9[_0x1831fc(0x4fc,_0x57ed79._0x3c40e4,_0x57ed79._0x30652c,0x514)]=_0x580bdb['ydXQW'],_0x285ab9[_0x1831fc(_0x57ed79._0x33014c,0x4ba,_0x57ed79._0x51006d,0x533)]=_0x3d83fd[_0x41e360(_0x57ed79._0x3f86b9,0x2a6,0x2e4,0x22b)],_0x287a38[_0x1831fc(_0x57ed79._0x339385,_0x57ed79._0x4a6616,0x4f7,0x52e)](-0x5d*-0x4+0x2162+-0x20e2)[_0x41e360(_0x57ed79._0x4a1937,0x2ca,0x304,_0x57ed79._0x325472)](_0x285ab9);}else{const _0x5be75b={};return _0x5be75b[_0x1831fc(0x555,0x50a,0x541,_0x57ed79._0x1fb784)]=_0x580bdb['QzxbD'],_0x5be75b[_0x1831fc(_0x57ed79._0x7c2250,0x5a9,0x5a7,0x533)]=_0x10ebed['message'],_0x43b7cd[_0x1831fc(0x54c,_0x57ed79._0x5e8292,_0x57ed79._0x18b27e,_0x57ed79._0x36a341)](0xdfa*-0x1+0x1*0x1b10+-0xb7d)[_0x1831fc(_0x57ed79._0x5d7892,_0x57ed79._0x64f2c4,0x556,_0x57ed79._0x217dda)](_0x5be75b);}}});export default router;
1
+ function _0x583bed(_0x6d40fb,_0x371dce,_0x1d69b2,_0x17952c){const _0x2155c7={_0x18bf68:0xd7};return _0xee6a(_0x17952c- -_0x2155c7._0x18bf68,_0x1d69b2);}(function(_0x331101,_0x1fbddb){const _0x44eceb={_0x59dca4:0x69,_0x3292cb:0x10,_0x31f854:0x4e,_0x322841:0x64,_0x3861a1:0x40,_0x1ddd31:0xbd,_0x354cbc:0x2c,_0x3f34b9:0x10,_0x2d77f7:0x69,_0x361791:0xc,_0x249c98:0x36,_0x24961e:0x3a,_0x23450f:0xa3,_0x4eb4e5:0xad,_0x147b66:0x60,_0x4ffc0e:0x6,_0x4cc26b:0xaf,_0x34ffbd:0x89,_0x412bd9:0x1e,_0x7e1f4e:0x4c,_0x28243a:0x83,_0x462759:0xdb,_0x58bca1:0x7e,_0x512d29:0xc4,_0x5c57f9:0xa1,_0x55980a:0x3d},_0x19656b={_0x13c429:0x138};function _0xd72565(_0xe90525,_0x8edb4a,_0x38a8e5,_0x4fa57f){return _0xee6a(_0x38a8e5- -0x1b4,_0x8edb4a);}const _0xf82fde=_0x331101();function _0xd4d1b7(_0xf6ca15,_0x5e5c2e,_0xbc509d,_0x3dd46e){return _0xee6a(_0xf6ca15- -_0x19656b._0x13c429,_0xbc509d);}while(!![]){try{const _0x3f2edd=-parseInt(_0xd72565(0x1,0x4c,_0x44eceb._0x59dca4,_0x44eceb._0x3292cb))/(0x1e*0xad+0x2220+-0x3665)+-parseInt(_0xd72565(_0x44eceb._0x31f854,_0x44eceb._0x322841,0x30,-_0x44eceb._0x3861a1))/(0x240a+-0xbf8+-0x1810)*(parseInt(_0xd72565(0xf4,0xb2,_0x44eceb._0x1ddd31,0x41))/(0x2670+0x1*-0x115f+0x16*-0xf5))+-parseInt(_0xd72565(0x43,_0x44eceb._0x354cbc,-_0x44eceb._0x3f34b9,0x40))/(0xbb9+0x1*0xd17+-0x18cc)+parseInt(_0xd72565(_0x44eceb._0x2d77f7,-0x84,-_0x44eceb._0x361791,-_0x44eceb._0x249c98))/(-0x3b*0x3a+-0x1c48+-0x29ab*-0x1)*(parseInt(_0xd72565(_0x44eceb._0x24961e,_0x44eceb._0x23450f,_0x44eceb._0x4eb4e5,_0x44eceb._0x147b66))/(0x19ff+0x122f+-0x2c28))+parseInt(_0xd72565(0x65,0x99,0x22,-_0x44eceb._0x4ffc0e))/(-0x1f4a+-0xc8*-0xb+-0x33f*-0x7)*(-parseInt(_0xd4d1b7(_0x44eceb._0x4cc26b,_0x44eceb._0x34ffbd,0x107,0x12d))/(0x1cce+-0x1*0x875+-0x1451))+parseInt(_0xd72565(0x39,-_0x44eceb._0x412bd9,_0x44eceb._0x7e1f4e,0x63))/(0x1e73+-0x1*0x26b+-0x955*0x3)*(parseInt(_0xd72565(_0x44eceb._0x28243a,-0x15,0x7,0x1d))/(-0x14e*-0x8+-0x1*0xbf2+0x18c))+-parseInt(_0xd4d1b7(0xbc,0x104,0x136,_0x44eceb._0x462759))/(0x2e3*-0x4+-0x15f2*0x1+0x11*0x1f9)*(-parseInt(_0xd72565(_0x44eceb._0x58bca1,_0x44eceb._0x512d29,_0x44eceb._0x5c57f9,_0x44eceb._0x55980a))/(0x7c2*-0x1+-0x3*0x726+-0xea0*-0x2));if(_0x3f2edd===_0x1fbddb)break;else _0xf82fde['push'](_0xf82fde['shift']());}catch(_0x2f9045){_0xf82fde['push'](_0xf82fde['shift']());}}}(_0x5988,0x14862f+-0xcc3cd+0x9b*0x761));import _0x6bac24 from'express';import{getUsers,createUser,updateUser,deleteUser,findUserById}from'../lib/users.js';import{getTeamById,getTeamsByUserId,addMember,removeMember}from'../lib/teams.js';import{getBindings,deleteBindingsBySubject}from'../lib/bindings.js';import{deleteAllUserGitTokens}from'../lib/user-git-tokens.js';import{revokeTokensByUser}from'../lib/passwordTokens.js';function _0xee6a(_0xe65dc0,_0x576448){_0xe65dc0=_0xe65dc0-(-0x251*0xb+-0x140b+0x2f28);const _0x2d9d35=_0x5988();let _0x1c5051=_0x2d9d35[_0xe65dc0];if(_0xee6a['mtmBZF']===undefined){var _0xf97882=function(_0x5eca37){const _0x3d5bca='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xec883='',_0x188005='';for(let _0x2ff5dd=0xfd3*-0x1+-0x24ed+-0xd30*-0x4,_0x17859f,_0x2c3fc3,_0x3e2dd1=-0x136c+-0x173d+-0x1*-0x2aa9;_0x2c3fc3=_0x5eca37['charAt'](_0x3e2dd1++);~_0x2c3fc3&&(_0x17859f=_0x2ff5dd%(-0x2*-0xda7+0x25fc+0x5*-0xd0e)?_0x17859f*(-0x22c4+-0x1a*0xe8+0x3a94)+_0x2c3fc3:_0x2c3fc3,_0x2ff5dd++%(-0x7fc+-0x1bd0+-0xbf*-0x30))?_0xec883+=String['fromCharCode'](-0x4*0x96b+0x16*-0x115+-0x3*-0x14d3&_0x17859f>>(-(-0x22ca+0x1320+0x11*0xec)*_0x2ff5dd&0x1629+-0x3*0x5cf+-0x4b6)):-0x134*-0x10+-0x12b5+-0x8b){_0x2c3fc3=_0x3d5bca['indexOf'](_0x2c3fc3);}for(let _0x243559=-0x1*-0xb23+0x1d*0xf3+-0x26aa,_0x3380d2=_0xec883['length'];_0x243559<_0x3380d2;_0x243559++){_0x188005+='%'+('00'+_0xec883['charCodeAt'](_0x243559)['toString'](-0x6e*0x28+0x63*-0x3+0x1269))['slice'](-(-0x18cb+0x1592+-0x33b*-0x1));}return decodeURIComponent(_0x188005);};_0xee6a['diANeJ']=_0xf97882,_0xee6a['DQuKpY']={},_0xee6a['mtmBZF']=!![];}const _0x240068=_0x2d9d35[0x1*0x1807+-0x10b0*-0x2+0x3967*-0x1],_0x238ceb=_0xe65dc0+_0x240068,_0x1b58fa=_0xee6a['DQuKpY'][_0x238ceb];return!_0x1b58fa?(_0x1c5051=_0xee6a['diANeJ'](_0x1c5051),_0xee6a['DQuKpY'][_0x238ceb]=_0x1c5051):_0x1c5051=_0x1b58fa,_0x1c5051;}import{hasPermission,hasAllPermissions}from'../lib/permission-resolver.js';import{logger}from'../lib/logger.js';import{requirePermission,requireAnyPermission}from'../middleware/requirePermission.js';const router=_0x6bac24[_0x583bed(0x135,0x1ee,0x202,0x185)]();router['get']('/',requirePermission('users:view'),async(_0x24b4fa,_0x4919ed)=>{const _0x14545d={_0x590eaa:0x2bc,_0x52b100:0x28a,_0x179cb1:0x2b4,_0x3c5868:0x4d7,_0x1d5c3d:0x4da,_0x298e2f:0x4f0,_0x239924:0x493,_0x251faf:0x4bd,_0x565e8a:0x510,_0x52af1b:0x2e2,_0x41fd52:0x28e,_0x4df46a:0x2ca,_0x2b2786:0x4eb,_0x441408:0x4db,_0x4b1beb:0x50d,_0x5b8423:0x546,_0x300a13:0x2fe,_0x4dc597:0x332,_0xdc48f5:0x264,_0x14d801:0x313,_0x3e063a:0x34c,_0x20b96a:0x2b7,_0x349848:0x309,_0x5c979e:0x321,_0x374863:0x273,_0x3153f4:0x36b,_0x4ee548:0x32f,_0xeb776b:0x351,_0xc79106:0x2f8,_0x521af2:0x2d9,_0x9dba6b:0x502,_0x4a0dcd:0x4e4,_0x59cf8e:0x54e,_0x4a05ff:0x46e,_0x2b220b:0x29d,_0x41d7d3:0x2ac,_0x2c1e6b:0x2c2,_0x1ff5a3:0x25e,_0x8d31b9:0x330,_0x43ffaa:0x4a9,_0x571060:0x4f3,_0xe1fe7e:0x4c6,_0x28614c:0x4f4,_0x410632:0x3a2,_0x21461a:0x32c,_0x36763c:0x519,_0x4e7a2a:0x4a3,_0x1d78e8:0x4f5,_0x36f2b5:0x25d,_0x5cb8b4:0x2c6,_0x489373:0x2ac,_0x2274c0:0x253,_0x10b651:0x5d7,_0xa647dc:0x5d0,_0xae7926:0x502,_0x2eec5f:0x2d8,_0x5eff18:0x2ab,_0x9d947b:0x393,_0x1680b4:0x339,_0x319dc3:0x563,_0x401f0a:0x578,_0x134305:0x513,_0x5b3d2a:0x26b,_0x4fc640:0x32e,_0x4df19e:0x27a,_0x35fefa:0x29c,_0x229560:0x271,_0x246f05:0x575,_0x376d03:0x517,_0x455baf:0x56e,_0x542381:0x4ef,_0x1a7926:0x379,_0x487c95:0x32c,_0xcba67f:0x2f4,_0x42ecd7:0x294,_0x2976f7:0x2b2,_0x2a7374:0x2e0,_0xa7d5aa:0x526,_0x29f660:0x42f,_0xb36318:0x4e3,_0xa49425:0x4fe,_0x1b8305:0x50c,_0x3bbb81:0x50b,_0x4476f1:0x35a,_0x2dccf5:0x281,_0xdff248:0x1f6,_0x41af06:0x25a,_0x56ca7d:0x2cf,_0x42bd80:0x26a,_0x87b6fa:0x582,_0x10c57d:0x56a,_0x56505a:0x589,_0x1f9814:0x2e5,_0x3917ec:0x247,_0x1c7c6b:0x50f,_0x43750c:0x505,_0x42cc11:0x518,_0x3cbaf9:0x398,_0x250147:0x2a6,_0x20fb8d:0x31f,_0x495982:0x4af,_0x2471de:0x395,_0x382fa9:0x2f2,_0x57391c:0x53a,_0x3579c0:0x5a5,_0x1a0e99:0x4e9,_0x2be014:0x4f8,_0x3f7a59:0x49c,_0x349a47:0x57b,_0x2aea8a:0x553,_0x56241b:0x5ad,_0x299496:0x57f,_0xdd32bb:0x54c,_0x43f37b:0x579,_0x2f7057:0x5b9,_0xbe5bfa:0x52a,_0x2e3043:0x28a,_0x3ca3b4:0x49f,_0x5aa2ef:0x55c,_0x803edf:0x58d,_0x3520b8:0x2b0,_0x5cdbfe:0x50f,_0x1bf276:0x2ab,_0x16c305:0x49d,_0x861ac6:0x4a5,_0x147b8c:0x434,_0xcecb41:0x45c,_0x1958aa:0x565,_0x19fb65:0x515,_0x476b97:0x581,_0x2391c6:0x584,_0x2e289c:0x5fa,_0x29a830:0x2c7,_0x113280:0x2a7,_0x49ef88:0x50a,_0x24ae6a:0x5b4,_0x3523f2:0x51e,_0x247b7f:0x594,_0x3823ff:0x211,_0x442982:0x56b,_0x3dd7c8:0x576,_0x361b80:0x5b6,_0x12f481:0x313,_0x4a2273:0x2d5,_0x544992:0x578,_0x30e6ff:0x5e5,_0x17c452:0x298,_0x5f3951:0x2e9,_0x56f27a:0x2ee,_0x4be319:0x2af,_0x4dfe1c:0x471,_0x411063:0x52b},_0x19e38c={_0x34bc8a:0x1b5,_0x5b4db0:0x181,_0x694933:0x1d5,_0x1f4cc8:0xd2,_0x234358:0x6c,_0x562c30:0xd4,_0x288b60:0x110,_0x22cafd:0xf7,_0x4c696f:0x18e,_0x30de9f:0x9,_0x2a75ae:0x17,_0x2e81b4:0x1ad,_0xf024d5:0x126,_0x486cf3:0x53,_0xf28215:0x3,_0x1e0ae7:0x4c,_0x39c4e1:0xd7,_0x286e09:0x78,_0x2d0541:0x34,_0x17a02b:0x6d,_0x44a257:0x104,_0x2f1c23:0xe2,_0x500060:0xbe,_0xc473f8:0x1a9,_0x57f5dc:0x141,_0xc74990:0x22,_0x618b06:0x4a,_0x182a2f:0xbd,_0x79c2a6:0x4e,_0x5c234b:0x56,_0x5cfcbd:0x5,_0x4903ae:0x7e,_0x5c75da:0x16,_0x5e083f:0x5,_0x448369:0x66},_0x2a30c2={_0x43157b:0x1d8,_0x347788:0x3da,_0x555f48:0x194},_0xfe3950={_0x3f347e:0xe3,_0x40bbf4:0x3cd},_0x48a7ae={_0x2a9112:0xed,_0x5a5e61:0x18e};function _0xc59570(_0x3e5780,_0x4e0100,_0x20bd0d,_0x2d4e8a){return _0x583bed(_0x3e5780-0x8b,_0x4e0100-_0x48a7ae._0x2a9112,_0x3e5780,_0x2d4e8a-_0x48a7ae._0x5a5e61);}function _0x28f699(_0x516662,_0x20493c,_0x2048b5,_0x13df4b){return _0x583bed(_0x516662-0x13a,_0x20493c-_0xfe3950._0x3f347e,_0x2048b5,_0x20493c-_0xfe3950._0x40bbf4);}const _0x54db2e={'tEDLT':_0xc59570(_0x14545d._0x590eaa,0x331,_0x14545d._0x52b100,_0x14545d._0x179cb1)+_0x28f699(_0x14545d._0x3c5868,0x4bf,_0x14545d._0x1d5c3d,0x47e),'CZjxA':_0x28f699(0x4f1,_0x14545d._0x298e2f,_0x14545d._0x239924,0x4a8)+_0x28f699(_0x14545d._0x251faf,0x4e7,_0x14545d._0x565e8a,0x473)+'ens\x20during'+'\x20user\x20dele'+_0xc59570(_0x14545d._0x52af1b,_0x14545d._0x41fd52,_0x14545d._0x4df46a,0x302),'zuRzD':'Please\x20pro'+_0x28f699(_0x14545d._0x2b2786,_0x14545d._0x441408,_0x14545d._0x4b1beb,_0x14545d._0x5b8423)+'id\x20email\x20a'+_0xc59570(0x322,_0x14545d._0x300a13,0x2d7,_0x14545d._0x4dc597),'GeXRw':_0xc59570(_0x14545d._0xdc48f5,0x2f8,0x2b8,0x2bb)+_0xc59570(0x32f,_0x14545d._0x14d801,0x2e3,_0x14545d._0x3e063a),'wHmVc':function(_0x3c291c,_0x321bf4){return _0x3c291c>_0x321bf4;},'LlpCV':function(_0x15b7f9,_0x269311){return _0x15b7f9(_0x269311);},'nTZXR':function(_0x46e94d,_0x19bacc){return _0x46e94d===_0x19bacc;},'VCoUv':'uxfjx','hBTMF':function(_0x46c293,_0x4a44b1){return _0x46c293!==_0x4a44b1;},'nJLjd':_0xc59570(_0x14545d._0x20b96a,0x300,_0x14545d._0x349848,_0x14545d._0x5c979e),'EBzGM':function(_0x557740){return _0x557740();},'LpCDy':_0xc59570(0x35a,_0x14545d._0x374863,0x2c6,0x2e5),'vWwVG':function(_0x2b7ef2,_0x55db3f){return _0x2b7ef2===_0x55db3f;},'rmiEX':function(_0x71d963,_0x2b68a8){return _0x71d963===_0x2b68a8;},'hFImw':function(_0xcd960a,_0x109c45){return _0xcd960a===_0x109c45;},'DPlNd':'role_prede'+_0xc59570(0x36a,_0x14545d._0x3153f4,_0x14545d._0x4ee548,_0x14545d._0xeb776b)+_0xc59570(0x25d,_0x14545d._0xc79106,_0x14545d._0x521af2,0x279),'QfxtQ':function(_0x20c9fc,_0x5f2935){return _0x20c9fc===_0x5f2935;},'kWIhM':_0x28f699(_0x14545d._0x9dba6b,_0x14545d._0x4a0dcd,_0x14545d._0x59cf8e,_0x14545d._0x4a05ff),'VWuHP':'WQjgu','WgFkV':_0xc59570(_0x14545d._0x2b220b,_0x14545d._0x41d7d3,_0x14545d._0x2c1e6b,_0x14545d._0x1ff5a3),'DSBpQ':_0xc59570(0x325,_0x14545d._0x8d31b9,0x328,0x2ce),'hnEzD':_0x28f699(_0x14545d._0x43ffaa,_0x14545d._0x571060,_0x14545d._0xe1fe7e,0x548)+_0x28f699(0x52e,0x56d,0x5c6,_0x14545d._0x28614c)};try{if(_0x54db2e[_0xc59570(_0x14545d._0x410632,0x390,0x306,_0x14545d._0x21461a)](_0x54db2e[_0x28f699(_0x14545d._0x36763c,0x505,_0x14545d._0x4e7a2a,_0x14545d._0x1d78e8)],_0x54db2e[_0xc59570(0x32a,_0x14545d._0x36f2b5,0x269,_0x14545d._0x5cb8b4)])){_0x3d47f7['error'](_0xc59570(0x2c9,_0x14545d._0x489373,_0x14545d._0x2274c0,_0x14545d._0x179cb1)+'get\x20user',_0x514973);const _0x5ce232={};_0x5ce232[_0x28f699(_0x14545d._0x10b651,0x57d,_0x14545d._0xa647dc,_0x14545d._0xae7926)]=_0x54db2e[_0xc59570(_0x14545d._0x2eec5f,0x303,_0x14545d._0x5eff18,0x2e7)],_0x5ce232[_0xc59570(0x2c7,_0x14545d._0x14d801,_0x14545d._0x9d947b,_0x14545d._0x1680b4)]=_0x2bcfc6[_0x28f699(_0x14545d._0x319dc3,_0x14545d._0x401f0a,_0x14545d._0x134305,0x5d0)],_0x3b2327[_0xc59570(_0x14545d._0x5b3d2a,_0x14545d._0x4fc640,_0x14545d._0x4df19e,0x2af)](-0x24*0x72+0x1082+0x12*0x15)[_0xc59570(0x225,_0x14545d._0x35fefa,0x268,_0x14545d._0x229560)](_0x5ce232);}else{const _0x51dbf3=await _0x54db2e[_0x28f699(_0x14545d._0x246f05,_0x14545d._0x376d03,0x552,_0x14545d._0x455baf)](getUsers),_0x154620=await getBindings(),_0x407a1a=new Set(_0x154620[_0xc59570(0x216,0x23c,0x21a,0x265)](_0x3e3f7e=>_0x3e3f7e[_0x28f699(0x48c,0x4e5,0x554,0x473)+'pe']===_0x28f699(0x537,0x56a,0x5a1,0x501))[_0x28f699(_0x14545d._0x542381,0x558,_0x14545d._0x455baf,0x575)](_0x2f0736=>_0x2f0736[_0xc59570(0x37d,0x363,0x369,0x309)])),_0x5eb763=new Set(_0x154620[_0x28f699(0x4ff,0x4a4,0x4c3,0x4b5)](_0x4e0f45=>_0x4e0f45[_0xc59570(0x2cb,0x29c,0x2b4,0x2a6)+'pe']===_0x28f699(0x4ee,0x49d,0x42c,0x4c3))['map'](_0x25b86e=>_0x25b86e['subject_id'])),_0x189122=new Set();for(const _0x80fc7f of _0x154620){if(_0x54db2e[_0xc59570(0x31d,_0x14545d._0x1a7926,0x3a7,_0x14545d._0x487c95)](_0x54db2e['LpCDy'],_0x54db2e[_0xc59570(_0x14545d._0xcba67f,_0x14545d._0x42ecd7,_0x14545d._0x2976f7,_0x14545d._0x2a7374)])){const _0x475e2e={};_0x475e2e[_0x28f699(_0x14545d._0x4b1beb,0x4aa,_0x14545d._0xa7d5aa,_0x14545d._0x29f660)]=_0x214ffc,_0x475e2e[_0x28f699(_0x14545d._0xb36318,_0x14545d._0xa49425,_0x14545d._0x1b8305,_0x14545d._0x3bbb81)+_0xc59570(_0x14545d._0x4476f1,0x2cf,0x2de,0x2ed)]=_0x1a8948,_0x25b5a9[_0xc59570(_0x14545d._0x2dccf5,0x2ca,0x355,_0x14545d._0x52af1b)](_0x54db2e[_0xc59570(_0x14545d._0xdff248,_0x14545d._0x41af06,_0x14545d._0x56ca7d,_0x14545d._0x42bd80)],_0x475e2e);}else _0x54db2e['vWwVG'](_0x80fc7f['subject_ty'+'pe'],_0x28f699(_0x14545d._0x87b6fa,_0x14545d._0x10c57d,0x5d4,_0x14545d._0x56505a))&&_0x54db2e[_0xc59570(0x29e,_0x14545d._0x1f9814,_0x14545d._0x3917ec,0x28a)](_0x80fc7f[_0x28f699(0x4d1,_0x14545d._0x1c7c6b,_0x14545d._0x43750c,_0x14545d._0x42cc11)+_0xc59570(_0x14545d._0x3cbaf9,0x2f0,_0x14545d._0x250147,_0x14545d._0x20fb8d)],'server')&&_0x54db2e[_0x28f699(0x499,_0x14545d._0x495982,0x4a2,0x449)](_0x80fc7f['role_id'],_0x54db2e['DPlNd'])&&_0x189122['add'](_0x80fc7f['subject_id']);}const _0x3a6823=new Set();for(const _0xa857d1 of _0x154620){if(_0x54db2e[_0xc59570(_0x14545d._0x2471de,_0x14545d._0x382fa9,0x31c,0x34d)](_0x54db2e[_0x28f699(0x504,_0x14545d._0x57391c,_0x14545d._0x3579c0,0x581)],_0x54db2e[_0x28f699(_0x14545d._0x1a0e99,0x4c5,_0x14545d._0x2be014,_0x14545d._0x3f7a59)])){const _0x2dc118={};return _0x2dc118['error']=_0x28f699(0x5b7,_0x14545d._0x349a47,_0x14545d._0x2aea8a,_0x14545d._0x56241b)+_0x28f699(_0x14545d._0x299496,_0x14545d._0xdd32bb,_0x14545d._0x43f37b,_0x14545d._0x2f7057),_0x2dc118['message']=_0x54db2e[_0x28f699(0x4fd,_0x14545d._0xbe5bfa,0x560,0x543)],_0x249b34['status'](0x1*0x1139+-0x1488+0x2b*0x1d)['json'](_0x2dc118);}else _0x54db2e[_0xc59570(0x297,0x2a4,0x21f,_0x14545d._0x2e3043)](_0xa857d1[_0x28f699(0x476,0x4e5,_0x14545d._0x3ca3b4,0x53a)+'pe'],_0x54db2e[_0x28f699(_0x14545d._0x5b8423,0x519,_0x14545d._0x5aa2ef,_0x14545d._0x803edf)])&&_0x54db2e[_0xc59570(0x22d,_0x14545d._0x3520b8,0x236,0x266)](_0xa857d1[_0x28f699(0x4db,_0x14545d._0x5cdbfe,_0x14545d._0x4a0dcd,0x52c)+'ype'],_0x54db2e[_0xc59570(_0x14545d._0x1bf276,0x232,0x223,0x273)])&&_0x54db2e[_0x28f699(_0x14545d._0x16c305,_0x14545d._0x861ac6,_0x14545d._0x147b8c,_0x14545d._0xcecb41)](_0xa857d1[_0x28f699(0x4f2,_0x14545d._0x1958aa,0x5ca,0x4f9)],_0x28f699(0x530,_0x14545d._0x19fb65,_0x14545d._0x476b97,0x55d)+_0x28f699(_0x14545d._0x2391c6,0x590,_0x14545d._0x2e289c,0x5f7)+'er_admin')&&_0x3a6823[_0xc59570(0x29c,_0x14545d._0x29a830,0x313,_0x14545d._0x113280)](_0xa857d1[_0x28f699(_0x14545d._0x57391c,0x548,_0x14545d._0x49ef88,_0x14545d._0x24ae6a)]);}const _0x5cf731=await Promise['all'](_0x51dbf3[_0x28f699(_0x14545d._0x3523f2,0x558,_0x14545d._0x247b7f,0x581)](async({password_hash:_0x1b601b,..._0x4c9cba})=>{const _0xea2777={_0x16821b:0x341},_0x36fc67=_0x407a1a['has'](_0x4c9cba['id']);let _0x1cac8a=![];const _0x3d9a38=_0x54db2e[_0xdf323d(_0x19e38c._0x34bc8a,_0x19e38c._0x5b4db0,0x18f,_0x19e38c._0x694933)](_0x5eb763[_0xdf323d(0xcf,_0x19e38c._0x1f4cc8,0x96,0xba)],0x733+0x1*-0x22b6+0x1b83)||_0x3a6823[_0x360c93(-_0x19e38c._0x234358,-_0x19e38c._0x562c30,-_0x19e38c._0x288b60,-0xf3)]>-0x1*0x2dd+0x67*-0x3a+-0x1*-0x1a33?await _0x54db2e[_0xdf323d(0x137,0xfc,_0x19e38c._0x22cafd,0xb6)](getTeamsByUserId,_0x4c9cba['id']):[];function _0x360c93(_0xb6bab1,_0x5cdc0c,_0x56fdf4,_0x529269){return _0xc59570(_0xb6bab1,_0x5cdc0c-0x4,_0x56fdf4-0x170,_0x5cdc0c- -_0xea2777._0x16821b);}if(_0x5eb763[_0xdf323d(0xa7,0xd2,0xd0,0x9c)]>-0x6ba+0x31c+-0x1*-0x39e){if(_0x54db2e[_0xdf323d(0xeb,0x165,0x1b3,_0x19e38c._0x4c696f)](_0x54db2e[_0x360c93(_0x19e38c._0x30de9f,-0x24,_0x19e38c._0x2a75ae,0x2a)],_0x54db2e['VCoUv']))_0x1cac8a=_0x3d9a38[_0xdf323d(_0x19e38c._0x2e81b4,0x179,_0x19e38c._0xf024d5,0x1a2)](_0x22cf5e=>_0x5eb763['has'](_0x22cf5e['id']));else{const _0x2b2961={};return _0x2b2961[_0x360c93(_0x19e38c._0x486cf3,-_0x19e38c._0xf28215,-0x1e,-_0x19e38c._0x1e0ae7)]=_0x54db2e[_0x360c93(-_0x19e38c._0x39c4e1,-_0x19e38c._0x286e09,-0x2d,-_0x19e38c._0x2d0541)],_0x2b2961[_0x360c93(0x3,-0x8,0x23,-_0x19e38c._0x17a02b)]='Password\x20m'+_0xdf323d(0x142,0x1ab,0x1e9,0x1d1)+'least\x208\x20ch'+'aracters\x20l'+_0xdf323d(_0x19e38c._0x44a257,0xfb,0x143,0xfa),_0x5b9598[_0x360c93(-0x4a,-0x92,-0x90,-0x72)](-0x2431+-0xa07+0x2fc8)[_0x360c93(-_0x19e38c._0x562c30,-0xd0,-_0x19e38c._0x2f1c23,-_0x19e38c._0x500060)](_0x2b2961);}}const _0x457db4=_0x189122['has'](_0x4c9cba['id'])||_0x3d9a38[_0xdf323d(0x165,0x179,_0x19e38c._0xc473f8,0x199)](_0x3e415b=>_0x3a6823[_0xdf323d(0x96,0xc5,0xb3,0x51)](_0x3e415b['id'])),_0x27a765={..._0x4c9cba};_0x27a765[_0xdf323d(0x153,0xff,_0x19e38c._0x57f5dc,0x112)+_0x360c93(-_0x19e38c._0xc74990,-_0x19e38c._0x618b06,-_0x19e38c._0x182a2f,0x2e)]=_0x36fc67;function _0xdf323d(_0xf95bfe,_0x94d996,_0x13b034,_0x2fe70d){return _0x28f699(_0xf95bfe-_0x2a30c2._0x43157b,_0x94d996- -_0x2a30c2._0x347788,_0x13b034,_0x2fe70d-_0x2a30c2._0x555f48);}return _0x27a765[_0x360c93(-_0x19e38c._0x79c2a6,-0x68,-0x22,-_0x19e38c._0x5c234b)+_0x360c93(-0xae,-0x4a,_0x19e38c._0x5cfcbd,-_0x19e38c._0x4903ae)]=_0x1cac8a,_0x27a765[_0x360c93(_0x19e38c._0x5c75da,-0x63,-0x3e,_0x19e38c._0x5e083f)+_0x360c93(-0x37,-_0x19e38c._0x448369,-0x2c,-0x35)]=_0x457db4,_0x27a765;})),_0x380dad={};_0x380dad['users']=_0x5cf731,_0x4919ed[_0xc59570(0x20b,_0x14545d._0x3823ff,0x2c9,0x271)](_0x380dad);}}catch(_0xe62ef6){logger[_0x28f699(_0x14545d._0x442982,0x57d,_0x14545d._0x3dd7c8,_0x14545d._0x361b80)](_0x54db2e[_0xc59570(0x297,0x267,_0x14545d._0x12f481,_0x14545d._0x4a2273)],_0xe62ef6);const _0x3b29a7={};_0x3b29a7['error']=_0x54db2e['hnEzD'],_0x3b29a7['message']=_0xe62ef6[_0x28f699(0x547,_0x14545d._0x544992,_0x14545d._0x30e6ff,0x57e)],_0x4919ed[_0xc59570(_0x14545d._0x17c452,_0x14545d._0x5f3951,_0x14545d._0x56f27a,_0x14545d._0x4be319)](-0x240b+-0xfa1*-0x2+0x6bd)[_0x28f699(0x4e1,0x4b0,_0x14545d._0x4dfe1c,_0x14545d._0x411063)](_0x3b29a7);}}),router[_0x428c48(-0xac,-0x50,-0x5e,-0x68)](_0x583bed(0x10a,0x1c1,0x157,0x156),requirePermission(_0x428c48(-0x1c,0x15,-0xf,0x15)),async(_0x456152,_0x2bacbb)=>{const _0xa61f1e={_0x308dc8:0x561,_0x5cec5b:0x52e,_0x27555b:0x57b,_0x3b331b:0x5dc,_0x1475e9:0x526,_0x489a52:0x523,_0x4db495:0x3e6,_0x23a25d:0x42e,_0x2dd233:0x399,_0x4b29e8:0x438,_0x58ab9d:0x44e,_0x129a69:0x3cf,_0x23297b:0x59e,_0x5f39f8:0x56a,_0x1912f2:0x597,_0x3aa3d4:0x601,_0x415935:0x5db,_0x339f22:0x3ac,_0x3149cf:0x5f0,_0x15eec9:0x52e,_0x229502:0x4e2,_0x4445d8:0x4e9,_0x5d9566:0x522,_0xa1c6f6:0x460,_0x1d6524:0x470,_0x2c60df:0x3cc,_0x53b5a3:0x405,_0xd2beaf:0x378,_0x121aea:0x443},_0x47b386={_0x5b6762:0xe6,_0x2370d9:0x148},_0x192724={_0xacda1:0x5d4,_0x160846:0x90},_0x6f7d99={'sXznE':function(_0x13782e,_0x1c6cc3){return _0x13782e(_0x1c6cc3);},'iaClJ':_0xf8663b(0x4fe,_0xa61f1e._0x308dc8,_0xa61f1e._0x5cec5b,_0xa61f1e._0x27555b),'UugnE':_0xf8663b(_0xa61f1e._0x3b331b,_0xa61f1e._0x1475e9,_0xa61f1e._0x489a52,0x571)+_0x2e217b(_0xa61f1e._0x4db495,_0xa61f1e._0x23a25d,_0xa61f1e._0x2dd233,_0xa61f1e._0x4b29e8)};function _0xf8663b(_0x58ff5b,_0x19a17b,_0x53bfed,_0x5f13b5){return _0x428c48(_0x58ff5b-0x160,_0x53bfed,_0x5f13b5-_0x192724._0xacda1,_0x5f13b5-_0x192724._0x160846);}function _0x2e217b(_0x253c71,_0x551227,_0x4eaf6b,_0x4e5a78){return _0x583bed(_0x253c71-_0x47b386._0x5b6762,_0x551227-_0x47b386._0x2370d9,_0x4eaf6b,_0x253c71-0x2f4);}try{const _0x4847bd=await _0x6f7d99[_0x2e217b(_0xa61f1e._0x58ab9d,0x4c7,0x4a7,0x415)](findUserById,_0x456152[_0x2e217b(0x443,0x4a7,_0xa61f1e._0x129a69,0x460)]['id']);if(!_0x4847bd){if(_0x6f7d99['iaClJ']===_0x6f7d99[_0xf8663b(_0xa61f1e._0x23297b,0x5f3,0x5ae,0x5b5)]){const _0x38ce4e={};return _0x38ce4e[_0xf8663b(0x659,0x66c,0x60d,0x5fb)]=_0xf8663b(0x5b8,_0xa61f1e._0x5f39f8,_0xa61f1e._0x1912f2,0x5df)+_0xf8663b(0x5b4,_0xa61f1e._0x3aa3d4,_0xa61f1e._0x415935,0x5c7),_0x2bacbb['status'](0x69d*-0x5+0xbba*-0x2+0x3a19)[_0x2e217b(0x3d7,0x3af,0x40a,_0xa61f1e._0x339f22)](_0x38ce4e);}else _0x21973d=_0x539dbe[_0xf8663b(_0xa61f1e._0x3149cf,0x55d,0x5c9,0x5d1)](_0x589921=>_0x181449[_0x2e217b(0x3c6,0x359,0x368,0x3ae)](_0x589921['id']));}const {password_hash:_0x46f989,..._0x2736d9}=_0x4847bd;_0x2bacbb[_0xf8663b(0x592,0x59e,0x584,_0xa61f1e._0x15eec9)](_0x2736d9);}catch(_0x506790){logger[_0x2e217b(0x4a4,_0xa61f1e._0x229502,_0xa61f1e._0x4445d8,0x4f3)](_0x6f7d99['UugnE'],_0x506790);const _0xf11e73={};_0xf11e73[_0x2e217b(0x4a4,_0xa61f1e._0x5d9566,0x473,_0xa61f1e._0xa1c6f6)]=_0x2e217b(0x41a,0x419,_0xa61f1e._0x1d6524,0x3f8)+'get\x20user',_0xf11e73['message']=_0x506790['message'],_0x2bacbb[_0x2e217b(0x415,_0xa61f1e._0x2c60df,_0xa61f1e._0x53b5a3,0x3f6)](-0x8e*-0x4+0x1fc1*-0x1+0x1f7d)[_0x2e217b(0x3d7,_0xa61f1e._0xd2beaf,0x3cc,_0xa61f1e._0x121aea)](_0xf11e73);}}),router[_0x583bed(0xd9,0x122,0xe5,0x13a)]('/',requirePermission('users:crea'+'te'),async(_0x3521f0,_0x4ff8a4)=>{const _0x43576e={_0x315b4b:0x5e,_0x21faca:0x100,_0x3766d1:0xcf,_0x4435c3:0x2,_0x1e25cc:0x18,_0x6d4d6:0x11,_0x3a498a:0x110,_0x2774f3:0x188,_0x1c686c:0x142,_0x1a7dee:0xa0,_0x576c2d:0x88,_0x1c0871:0xb4,_0x369ab2:0x56,_0x300911:0x9b,_0x40e1c8:0x60,_0x27ae53:0xb0,_0x5a8586:0x67,_0x446628:0xb7,_0x15e9f3:0xb8,_0x1c1d5d:0x151,_0x160dc9:0x13b,_0x263099:0x82,_0x41a5f6:0x3,_0x32b86e:0x60,_0x325871:0x13a,_0x328bc8:0x55,_0x1d912f:0x20,_0x415df9:0x28,_0x29022a:0xb,_0x3a7d13:0x181,_0x56df31:0x133,_0x1c7411:0xf2,_0x5b9b01:0xc0,_0x42dc89:0x10c,_0x589c5a:0x81,_0x299883:0xbe,_0x51cfeb:0x71,_0x4d3577:0xb7,_0x289377:0xc6,_0xf407b2:0xef,_0x5e7aa7:0xb7,_0x10d6c2:0x122,_0x9eb916:0x9f,_0x50fba8:0x12,_0x251ec6:0xd5,_0x85b25d:0x1a5,_0x47fa0a:0xb4,_0x20a5f6:0xd6,_0x59da0e:0xc4,_0x2a0507:0x108,_0x496a2e:0x1e5,_0x2c74ac:0x173,_0x46d943:0x14b,_0x1c6ea5:0x105,_0xaff0a7:0xcf,_0x39bc02:0x140,_0x5c9789:0x69,_0x4b9431:0x10a,_0x5b1435:0x16d,_0x1ae409:0x13d,_0x2b50bc:0x78,_0x572d21:0xa,_0x40c80:0xd3,_0x35952d:0x123,_0x4cbc0b:0x92,_0x96f0bc:0x121,_0x10df0c:0x124,_0x3a72cb:0x198,_0x4659ab:0x15e,_0x532cca:0xfa,_0x25b5cd:0x144,_0x3e52bd:0xf9,_0x483970:0x140,_0x3bd727:0xa7,_0x184034:0x1a,_0x24ceb8:0x3b,_0x11cb97:0x48,_0x479f42:0xd2,_0x497708:0x8a,_0x11710f:0x93,_0x553c20:0x27,_0x48d2b9:0x6b,_0x4cec51:0x54,_0x594f7c:0xc3,_0x229052:0x84,_0x48bcfe:0x10,_0x19075a:0x88,_0x41e62d:0x13e,_0x5b4c76:0x17b,_0x7044af:0x1e1,_0x3079f7:0x122,_0x4f3c45:0x83,_0x4cc388:0x5d,_0x12dedf:0x65,_0x4d73e6:0x4d,_0x2b59ec:0x164,_0x3586a2:0x1d7,_0x25377b:0xfd,_0xa18dc2:0xc9,_0x451b7a:0x71,_0x24d9e7:0xdb,_0x5d2481:0x76,_0x41dea:0x79,_0x1761f4:0xc6,_0x3c9b2b:0xe9,_0x1dc77d:0x2c,_0x5bb4ad:0x8,_0x8deb72:0xa,_0x44e28d:0x11d,_0x42ea65:0x171,_0x17ea67:0x195,_0x1b3a6a:0x141,_0x48cdf7:0x1ea,_0xda2327:0x193,_0xdf103b:0x13a,_0xb8484c:0x1c8,_0x20ad8c:0x15b,_0x8288f6:0x185,_0x5db9d2:0xf2,_0x121bd9:0x7f,_0x247910:0x10a,_0x30ed5c:0xa8,_0x1cb88f:0x111,_0x412ff4:0x106,_0x14e1c5:0xbd,_0x257692:0xe5,_0xb8183e:0x48,_0xf36660:0x189,_0x3c147b:0x193,_0x1140fc:0x204,_0x1c2197:0x50,_0x2de598:0x72,_0x25a2e5:0xf5,_0x575e8e:0x68,_0x1acd13:0x4b,_0xdb4088:0x32,_0x2467cd:0x61,_0x2cfa79:0x14a,_0x421f1d:0x48,_0x37af7a:0x62,_0x4b5695:0x43,_0x5e1571:0x138,_0x41b185:0x147,_0x161d74:0x39,_0x125a33:0x121,_0x13212b:0xff,_0x52f354:0x149,_0x339c08:0xc5,_0x33282e:0x6b,_0x1fd7ae:0x131,_0x4e6335:0xa,_0x351ac9:0x1c5,_0x18e31c:0x114,_0x4d24ef:0x100,_0x2d43ba:0x8f,_0x5f3a09:0x9d,_0x228eba:0x35,_0x52ccbc:0x2a,_0x360439:0x158,_0x16f61b:0x17d,_0x156cca:0xbe,_0x353b62:0xd7,_0x56d40d:0xc9,_0x216c97:0xb6,_0x13128e:0xcb,_0xf4e578:0x6c,_0x5c98d6:0xf7,_0x388b87:0x59,_0x2793e9:0x55,_0x3f8ae0:0x1ea,_0x3777f9:0x1ab,_0x377ea1:0x1cb,_0x8c5281:0x96,_0x52934a:0xee,_0x170d83:0x5a,_0xe48781:0x54,_0x580fcc:0xdd,_0x1d0693:0x1c4,_0x2eb9f2:0x155,_0x45fdc1:0x1a3,_0x317f05:0x20f,_0x6138b0:0xb5,_0x32b4fc:0x10e,_0x3d3c4a:0xc4,_0x28c4ac:0xe9,_0x5c794e:0xe4,_0x33f318:0x14a,_0x5eacd8:0x1c0,_0x2c54b4:0x14a,_0x201b92:0x1b6,_0x545f1d:0x4,_0x5443c4:0xf,_0xc0b76c:0x22,_0x4130e7:0x10,_0x2cf92d:0x77,_0x8ba370:0x7b,_0x4ca8f6:0xf,_0x32c6c4:0x49,_0x284d5a:0x3d,_0x35b222:0x26,_0x2800af:0x18e,_0x30f369:0x217,_0xa1010e:0x17,_0x2b5c56:0x1b4,_0x508674:0xd9,_0xcf5903:0x136,_0x5abcf8:0x11,_0x157627:0x74,_0x173934:0xb2,_0x41b517:0x89,_0x2fe78c:0xfe,_0xac8bd:0xdb,_0x49f545:0xc6,_0x204af7:0xab,_0x1e811c:0xa4,_0xb59298:0x15c,_0x5807f5:0x152,_0x56cbb0:0x58,_0x3383ef:0xab,_0x2be4bd:0x130,_0x324340:0x8e,_0x89b2ac:0x60,_0x3160b8:0x1c9,_0x328d0a:0x150,_0x18d10a:0x113,_0x2145e8:0x165,_0x3fcba3:0x116,_0x41b54b:0x12a,_0x4c1806:0x4,_0x586b0f:0x4,_0x1113ad:0x43,_0x23c36f:0xb1,_0x430c4a:0x13c,_0x504f8b:0xd7,_0x59bd2b:0x150,_0x49718b:0x1f,_0x12a895:0x18,_0x1bccba:0x76,_0x4c9f23:0x64,_0x5d0505:0x1de,_0x1f4414:0x193,_0x51e604:0x76,_0x63c31a:0xca,_0x18edc2:0x57,_0x4f4338:0x48,_0x495ce7:0xb,_0xccd81a:0x1c,_0x1f1bb5:0x15,_0x463f93:0x126,_0xec84d5:0x12e,_0x1068ad:0x115,_0x3f3759:0xe0,_0x49055a:0x19,_0x4a55c0:0x7,_0x30653e:0x3a,_0x131efe:0x48,_0x4fa294:0xb6,_0x34a190:0xa,_0x6093db:0x6c,_0x5aa01c:0x6e,_0xb4c326:0x7e,_0xc6ba2d:0x84,_0x132227:0x63,_0x295981:0xfb,_0x49a8c2:0x155,_0x2d935e:0x16f,_0x536739:0x50},_0x93eb24={_0x3e07c4:0xae,_0x2921c8:0x276};function _0x441572(_0x1abcb7,_0xbf4a83,_0x409906,_0x52e997){return _0x583bed(_0x1abcb7-0x74,_0xbf4a83-_0x93eb24._0x3e07c4,_0x409906,_0xbf4a83- -_0x93eb24._0x2921c8);}const _0x5bd425={'lYyAm':'Cannot\x20del'+_0x441572(-0xf2,-0xcf,-0x68,-0x129)+_0x3c7204(0x87,0x31,_0x43576e._0x315b4b,_0x43576e._0x21faca),'bGfTv':_0x3c7204(0x83,0x63,0xe0,0x68)+_0x441572(-0x160,-0xef,-0xff,-_0x43576e._0x3766d1)+_0x3c7204(_0x43576e._0x4435c3,0x7e,_0x43576e._0x1e25cc,_0x43576e._0x6d4d6),'FkKve':_0x441572(-_0x43576e._0x3a498a,-_0x43576e._0x2774f3,-0x19a,-0x13c)+_0x441572(-0x147,-_0x43576e._0x1c686c,-0x138,-0x195)+_0x3c7204(_0x43576e._0x1a7dee,_0x43576e._0x576c2d,0xca,0x100)+_0x441572(-0xac,-_0x43576e._0x1c0871,-0x8f,-0xf9),'siDdd':'Failed\x20to\x20'+_0x3c7204(_0x43576e._0x369ab2,_0x43576e._0x300911,-0x27,_0x43576e._0x40e1c8)+_0x3c7204(_0x43576e._0x27ae53,_0x43576e._0x40e1c8,0xfc,0x6f),'wFGbj':'User\x20not\x20f'+_0x3c7204(0xa3,0xfe,0xf8,0xec),'qrlcl':function(_0x1cccd6,_0x490b31){return _0x1cccd6!==_0x490b31;},'TOkWx':_0x3c7204(0xbe,_0x43576e._0x5a8586,_0x43576e._0x446628,_0x43576e._0x15e9f3),'YhgCh':function(_0x2fd2eb,_0x570a12){return _0x2fd2eb||_0x570a12;},'NPTjU':function(_0x32b7d2,_0xf3026e){return _0x32b7d2===_0xf3026e;},'SbniD':'zecai','uaEIt':'Invalid\x20em'+_0x441572(-_0x43576e._0x1c1d5d,-0xf7,-_0x43576e._0x1c686c,-0x16b),'MaMTE':'Please\x20pro'+'vide\x20a\x20val'+_0x441572(-_0x43576e._0x160dc9,-0x189,-0x176,-0x181)+_0x441572(-_0x43576e._0x263099,-0xd2,-0x10b,-0x121),'NYzea':_0x3c7204(0xaa,0x7a,0x8c,0xbf)+'ername','etgJa':_0x3c7204(0xe,-0x30,_0x43576e._0x41a5f6,-_0x43576e._0x32b86e)+'an\x20only\x20co'+_0x3c7204(0xc9,0xdd,_0x43576e._0x325871,_0x43576e._0x328bc8)+_0x3c7204(-0x4,-_0x43576e._0x1d912f,-_0x43576e._0x415df9,-_0x43576e._0x29022a)+_0x441572(-0x13e,-_0x43576e._0x3a7d13,-_0x43576e._0x56df31,-0x160)+_0x441572(-0xf7,-0x123,-_0x43576e._0x1c7411,-0x181)+_0x3c7204(_0x43576e._0x5b9b01,0xe8,0x67,_0x43576e._0x5b9b01),'mgDFZ':'zZvaz','MYwBM':_0x441572(-0xa4,-0xee,-0xe3,-_0x43576e._0x42dc89),'Witkg':'Password\x20m'+_0x441572(-_0x43576e._0x589c5a,-_0x43576e._0x299883,-_0x43576e._0x51cfeb,-_0x43576e._0x4d3577)+_0x3c7204(_0x43576e._0x289377,_0x43576e._0xf407b2,0xd9,0x104)+_0x3c7204(_0x43576e._0x5e7aa7,_0x43576e._0x10d6c2,0x65,_0x43576e._0x9eb916)+_0x3c7204(0x2f,0x87,0x9c,-_0x43576e._0x50fba8),'cEfKY':function(_0x241946,_0x4d176f){return _0x241946(_0x4d176f);},'ImCUI':_0x441572(-0x9e,-_0x43576e._0x251ec6,-0xf4,-0xa7),'MBQFo':_0x441572(-0x1d6,-0x182,-_0x43576e._0x85b25d,-0x1cd)+'am','BPaex':_0x3c7204(_0x43576e._0x47fa0a,0x11b,_0x43576e._0x20a5f6,_0x43576e._0x59da0e),'OfDXC':function(_0x368cb4,_0x28c45f,_0x243ea2,_0x22a59c){return _0x368cb4(_0x28c45f,_0x243ea2,_0x22a59c);},'fkzpI':'Forbidden','fltSB':function(_0x49141c,_0x4ee3e1){return _0x49141c(_0x4ee3e1);},'onqwc':_0x441572(-0x119,-_0x43576e._0x2a0507,-0x114,-0xdd),'FXYOQ':_0x441572(-_0x43576e._0x496a2e,-_0x43576e._0x2c74ac,-_0x43576e._0x46d943,-_0x43576e._0x1c6ea5)+_0x3c7204(_0x43576e._0xaff0a7,_0x43576e._0x39bc02,_0x43576e._0x5c9789,_0x43576e._0x4b9431)+_0x441572(-_0x43576e._0x5b1435,-_0x43576e._0x1ae409,-0x19e,-0x137),'IeAYN':'Failed\x20to\x20'+'create\x20use'+'r','NVbeU':_0x3c7204(0x43,_0x43576e._0x2b50bc,0x0,-_0x43576e._0x572d21)+'lready\x20exi'+_0x3c7204(_0x43576e._0x40c80,_0x43576e._0x35952d,_0x43576e._0x4cbc0b,_0x43576e._0x96f0bc)};function _0x3c7204(_0x55e81a,_0xa8675b,_0x1077a6,_0x44da1a){return _0x583bed(_0x55e81a-0x1b4,_0xa8675b-0xf5,_0x44da1a,_0x55e81a- -0xd9);}try{if(_0x5bd425[_0x441572(-0x1c8,-0x16f,-_0x43576e._0x325871,-_0x43576e._0x10df0c)](_0x5bd425[_0x441572(-0x16b,-0x144,-_0x43576e._0x3a72cb,-_0x43576e._0x4659ab)],_0x5bd425[_0x441572(-_0x43576e._0x532cca,-_0x43576e._0x25b5cd,-0x184,-0x159)])){const _0xed3429={};return _0xed3429[_0x441572(-_0x43576e._0x3e52bd,-0xc6,-_0x43576e._0x483970,-_0x43576e._0x3bd727)]=_0x5bd425[_0x3c7204(_0x43576e._0x184034,_0x43576e._0x24ceb8,_0x43576e._0x11cb97,0x31)],_0xed3429[_0x3c7204(_0x43576e._0x479f42,0xb6,_0x43576e._0x497708,_0x43576e._0x11710f)]=_0x3c7204(0xa4,0x53,_0x43576e._0x553c20,_0x43576e._0x48d2b9)+_0x441572(-0xc1,-0xcc,-_0x43576e._0x4cec51,-_0x43576e._0x594f7c)+_0x3c7204(0x17,0x36,0x47,_0x43576e._0x229052)+_0x3c7204(0x1d,0x3b,-_0x43576e._0x48bcfe,_0x43576e._0x19075a)+_0x441572(-_0x43576e._0x41e62d,-_0x43576e._0x5b4c76,-_0x43576e._0x7044af,-_0x43576e._0x3079f7),_0x164c99[_0x3c7204(_0x43576e._0x11cb97,_0x43576e._0x4f3c45,_0x43576e._0x4cc388,-0x8)](0x2b*0xe7+0x607+-0xd5*0x34)[_0x3c7204(0xa,_0x43576e._0x12dedf,-0x3e,_0x43576e._0x4d73e6)](_0xed3429);}else{const {username:_0x598a24,email:_0x4df71a,name:_0x21105c,password:_0xcee2d8,ssh_username:_0x4b6086,teamId:_0x28db40}=_0x3521f0[_0x441572(-_0x43576e._0x2b59ec,-0x158,-_0x43576e._0x3586a2,-_0x43576e._0x25377b)];if(_0x5bd425[_0x441572(-0x13f,-_0x43576e._0xa18dc2,-0xe3,-_0x43576e._0x451b7a)](!_0x598a24,!_0x4df71a)||!_0x21105c){if(_0x5bd425['NPTjU'](_0x3c7204(_0x43576e._0x24d9e7,0xe1,0xb0,0x80),_0x5bd425[_0x441572(-_0x43576e._0x5d2481,-0xc5,-_0x43576e._0x41dea,-0x7a)])){const _0x5e0881={};return _0x5e0881[_0x441572(-0xce,-_0x43576e._0x1761f4,-0x111,-_0x43576e._0x3c9b2b)]=_0x5bd425['bGfTv'],_0x5e0881['message']=_0x5bd425[_0x3c7204(_0x43576e._0x1dc77d,-0x10,-_0x43576e._0x5bb4ad,-0x44)],_0x4ff8a4['status'](0x1db6*0x1+-0x1*0x233+-0x19f3)[_0x3c7204(_0x43576e._0x8deb72,-0x38,0xd,0xd)](_0x5e0881);}else{const _0x549f25={};return _0x549f25[_0x441572(-0x117,-_0x43576e._0x1761f4,-0x135,-0xbf)]=_0x5bd425['bGfTv'],_0x549f25['message']=_0x5bd425[_0x441572(-_0x43576e._0x44e28d,-_0x43576e._0x42ea65,-_0x43576e._0x17ea67,-_0x43576e._0x1b3a6a)],_0x3fc405['status'](0x8ff+-0x6*0x661+0x1ed7)[_0x441572(-_0x43576e._0x48cdf7,-_0x43576e._0xda2327,-_0x43576e._0xdf103b,-_0x43576e._0xb8484c)](_0x549f25);}}const _0x537900=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x537900[_0x441572(-_0x43576e._0x20ad8c,-_0x43576e._0x8288f6,-0x1a6,-0x115)](_0x4df71a)){const _0x190274={};return _0x190274[_0x3c7204(0xd7,_0x43576e._0x5db9d2,_0x43576e._0x121bd9,_0x43576e._0x247910)]=_0x5bd425[_0x441572(-_0x43576e._0x30ed5c,-_0x43576e._0x1cb88f,-0x171,-0xd3)],_0x190274[_0x3c7204(_0x43576e._0x479f42,_0x43576e._0x412ff4,0x12c,_0x43576e._0x1a7dee)]=_0x5bd425[_0x3c7204(_0x43576e._0x14e1c5,0xcc,0x86,_0x43576e._0x257692)],_0x4ff8a4[_0x3c7204(_0x43576e._0xb8183e,-0x1a,0x7f,-_0x43576e._0x4435c3)](0x8fa+0x2*-0xd31+0x1*0x12f8)[_0x441572(-_0x43576e._0xf36660,-_0x43576e._0x3c147b,-_0x43576e._0x1140fc,-0x174)](_0x190274);}const _0x5f3f90=/^[a-zA-Z0-9_-]+$/;if(!_0x5f3f90[_0x3c7204(_0x43576e._0x1e25cc,_0x43576e._0x1c2197,_0x43576e._0x2de598,-0x15)](_0x598a24)){const _0x3c5854={};return _0x3c5854[_0x441572(-0xb5,-_0x43576e._0x289377,-0xd7,-_0x43576e._0x25a2e5)]=_0x5bd425[_0x3c7204(_0x43576e._0x575e8e,_0x43576e._0x1acd13,_0x43576e._0xdb4088,_0x43576e._0x2467cd)],_0x3c5854['message']=_0x5bd425[_0x441572(-0x168,-0x131,-0x17d,-_0x43576e._0x2cfa79)],_0x4ff8a4[_0x3c7204(_0x43576e._0x421f1d,0x82,0xbe,_0x43576e._0x37af7a)](-0x195e+0x1*0x15c9+-0x1*-0x525)[_0x3c7204(0xa,-0x20,-_0x43576e._0x4b5695,-_0x43576e._0x1d912f)](_0x3c5854);}if(_0xcee2d8&&_0xcee2d8[_0x441572(-0x13e,-0xf6,-_0x43576e._0x5e1571,-_0x43576e._0x41b185)]<0x2244+0x1394+-0x8f8*0x6){if(_0x5bd425['mgDFZ']!==_0x5bd425[_0x441572(-0x8e,-0xb6,-0xf6,-_0x43576e._0x161d74)]){const _0x149e30={};return _0x149e30[_0x441572(-_0x43576e._0x125a33,-0xc6,-_0x43576e._0x13212b,-0x12c)]=_0x441572(-0xf5,-_0x43576e._0x52f354,-0xe5,-0x14c)+_0x441572(-_0x43576e._0x339c08,-0xb8,-0xc5,-_0x43576e._0x33282e),_0x149e30['message']=_0x5bd425[_0x441572(-_0x43576e._0x1fd7ae,-0x148,-0xee,-0xdc)],_0x4ff8a4['status'](0x1d*0x6b+-0x1589*-0x1+-0x1a*0x13c)[_0x3c7204(_0x43576e._0x4e6335,0x87,-_0x43576e._0x328bc8,0x85)](_0x149e30);}else{const _0x541696={};_0x541696[_0x441572(-_0x43576e._0x351ac9,-0x199,-0x12a,-0x169)]=_0x28ada6['id'],_0x541696['teamId']=_0x3c46dc,_0x541696[_0x3c7204(0xd7,_0x43576e._0x10d6c2,_0x43576e._0x18e31c,0x12b)]=_0x545289[_0x441572(-0xd6,-0xcb,-0x54,-_0x43576e._0x4d24ef)],_0x4e01fc[_0x441572(-0xe5,-0xff,-_0x43576e._0x2d43ba,-0x13f)](_0x5bd425['siDdd'],_0x541696);}}if(_0x28db40){const _0x1ec02a=await _0x5bd425[_0x3c7204(_0x43576e._0x5f3a09,0x6b,_0x43576e._0x228eba,_0x43576e._0x52ccbc)](getTeamById,_0x28db40);if(!_0x1ec02a){if(_0x441572(-_0x43576e._0x360439,-_0x43576e._0x16f61b,-0x102,-_0x43576e._0x125a33)===_0x5bd425[_0x441572(-0x15e,-0x133,-0x113,-_0x43576e._0x156cca)]){const _0x58e5f6={};return _0x58e5f6[_0x3c7204(_0x43576e._0x353b62,0xaa,_0x43576e._0x56d40d,_0x43576e._0x216c97)]=_0x5bd425['wFGbj'],_0x58e5f6[_0x3c7204(0xd2,0x137,0xc0,0xd8)]=_0x3831ca[_0x441572(-0x132,-_0x43576e._0x13128e,-_0x43576e._0xf4e578,-_0x43576e._0x5c98d6)],_0x381819['status'](0x33*-0x5+0x601+-0x36e*0x1)[_0x3c7204(0xa,-0x6a,_0x43576e._0x388b87,-_0x43576e._0x2793e9)](_0x58e5f6);}else{const _0x499d1b={};return _0x499d1b['error']=_0x5bd425[_0x441572(-_0x43576e._0x3f8ae0,-_0x43576e._0x3777f9,-_0x43576e._0x377ea1,-_0x43576e._0x25b5cd)],_0x499d1b['message']=_0x3c7204(_0x43576e._0x8c5281,0x3d,_0x43576e._0x52934a,0x29)+_0x28db40+(_0x441572(-_0x43576e._0x170d83,-0xbf,-_0x43576e._0xe48781,-_0x43576e._0x580fcc)+'d'),_0x4ff8a4[_0x441572(-_0x43576e._0x1d0693,-_0x43576e._0x2eb9f2,-0x100,-0xe3)](-0x13e9*-0x1+-0xc4b+0x60e*-0x1)[_0x441572(-0x1d3,-0x193,-_0x43576e._0x45fdc1,-_0x43576e._0x317f05)](_0x499d1b);}}const _0x499247=await _0x5bd425[_0x3c7204(0x9d,_0x43576e._0x6138b0,_0x43576e._0x32b4fc,0xf5)](hasAllPermissions,_0x3521f0[_0x3c7204(_0x43576e._0x3d3c4a,_0x43576e._0x28c4ac,_0x43576e._0x5c794e,0x4c)]['id']);if(!_0x499247){if(_0x5bd425['qrlcl'](_0x5bd425[_0x441572(-0xee,-_0x43576e._0x33f318,-_0x43576e._0x5eacd8,-_0x43576e._0x160dc9)],_0x5bd425[_0x441572(-0x157,-_0x43576e._0x2c54b4,-0xf8,-_0x43576e._0x201b92)])){const _0x1b0ae9={};_0x1b0ae9[_0x3c7204(_0x43576e._0x545f1d,_0x43576e._0x4cc388,_0x43576e._0x5443c4,-0x51)]=_0x29ee61,_0x1b0ae9[_0x3c7204(0x28,_0x43576e._0xc0b76c,_0x43576e._0x4130e7,-0x4f)+_0x441572(-_0x43576e._0x2cf92d,-0xcd,-0xe0,-0x138)]=_0x5ee1a7,_0x281338[_0x3c7204(_0x43576e._0x8ba370,_0x43576e._0x4ca8f6,_0x43576e._0x32c6c4,_0x43576e._0x2cf92d)](_0x3c7204(0x4a,_0x43576e._0x9eb916,_0x43576e._0x284d5a,-_0x43576e._0x35b222)+_0x441572(-0x1d6,-0x19d,-_0x43576e._0x2800af,-_0x43576e._0x30f369)+_0x3c7204(0x65,_0x43576e._0xa1010e,0x58,0x14)+'ser\x20deleti'+'on',_0x1b0ae9);}else{const _0x2e16c9=await _0x5bd425[_0x441572(-0x15a,-_0x43576e._0x1c1d5d,-_0x43576e._0x2b5c56,-0xd6)](hasPermission,_0x3521f0[_0x441572(-_0x43576e._0x483970,-_0x43576e._0x508674,-_0x43576e._0xcf5903,-0x78)]['id'],_0x3c7204(_0x43576e._0x5abcf8,0x3c,-0x11,0x90)+_0x3c7204(0x7c,_0x43576e._0x157627,_0x43576e._0x173934,_0x43576e._0x52934a)+_0x3c7204(_0x43576e._0x41b517,_0x43576e._0x5c9789,_0x43576e._0x2fe78c,_0x43576e._0xac8bd),_0x28db40);if(!_0x2e16c9){const _0x15ae8c={};return _0x15ae8c[_0x441572(-0x66,-_0x43576e._0x49f545,-0x119,-_0x43576e._0x204af7)]=_0x5bd425[_0x441572(-0x99,-0x110,-_0x43576e._0x1e811c,-0x11f)],_0x15ae8c[_0x441572(-0x85,-0xcb,-0x66,-0x81)]=_0x441572(-_0x43576e._0xb59298,-_0x43576e._0x5807f5,-0x153,-_0x43576e._0x42dc89)+_0x3c7204(0x5a,_0x43576e._0x56cbb0,_0x43576e._0x3383ef,_0x43576e._0x41dea)+_0x3c7204(0xe3,0x151,_0x43576e._0x2be4bd,0xc3)+_0x441572(-0x4c,-0xaf,-_0x43576e._0x1a7dee,-0x128)+_0x3c7204(_0x43576e._0x324340,0x106,_0x43576e._0x89b2ac,0x83)+'\x27'+_0x28db40+'\x27',_0x4ff8a4[_0x441572(-0x12e,-_0x43576e._0x2eb9f2,-0x175,-_0x43576e._0x3160b8)](-0x1c3d*0x1+0x71*0x14+-0x4*-0x53f)['json'](_0x15ae8c);}}}}const _0x4bfa5={'username':_0x598a24,'email':_0x4df71a,'name':_0x21105c,'password':_0xcee2d8,'ssh_username':_0x4b6086&&_0x4b6086[_0x441572(-_0x43576e._0x328d0a,-_0x43576e._0x18d10a,-_0x43576e._0x2145e8,-_0x43576e._0x5b4c76)]()?_0x4b6086[_0x441572(-_0x43576e._0x1a7dee,-0x113,-0xdb,-0x151)]():null},_0x42b6f5=await _0x5bd425[_0x441572(-0x1ab,-0x16b,-_0x43576e._0x3fcba3,-_0x43576e._0x41b54b)](createUser,_0x4bfa5);if(_0x28db40)try{await addMember(_0x28db40,_0x42b6f5['id']);}catch(_0x4feb7c){if(_0x5bd425[_0x3c7204(0x2e,-0x4e,0x4d,-0x35)](_0x5bd425['onqwc'],'QQLYp')){const _0x889a5b={};_0x889a5b[_0x3c7204(_0x43576e._0x4c1806,_0x43576e._0x2b50bc,-_0x43576e._0x586b0f,-_0x43576e._0x1113ad)]=_0x42b6f5['id'],_0x889a5b['teamId']=_0x28db40,_0x889a5b['error']=_0x4feb7c[_0x3c7204(0xd2,0x149,_0x43576e._0x23c36f,_0x43576e._0x430c4a)],logger[_0x3c7204(0x9e,0xe2,0xee,0x56)](_0x441572(-_0x43576e._0x504f8b,-_0x43576e._0x59bd2b,-_0x43576e._0x59bd2b,-0x1a9)+_0x3c7204(0x56,-_0x43576e._0x49718b,_0x43576e._0x12a895,0x90)+'er\x20to\x20team',_0x889a5b);}else{const _0x172691={};return _0x172691[_0x3c7204(0xd7,0x5d,0x118,_0x43576e._0x1bccba)]=_0x5bd425[_0x3c7204(0x93,_0x43576e._0x1a7dee,_0x43576e._0x4c9f23,0x62)],_0xca1eb7['status'](0xa6c+-0x175f+-0xe87*-0x1)[_0x441572(-_0x43576e._0x5d0505,-_0x43576e._0x1f4414,-0x197,-0x13f)](_0x172691);}}const _0x59e132={};_0x59e132[_0x3c7204(0xd2,_0x43576e._0x51e604,_0x43576e._0x63c31a,_0x43576e._0x18edc2)]=_0x5bd425['FXYOQ'],_0x59e132['user']=_0x42b6f5,_0x4ff8a4[_0x3c7204(_0x43576e._0x4f4338,_0x43576e._0x495ce7,0x8b,-_0x43576e._0xccd81a)](0x923*0x4+-0xf40*0x2+0x543*-0x1)[_0x3c7204(_0x43576e._0x572d21,-0x75,0x2b,-_0x43576e._0x1f1bb5)](_0x59e132);}}catch(_0xc3a0d9){logger[_0x3c7204(0xd7,_0x43576e._0x463f93,0x9c,_0x43576e._0xec84d5)](_0x5bd425['IeAYN'],_0xc3a0d9);if(_0xc3a0d9[_0x3c7204(0xd2,0x11e,_0x43576e._0xec84d5,0x12e)][_0x3c7204(0xcc,0x6f,0x13f,_0x43576e._0x1068ad)](_0x3c7204(_0x43576e._0x3f3759,0xf1,0x7c,0x130)+_0x3c7204(0x63,_0x43576e._0x49055a,0x36,_0x43576e._0x4a55c0))){const _0xa60d8e={};return _0xa60d8e[_0x441572(-0x48,-_0x43576e._0x289377,-0xeb,-0x5c)]=_0x5bd425[_0x3c7204(0x6b,_0x43576e._0x4c9f23,_0x43576e._0x41b517,_0x43576e._0x30653e)],_0xa60d8e[_0x441572(-_0x43576e._0x30ed5c,-_0x43576e._0x13128e,-0x59,-_0x43576e._0x13128e)]=_0xc3a0d9[_0x441572(-_0x43576e._0x3e52bd,-_0x43576e._0x13128e,-0xe4,-_0x43576e._0x1a7dee)],_0x4ff8a4[_0x3c7204(_0x43576e._0x131efe,_0x43576e._0x3383ef,_0x43576e._0x4fa294,0x31)](0x2600+-0x1c60+-0x807)[_0x3c7204(_0x43576e._0x34a190,_0x43576e._0x6093db,-0x71,-_0x43576e._0xccd81a)](_0xa60d8e);}const _0x333601={};_0x333601['error']=_0x5bd425[_0x441572(-0x8d,-0xb5,-_0x43576e._0x5aa01c,-_0x43576e._0xb4c326)],_0x333601[_0x3c7204(0xd2,_0x43576e._0xc6ba2d,_0x43576e._0x132227,_0x43576e._0x1bccba)]=_0xc3a0d9[_0x441572(-0x6e,-0xcb,-_0x43576e._0xe48781,-0xf9)],_0x4ff8a4[_0x441572(-_0x43576e._0x295981,-_0x43576e._0x49a8c2,-_0x43576e._0x2d935e,-0x18e)](-0x500*0x4+0x1ad7+-0x9*0x8b)[_0x3c7204(0xa,_0x43576e._0x51cfeb,_0x43576e._0x536739,-_0x43576e._0x184034)](_0x333601);}}),router['put']('/:id',requirePermission(_0x583bed(0x109,0x1d9,0x1d4,0x15b)),async(_0x554c76,_0x3b86be)=>{const _0x441fec={_0x23c9fc:0xd3,_0x12421d:0x1aa,_0x1b424e:0x148,_0x2e4955:0x144,_0x3847c7:0x1f4,_0x4e24c4:0x2f,_0x38be42:0x69,_0x7d8238:0xac,_0x5cf522:0xfc,_0xdbe369:0x147,_0x5015c7:0xcc,_0x27f012:0x113,_0x582fb8:0xb9,_0x20dffc:0xec,_0xb56371:0x160,_0x57747d:0xf0,_0x4ecee6:0x16d,_0x26be1e:0x113,_0x13fd98:0x14a,_0x11742e:0x188,_0x5324c9:0x14e,_0x338b2b:0xf5,_0x45cc69:0x120,_0x390faf:0x13d,_0x341d5e:0x96,_0x35e803:0xe0,_0x401d27:0xe1,_0x402c00:0x13c,_0x4da64d:0xf5,_0xdf4db5:0xf3,_0x218766:0xf6,_0x65c45e:0x14a,_0x12e414:0x14f,_0x58adbf:0x174,_0x2428e8:0x130,_0x497259:0x185,_0x13c5ef:0x10f,_0x1d54b0:0x131,_0xfc6e7a:0x156,_0xfc2e98:0x102,_0x30dc50:0x137,_0x505983:0xc7,_0x2cf1f2:0x102,_0x2d6fa7:0xd9,_0x1ff7ea:0x16d,_0x50b391:0x210,_0x17b06a:0x1d8,_0x33c83b:0x18f,_0x5a9ee2:0xe6,_0xda502e:0xf6,_0x2edcd9:0x136,_0x57446b:0x119,_0x1c61a8:0x167,_0x287947:0x134,_0x3c93dd:0x19b,_0x415b74:0x18c,_0x5b5e2d:0x155,_0x1beea5:0x110,_0x540813:0x1d8,_0x1724ee:0x130,_0x384f41:0x15b,_0x2ee45f:0x19f,_0x3ee828:0x165,_0x3f369a:0x1a5,_0x51e51d:0x115,_0x54e3ac:0x153,_0x36a4d3:0xf7,_0x2dbf98:0xf3,_0x375c0c:0x97,_0x18fb99:0x13f,_0x5b48e7:0x134,_0x4c6376:0x10e,_0x2ed116:0x86,_0x424962:0x13a,_0xe7f85d:0xcb,_0x3a4b4b:0x12d,_0x227998:0x13d,_0x451ae0:0x146,_0x1def19:0x1d0,_0x3b3642:0x189,_0x29e912:0x164,_0x490225:0x175,_0x1b5afc:0x61,_0x39f233:0xba,_0x259931:0x10e,_0x4c19f6:0x126,_0x5b0863:0x150,_0x41c558:0x1f5,_0x7078cb:0x19d,_0x2aa5bb:0xb5,_0x4a0144:0x164,_0x1ab10a:0x1a5,_0x22a654:0x72,_0x1feedd:0x125,_0x2d567b:0x1c6,_0x579527:0x1cd,_0xd09b61:0xb0,_0x226c92:0xf6,_0x583ee2:0x92,_0x2cc1c8:0xc4,_0xdee8a1:0x124,_0x3a8a05:0xc0,_0x180e34:0x175,_0x26b946:0x114,_0x141960:0x7b,_0x169c1a:0x15f,_0x3d7779:0x1af,_0x1bfe95:0x19c,_0x19226f:0xbf,_0x847852:0xbb,_0x1e8063:0xb6,_0x4fde1e:0xf9,_0x4210f1:0x8c,_0x25584e:0x129,_0x4c72fe:0xe3,_0x4cce5d:0x13a,_0x863d2:0x81,_0x35af74:0xed,_0x35765a:0x17a,_0x4dc3b1:0x159,_0x121bbb:0x74,_0x5415b3:0xea,_0x23b6b2:0x1cd,_0x14028f:0x17d,_0x361eba:0xb6,_0xca3f28:0x198,_0x2054a1:0x1fd,_0xe32a1a:0x12d,_0x36c7f4:0x75,_0x2b61cf:0x1ba,_0x48e1fa:0x1cb,_0xf493b9:0x1c0,_0x4a2296:0x196,_0x489ea6:0x143,_0x2a2c7b:0x1ff,_0x3f3e15:0x172,_0x2eccc4:0x197,_0x27aed6:0x170,_0x3cd4ec:0x19d,_0x440dc8:0x18f,_0x6dfe88:0x194,_0xca3a95:0x1ac,_0x20742d:0xd5,_0x54990a:0x7f,_0x3a41e2:0xc8,_0x13ba26:0x182,_0x17ddc7:0xa8,_0x51e9e3:0x16d,_0x2b87b8:0x1c3,_0x28962b:0x10a,_0x20470b:0x16c,_0x68150a:0x187,_0x1f8a70:0x1b5,_0x21cbb7:0x195,_0x4df13d:0x117,_0x34dcba:0x6c,_0x5a62c3:0x127,_0x17b70b:0x1a3,_0x5cdf82:0x1d4,_0x165f81:0x1c3,_0x2fac87:0x182,_0x1b319c:0x171,_0x3d1d4d:0x101,_0x1ec0b2:0x144,_0x5af93f:0x86,_0x4a8026:0x1a2,_0x330339:0x131,_0x4a6b58:0xd5,_0xbf8867:0xde,_0x1f3c12:0xd8,_0x2c5c15:0x1fa,_0x4468c9:0xda,_0x2402d5:0xb8,_0x3f75a0:0xd2,_0xff1efc:0x88,_0x37a037:0xa1,_0x16e7d3:0x1ed,_0xf617bf:0x178,_0x4a5c23:0x166,_0x125cb0:0xb1,_0x43fe9c:0x183,_0x3ae431:0x151,_0x338a24:0x1e5,_0x197455:0x178,_0x205f99:0x12b,_0xed29a:0x1b6,_0x55ab9f:0x1fa,_0x222a5e:0x1e2,_0x1b8d68:0x19b,_0x16a2b9:0xaa,_0x268b68:0x164,_0x327c6e:0x1e2,_0x56ff42:0x182,_0x16d634:0xfa,_0x329218:0x181,_0x2cd4c2:0x1b4,_0xef7682:0x1eb,_0x436228:0x99,_0x5b6b52:0x82,_0x1c59c5:0xf8,_0x3ae2ea:0x122,_0x24f747:0x180,_0x2c8ed8:0xe9,_0x12c348:0x1a2},_0x303a08={_0x1493d9:0x160},_0x1db8d2={_0x37aa30:0x164,_0x543982:0x1e9};function _0x997c56(_0x302a48,_0xfc7876,_0x2dfb0f,_0x3c1b21){return _0x428c48(_0x302a48-_0x1db8d2._0x37aa30,_0x3c1b21,_0x302a48- -0xfc,_0x3c1b21-_0x1db8d2._0x543982);}const _0x550d3e={'hlIuh':'Removed\x20us'+'er\x20from\x20te'+_0x4dfbb0(_0x441fec._0x23c9fc,_0x441fec._0x12421d,0x1a6,_0x441fec._0x1b424e)+'\x20user\x20dele'+_0x997c56(-0x111,-0x184,-0x18c,-0xd6),'sfGrg':_0x997c56(-0x19e,-0x215,-_0x441fec._0x2e4955,-_0x441fec._0x3847c7)+_0x4dfbb0(0x107,0x11a,0x11d,0xdb)+'ntain\x20lett'+_0x4dfbb0(_0x441fec._0x4e24c4,_0x441fec._0x38be42,0x108,_0x441fec._0x7d8238)+_0x4dfbb0(0x98,_0x441fec._0x5cf522,_0x441fec._0xdbe369,_0x441fec._0x5015c7)+_0x4dfbb0(_0x441fec._0x27f012,_0x441fec._0x582fb8,0xf5,0x12a)+_0x997c56(-_0x441fec._0x20dffc,-_0x441fec._0xb56371,-0xb0,-_0x441fec._0x57747d),'uFxWz':function(_0x3ba7cb,_0x2b5841){return _0x3ba7cb!==_0x2b5841;},'KaEoE':'psJje','eeYAx':function(_0x2cc5cb,_0x487871){return _0x2cc5cb===_0x487871;},'VVtzc':'Cannot\x20mod'+_0x4dfbb0(_0x441fec._0x4ecee6,0x1c9,_0x441fec._0x26be1e,0x173)+_0x4dfbb0(_0x441fec._0x13fd98,0x182,0x147,0x137),'bXeIC':_0x4dfbb0(0x214,0x162,_0x441fec._0x11742e,0x19b)+_0x997c56(-_0x441fec._0x5324c9,-_0x441fec._0x338b2b,-_0x441fec._0x45cc69,-_0x441fec._0x390faf)+'\x20to\x20modify'+_0x4dfbb0(0xdb,_0x441fec._0x341d5e,_0x441fec._0x35e803,_0x441fec._0x401d27)+_0x4dfbb0(0xc9,_0x441fec._0x402c00,_0x441fec._0x4da64d,0xf9)+_0x4dfbb0(0x10a,_0x441fec._0xdf4db5,0x7b,0xa6)+_0x4dfbb0(0x1a9,0x176,_0x441fec._0x218766,_0x441fec._0x65c45e),'FZsox':function(_0x63436b,_0x20776e){return _0x63436b!==_0x20776e;},'YWllT':function(_0x49a984,_0xb6a28a){return _0x49a984!==_0xb6a28a;},'BYjgv':_0x997c56(-0x16a,-_0x441fec._0x12e414,-0x108,-_0x441fec._0x58adbf),'sCoar':_0x4dfbb0(_0x441fec._0x2428e8,0x118,0x1c3,_0x441fec._0x497259)+_0x4dfbb0(_0x441fec._0x13c5ef,0x169,_0x441fec._0x1d54b0,_0x441fec._0xfc6e7a),'NkIUZ':_0x997c56(-_0x441fec._0xfc2e98,-0xb3,-_0x441fec._0x30dc50,-0xd9)+_0x4dfbb0(_0x441fec._0x505983,_0x441fec._0x2cf1f2,0xdb,_0x441fec._0x2d6fa7),'ixFnP':function(_0x359c20,_0x806928){return _0x359c20<_0x806928;},'kadPO':_0x997c56(-0x1b9,-_0x441fec._0x1ff7ea,-_0x441fec._0x50b391,-0x1ec)+_0x4dfbb0(0x11c,_0x441fec._0x17b06a,0x11d,_0x441fec._0x33c83b)+_0x997c56(-_0x441fec._0x5a9ee2,-_0x441fec._0xda502e,-0x89,-0xb1)+_0x4dfbb0(_0x441fec._0x2edcd9,0x1cc,_0x441fec._0x57446b,_0x441fec._0x1c61a8)+_0x997c56(-0x17d,-_0x441fec._0x287947,-_0x441fec._0x3c93dd,-0x1c7),'rAogk':function(_0x1fe9c3,_0x1ad230,_0x143699){return _0x1fe9c3(_0x1ad230,_0x143699);},'YXHee':'User\x20updat'+'ed\x20success'+_0x4dfbb0(_0x441fec._0x415b74,0x99,_0x441fec._0x5b5e2d,_0x441fec._0x1beea5),'zQjRT':_0x997c56(-0x15f,-_0x441fec._0x540813,-0x11c,-_0x441fec._0x1724ee)+_0x997c56(-_0x441fec._0x384f41,-_0x441fec._0x2ee45f,-0x14c,-_0x441fec._0x3ee828)+'r','zJqZM':'not\x20found','fEdDE':'OnhFt','kcANw':'User\x20not\x20f'+_0x4dfbb0(_0x441fec._0x401d27,_0x441fec._0x3f369a,_0x441fec._0x51e51d,_0x441fec._0x54e3ac),'urhDo':_0x4dfbb0(_0x441fec._0x36a4d3,0x117,_0x441fec._0x402c00,_0x441fec._0x2dbf98)+_0x4dfbb0(0xd3,0x14f,_0x441fec._0x375c0c,0xe9)+_0x997c56(-0xd9,-_0x441fec._0x18fb99,-0xa9,-0x62)};function _0x4dfbb0(_0x332555,_0x306c9c,_0x2d9ced,_0x16878b){return _0x428c48(_0x332555-0x31,_0x332555,_0x16878b-_0x303a08._0x1493d9,_0x16878b-0x142);}try{if(_0x550d3e['uFxWz'](_0x550d3e['KaEoE'],_0x550d3e[_0x4dfbb0(_0x441fec._0x5b48e7,0xc6,_0x441fec._0x5b5e2d,_0x441fec._0x45cc69)])){const _0x513010={};return _0x513010[_0x997c56(-0xd5,-_0x441fec._0x4c6376,-0xa7,-0x9b)]=_0x4dfbb0(_0x441fec._0x2ed116,0xfe,_0x441fec._0x424962,_0x441fec._0xe7f85d)+'am',_0x513010['message']=_0x4dfbb0(0xdb,_0x441fec._0x3a4b4b,_0x441fec._0x227998,_0x441fec._0x451ae0)+_0x4a0467+(_0x4dfbb0(_0x441fec._0x1def19,_0x441fec._0x3b3642,0x12f,0x18e)+'d'),_0x116ddc[_0x997c56(-_0x441fec._0x29e912,-0x127,-_0x441fec._0x490225,-0xf2)](0x105d+-0x545+0x262*-0x4)[_0x4dfbb0(0xdf,_0x441fec._0x27f012,_0x441fec._0x1b5afc,_0x441fec._0x39f233)](_0x513010);}else{const _0x152e8e=_0x554c76[_0x4dfbb0(0x19c,_0x441fec._0x259931,0xb4,_0x441fec._0x4c19f6)]['id'],{username:_0xa471b0,email:_0x31fc45,name:_0x123bdd,password:_0x51257a,ssh_username:_0x3a65de}=_0x554c76['body'];if(_0x550d3e[_0x997c56(-0x19f,-0x145,-_0x441fec._0x5b0863,-_0x441fec._0x41c558)](_0x152e8e,_0x554c76['user']['id'])){const _0x215a67={};return _0x215a67[_0x4dfbb0(0x132,0x1df,_0x441fec._0x7078cb,0x187)]=_0x550d3e['VVtzc'],_0x215a67[_0x4dfbb0(0x1e6,0x1c2,0x1fb,0x182)]=_0x550d3e[_0x4dfbb0(_0x441fec._0x1beea5,0xdd,0x70,_0x441fec._0x2aa5bb)],_0x3b86be[_0x997c56(-_0x441fec._0x4a0144,-0x113,-0x1db,-0x145)](-0x547+0x1e75+0x179e*-0x1)[_0x997c56(-0x1a2,-0x1a3,-0x1a5,-_0x441fec._0x1ab10a)](_0x215a67);}const _0x250608=await findUserById(_0x152e8e);if(!_0x250608){const _0xcfc552={};return _0xcfc552[_0x997c56(-0xd5,-_0x441fec._0x22a654,-_0x441fec._0x1feedd,-_0x441fec._0x341d5e)]='User\x20not\x20f'+_0x4dfbb0(_0x441fec._0x2d567b,0x1bb,_0x441fec._0x579527,_0x441fec._0x54e3ac),_0x3b86be[_0x4dfbb0(_0x441fec._0xd09b61,_0x441fec._0x226c92,0x91,0xf8)](0x2042+-0x245c+0x5ae)[_0x4dfbb0(0x104,_0x441fec._0x583ee2,0xc3,0xba)](_0xcfc552);}const _0x1c6c78={};if(_0x550d3e[_0x997c56(-0xbf,-0xb9,-0x102,-0xa2)](_0xa471b0,undefined))_0x1c6c78[_0x4dfbb0(_0x441fec._0x2cc1c8,0x103,_0x441fec._0xdee8a1,_0x441fec._0x3a8a05)]=_0xa471b0;if(_0x550d3e[_0x4dfbb0(_0x441fec._0x180e34,0x176,0xc7,_0x441fec._0x26b946)](_0x31fc45,undefined))_0x1c6c78['email']=_0x31fc45;if(_0x550d3e[_0x4dfbb0(0x59,_0x441fec._0x141960,0xb6,0xa5)](_0x123bdd,undefined))_0x1c6c78[_0x4dfbb0(_0x441fec._0x169c1a,_0x441fec._0x3d7779,_0x441fec._0x5b5e2d,_0x441fec._0x1bfe95)]=_0x123bdd;if(_0x51257a!==undefined)_0x1c6c78[_0x997c56(-0x1b1,-0x1fe,-0x1aa,-0x1cf)]=_0x51257a;if(_0x550d3e[_0x997c56(-_0x441fec._0x19226f,-_0x441fec._0x847852,-0x100,-_0x441fec._0x1e8063)](_0x3a65de,undefined))_0x1c6c78[_0x997c56(-_0x441fec._0x4fde1e,-_0x441fec._0x4210f1,-_0x441fec._0x25584e,-0xeb)+'me']=_0x3a65de&&_0x3a65de[_0x4dfbb0(_0x441fec._0x4c72fe,0xc3,0xee,_0x441fec._0x4cce5d)]()?_0x3a65de['trim']():null;if(_0x31fc45){const _0x5ad6eb=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x5ad6eb[_0x4dfbb0(0x9b,_0x441fec._0x863d2,0x12e,0xc8)](_0x31fc45)){if(_0x997c56(-0x16a,-_0x441fec._0x35af74,-_0x441fec._0x35765a,-_0x441fec._0x4dc3b1)===_0x550d3e[_0x4dfbb0(0x131,0x15a,0x1e7,0x18c)]){const _0x14815a={};return _0x14815a['error']=_0x550d3e[_0x4dfbb0(_0x441fec._0x121bbb,0xa5,0x94,_0x441fec._0x5415b3)],_0x14815a[_0x4dfbb0(_0x441fec._0x23b6b2,_0x441fec._0x14028f,0x12a,0x182)]=_0x997c56(-_0x441fec._0xdee8a1,-_0x441fec._0x505983,-_0x441fec._0x361eba,-0x132)+'vide\x20a\x20val'+_0x997c56(-_0x441fec._0xca3f28,-_0x441fec._0x2054a1,-0x13d,-_0x441fec._0xe32a1a)+_0x997c56(-0xe1,-0xb9,-_0x441fec._0x36c7f4,-0xca),_0x3b86be['status'](-0x1df3+0xb*0x2fc+-0x151*0x1)[_0x997c56(-0x1a2,-_0x441fec._0x2b61cf,-_0x441fec._0x48e1fa,-_0x441fec._0xf493b9)](_0x14815a);}else{const _0x2cb03b={};_0x2cb03b[_0x997c56(-0x1a8,-0x15a,-_0x441fec._0x4a2296,-_0x441fec._0x489ea6)]=_0x40bcc8,_0x2cb03b[_0x4dfbb0(_0x441fec._0x1ff7ea,0x175,_0x441fec._0x2a2c7b,0x189)]=_0x687d2c[_0x4dfbb0(0x18b,0xdd,0x133,0x157)],_0x97c4eb[_0x997c56(-_0x441fec._0x1d54b0,-0x153,-_0x441fec._0x3f3e15,-_0x441fec._0x2eccc4)](_0x550d3e[_0x997c56(-_0x441fec._0x27aed6,-_0x441fec._0x3cd4ec,-0x151,-_0x441fec._0x440dc8)],_0x2cb03b);}}}if(_0xa471b0){const _0x657f4d=/^[a-zA-Z0-9_-]+$/;if(!_0x657f4d[_0x997c56(-_0x441fec._0x6dfe88,-_0x441fec._0xca3a95,-0x117,-0x18b)](_0xa471b0)){const _0x31ab69={};return _0x31ab69[_0x997c56(-_0x441fec._0x20742d,-_0x441fec._0x54990a,-_0x441fec._0x3a41e2,-0xc3)]=_0x550d3e['NkIUZ'],_0x31ab69[_0x4dfbb0(0x178,_0x441fec._0x1beea5,0x123,_0x441fec._0x13ba26)]=_0x550d3e[_0x4dfbb0(0x161,0x12b,0x1b3,0x17a)],_0x3b86be[_0x4dfbb0(_0x441fec._0x17ddc7,_0x441fec._0x51e9e3,0x134,0xf8)](-0x16e1+-0x1bad+0x7*0x772)[_0x997c56(-0x1a2,-0x1ec,-0x1f0,-_0x441fec._0x2b87b8)](_0x31ab69);}}if(_0x51257a&&_0x550d3e['ixFnP'](_0x51257a[_0x4dfbb0(_0x441fec._0x28962b,0x173,_0x441fec._0x2e4955,0x157)],-0x2*-0x7ca+-0x9*0x2d9+0x59*0x1d)){const _0xe1ff7c={};return _0xe1ff7c[_0x4dfbb0(_0x441fec._0x20470b,0x151,0x189,_0x441fec._0x68150a)]='Invalid\x20pa'+_0x4dfbb0(0x176,0x1b6,_0x441fec._0x1f8a70,_0x441fec._0x21cbb7),_0xe1ff7c[_0x4dfbb0(0x175,_0x441fec._0x4df13d,0x15e,0x182)]=_0x550d3e['kadPO'],_0x3b86be['status'](-0xc0*-0x29+0x2704+-0xa*0x6d2)[_0x4dfbb0(_0x441fec._0x34dcba,0xba,_0x441fec._0x5a62c3,0xba)](_0xe1ff7c);}const _0x39cad5=await _0x550d3e[_0x4dfbb0(0x12c,_0x441fec._0x1c61a8,0xe1,0x159)](updateUser,_0x152e8e,_0x1c6c78),_0x41a539={};_0x41a539[_0x4dfbb0(_0x441fec._0x17b70b,_0x441fec._0x5cdf82,_0x441fec._0x165f81,_0x441fec._0x2fac87)]=_0x550d3e[_0x997c56(-_0x441fec._0x1b319c,-0x16e,-0x1df,-_0x441fec._0x3d1d4d)],_0x41a539[_0x997c56(-0xe8,-_0x441fec._0x1ec0b2,-_0x441fec._0x5af93f,-0x12a)]=_0x39cad5,_0x3b86be[_0x997c56(-_0x441fec._0x4a8026,-_0x441fec._0x51e9e3,-0x17c,-_0x441fec._0x330339)](_0x41a539);}}catch(_0x289e35){logger[_0x997c56(-_0x441fec._0x4a6b58,-0xaf,-_0x441fec._0xbf8867,-_0x441fec._0x1f3c12)](_0x550d3e[_0x997c56(-_0x441fec._0x497259,-_0x441fec._0x497259,-0x113,-_0x441fec._0x2c5c15)],_0x289e35);if(_0x289e35[_0x997c56(-_0x441fec._0x4468c9,-_0x441fec._0x17ddc7,-_0x441fec._0x2402d5,-_0x441fec._0x18fb99)]['includes'](_0x550d3e[_0x997c56(-_0x441fec._0x3f75a0,-_0x441fec._0xff1efc,-0x14e,-_0x441fec._0x37a037)])){if(_0x997c56(-_0x441fec._0x3d7779,-0x1d7,-_0x441fec._0x16e7d3,-_0x441fec._0xf617bf)===_0x550d3e['fEdDE']){const _0x5876cd=/^[a-zA-Z0-9_-]+$/;if(!_0x5876cd['test'](_0x420d8b)){const _0x97b418={};return _0x97b418[_0x4dfbb0(0x1ba,_0x441fec._0x28962b,_0x441fec._0x4a5c23,0x187)]=_0x997c56(-0x102,-0x84,-_0x441fec._0x125cb0,-_0x441fec._0x27aed6)+_0x997c56(-_0x441fec._0x43fe9c,-0x190,-_0x441fec._0x3ae431,-_0x441fec._0x338a24),_0x97b418[_0x4dfbb0(_0x441fec._0x17b70b,_0x441fec._0x197455,0x1b9,0x182)]=_0x550d3e['sfGrg'],_0x3051fe[_0x997c56(-0x164,-_0x441fec._0x20470b,-_0x441fec._0x205f99,-0xe6)](0x2*0xc5+-0x224e+0x2254)['json'](_0x97b418);}}else{const _0x3dace2={};return _0x3dace2[_0x4dfbb0(_0x441fec._0xed29a,_0x441fec._0x55ab9f,_0x441fec._0x222a5e,0x187)]=_0x550d3e[_0x4dfbb0(0x43,_0x441fec._0x2d6fa7,0x114,0xb8)],_0x3dace2[_0x4dfbb0(0x139,0x150,_0x441fec._0x1b8d68,0x182)]=_0x289e35[_0x997c56(-_0x441fec._0x4468c9,-_0x441fec._0x16a2b9,-_0x441fec._0x57747d,-0x9e)],_0x3b86be[_0x997c56(-_0x441fec._0x268b68,-0x16f,-_0x441fec._0x327c6e,-0x1b0)](-0x5d4*0x1+-0x3*0x233+0xe01)[_0x997c56(-_0x441fec._0x4a8026,-0x186,-0x1b7,-_0x441fec._0x5a62c3)](_0x3dace2);}}if(_0x289e35[_0x4dfbb0(0x15d,0x170,0x1b3,_0x441fec._0x56ff42)]['includes']('already\x20ex'+'ists')){const _0x219fd6={};return _0x219fd6[_0x997c56(-0xd5,-0xd2,-0x137,-_0x441fec._0x16d634)]=_0x550d3e[_0x997c56(-0xea,-0x120,-0x15f,-0xab)],_0x219fd6[_0x4dfbb0(_0x441fec._0x329218,_0x441fec._0x2cd4c2,0x194,0x182)]=_0x289e35[_0x4dfbb0(0x18b,_0x441fec._0xef7682,0x1c3,_0x441fec._0x2fac87)],_0x3b86be[_0x4dfbb0(0x98,_0x441fec._0x436228,_0x441fec._0x5b6b52,_0x441fec._0x1c59c5)](-0x140*0x17+0x2b5*-0x8+0x3401)[_0x4dfbb0(0x7d,_0x441fec._0x3ae2ea,0xf4,_0x441fec._0x39f233)](_0x219fd6);}const _0x3db7cd={};_0x3db7cd[_0x997c56(-_0x441fec._0x4a6b58,-0x7f,-0x152,-0x91)]='Failed\x20to\x20'+'update\x20use'+'r',_0x3db7cd['message']=_0x289e35[_0x4dfbb0(0x16f,0x16c,0x1fc,_0x441fec._0x2fac87)],_0x3b86be[_0x997c56(-0x164,-_0x441fec._0x24f747,-0x104,-_0x441fec._0x2c8ed8)](-0x6d9*0x1+0x1f3*0x3+-0x3*-0xfc)[_0x997c56(-_0x441fec._0x12c348,-0x1b5,-_0x441fec._0x1def19,-_0x441fec._0x3d7779)](_0x3db7cd);}}),router[_0x583bed(0xd3,0x148,0xf6,0xd3)](_0x428c48(0x34,-0x91,-0x33,0x2a),requirePermission(_0x428c48(0x26,0x12,0x32,0x1e)+'te'),async(_0x30b9d1,_0x2b504d)=>{const _0x51c349={_0x5858d3:0x9d,_0x2ab5ff:0x4f,_0x5f4d34:0x62,_0x594862:0x13a,_0x17ad34:0x15a,_0x1c78be:0x4f1,_0x5c39ce:0x599,_0x418442:0x5ff,_0x1f8780:0x597,_0x2f30f7:0x4ff,_0x2c77c6:0x55b,_0x1dca4c:0x92,_0x6a5aa2:0xef,_0x351c41:0x7a,_0x300a63:0x79,_0x5494b4:0x4c,_0x3911b7:0x128,_0x55c454:0x5b6,_0xb4e3b2:0x4f0,_0x3efc8f:0x4b6,_0x4e5ce2:0xde,_0x1ed63b:0x70,_0x469ed9:0x559,_0x509232:0x553,_0x348d37:0x546,_0x3b991a:0x50f,_0x95634d:0x44,_0x535d84:0x68,_0x3d8bc7:0x8,_0x1ca67f:0x5b4,_0x37e8fe:0xb4,_0x4afe82:0x104,_0x455b55:0x560,_0x230ede:0x4e4,_0x5bcfaa:0x46f,_0x418d36:0x4d0,_0x30851a:0x8a,_0x251623:0xe0,_0x71358a:0xa6,_0x4f49a0:0xa4,_0x4df1ad:0x78,_0x2697c1:0xb1,_0x36c7bc:0x7a,_0x11df8b:0x57e,_0x385288:0x57b,_0x57ebc1:0x5c1,_0x354c08:0x5ec,_0x1077e0:0x75,_0x5cc287:0x40,_0x1d984e:0x58b,_0x3cc2a5:0x54b,_0x4181f6:0x5ec,_0x265c2e:0x15e,_0x8b6f5:0xf3,_0x4adeab:0x4f2,_0x384dd1:0x551,_0x5245b8:0x519,_0x133347:0x561,_0x273cc1:0x5d5,_0x28e8a6:0x31,_0x35fae5:0x7e,_0x45c5a6:0x5b2,_0x4f45b5:0x61f,_0xab8543:0x590,_0xf6de1c:0x74,_0x2bf4b2:0xe3,_0x14c833:0xac,_0xbb9777:0x30,_0x1f9da2:0x51b,_0x1ac845:0x4a1,_0x3420fb:0x4ec,_0x5e5e22:0x4dd,_0x5a98b2:0x518,_0x53bd92:0x598,_0x277eab:0xcd,_0x2c1861:0x165,_0x8d6b97:0xe8,_0x48ec9e:0x150,_0x20719c:0x5a9,_0x4a04b7:0x4db,_0x2c6dcf:0x5a7,_0x1b9c15:0x5f4,_0x3b597a:0x546,_0xbe4a40:0x584,_0x370ea9:0xe3,_0x2bc7ff:0x5b5,_0x56d675:0x5a0,_0x4819db:0x5ae,_0x1eb312:0x4ed,_0x634d1:0x476,_0x487e5f:0x501,_0x44c1d7:0x4b4,_0x24d8c3:0x520,_0xf352f:0x11e,_0x2ff335:0xc0,_0x30a561:0x10b,_0x5aafe6:0x122,_0x2e1786:0xcf,_0x16356f:0x5ba,_0x5a26e9:0x557,_0x300621:0x2e,_0xb0d409:0xb7,_0x31861a:0x94,_0x45f748:0xd3,_0xa6e5a0:0x52b,_0x256d7a:0x55c,_0x3af425:0x2c,_0xbab72a:0xbe,_0x1a0427:0x7b,_0x92896d:0x102,_0x4bdeb1:0x591,_0x3266e:0x6a,_0xc4ffbf:0x7d,_0x100bec:0x580,_0x2dd37a:0x4e7,_0x1ce515:0x50b,_0x103fc4:0x558,_0x10bbd7:0x5f,_0x2cd3da:0x550,_0x74a8e7:0x52d,_0x38dd16:0x586,_0x4ab9f9:0xea,_0x5695f5:0xb8,_0x31b1b4:0x10c,_0x522e3f:0x3c,_0xa1ad64:0xa7,_0x95ff13:0x67,_0x252d98:0x7c,_0x51a9a4:0x5a,_0x336ae5:0x53,_0x2e3859:0x7,_0x592ae1:0x568,_0x2458cd:0x500,_0x3fcc75:0x152,_0xe02b13:0x108,_0x46e764:0x15a,_0x287f65:0x73,_0x4d81e9:0x14d,_0x5c1749:0xeb,_0xa78a01:0x560,_0x1d9e95:0x489,_0x185477:0x51f,_0x5dc926:0x5af,_0x209672:0x36,_0x493703:0x521,_0x5cd4fe:0x65,_0x21a49:0x1a,_0x3ed82a:0x65,_0x2c8688:0x533,_0x25b161:0x612,_0x12e391:0x55f,_0x348a4d:0x4e7,_0x3e5746:0x133,_0x285c10:0x549,_0x2822cf:0x52d,_0x28fe9f:0x543,_0x1a9714:0x4a9,_0x1b476e:0x53e,_0x459ab8:0x52e,_0x17e525:0x4cd,_0x38f8d0:0xbb,_0x149ddc:0xe7,_0x505935:0x71,_0x4c12ca:0x542,_0x5ec1fa:0x91,_0x351144:0x60,_0x5d023a:0x28,_0x393e97:0xe,_0x2d39ad:0x552,_0x481e67:0x2f,_0x407048:0x94,_0x2f039e:0x4e7,_0x45a4c8:0x556,_0x2db9a2:0x532,_0x50bd3:0x4e6,_0x3affdf:0xcf,_0x9ef20e:0xf6,_0x18e657:0x3f,_0x58ebbf:0x87,_0x25abdb:0x59f,_0x47063f:0xdb,_0x78ab8f:0x164,_0x2f2411:0x4b,_0x2de592:0x27,_0xc04c61:0x35,_0xf02be1:0xda,_0x2a06d9:0x5cb,_0xf669e0:0x5a2,_0x4e9e59:0x55b,_0x3df6a8:0x5d8,_0x43eec5:0x5b5,_0x4e0227:0x5ce,_0x2667f6:0xc6,_0xd9e161:0x4c2,_0x2325e6:0x4e2,_0x40bf72:0x4f9,_0x1d5b3a:0x4c4,_0x1bd8cb:0x484,_0x2fbe11:0x93,_0x2fa434:0xd,_0x520f98:0x3a,_0x2393c5:0x4bd,_0x5a0f0f:0x52a,_0x3e63b4:0x4af,_0x1153bf:0x4d9,_0x1ad8cf:0x77,_0x36a644:0x2d,_0x4ca498:0x5e7,_0x4c8112:0x5bb,_0x3ec2da:0x62b,_0x363d17:0x54e,_0x534f0c:0x56e,_0x33e927:0x54c,_0x372f39:0x58e,_0x3b7607:0x57e,_0x3689a1:0xd2,_0xb05f4f:0x102,_0x55986d:0x13b,_0x2f9b0d:0x5e9,_0x595833:0x10f,_0x5b3b80:0x94,_0x155c9f:0x134,_0x148f80:0x8c},_0x2ac8eb={_0x5e9930:0xe8,_0x1166c1:0x40a},_0x4d20d8={_0x3a8ef0:0xc2,_0x3ed299:0x1e5},_0x3814d8={'OkMFX':_0x4980ff(-_0x51c349._0x5858d3,-_0x51c349._0x2ab5ff,-_0x51c349._0x5f4d34,-0xa6)+_0x4980ff(-_0x51c349._0x594862,-0x153,-0xe3,-_0x51c349._0x17ad34),'tXMqK':_0x304f0a(_0x51c349._0x1c78be,0x500,0x504,0x4d7)+'an\x20only\x20co'+_0x304f0a(0x5ac,_0x51c349._0x5c39ce,_0x51c349._0x418442,_0x51c349._0x1f8780)+'ers,\x20numbe'+_0x304f0a(_0x51c349._0x2f30f7,0x553,_0x51c349._0x2c77c6,0x549)+_0x4980ff(-0xd2,-0x102,-_0x51c349._0x1dca4c,-_0x51c349._0x6a5aa2)+_0x4980ff(-_0x51c349._0x351c41,-_0x51c349._0x300a63,-_0x51c349._0x5494b4,0x32),'obwJF':_0x4980ff(-0xc5,-0x51,-0x51,-0x1e)+'ound','FWfAr':'Username\x20a'+_0x4980ff(-0x90,-0x122,-0xd3,-_0x51c349._0x3911b7)+_0x304f0a(_0x51c349._0x55c454,0x5b6,0x589,0x57e),'BHtue':function(_0x2d05c6,_0x41d31f){return _0x2d05c6===_0x41d31f;},'Ttwsm':_0x304f0a(0x507,_0x51c349._0xb4e3b2,_0x51c349._0x3efc8f,0x535),'RFiFW':_0x4980ff(-0x93,-_0x51c349._0x4e5ce2,-_0x51c349._0x1ed63b,-0xd8)+_0x304f0a(0x5b1,_0x51c349._0x469ed9,0x5c5,_0x51c349._0x509232)+_0x304f0a(0x56a,0x5d5,_0x51c349._0x348d37,_0x51c349._0x3b991a),'fTJiq':_0x4980ff(-_0x51c349._0x95634d,0x10,-_0x51c349._0x535d84,_0x51c349._0x3d8bc7)+_0x304f0a(_0x51c349._0x1ca67f,0x583,0x603,0x5ff)+_0x304f0a(0x4fa,0x53f,0x509,0x49e)+_0x4980ff(-_0x51c349._0x37e8fe,-0xf8,-0xef,-_0x51c349._0x4afe82)+_0x304f0a(0x505,0x48b,0x57c,_0x51c349._0x455b55),'MpNmS':function(_0x4a8980,_0x5bc2ff){return _0x4a8980(_0x5bc2ff);},'EfxfV':_0x304f0a(_0x51c349._0x230ede,_0x51c349._0x5bcfaa,0x55d,_0x51c349._0x418d36),'xJxxw':function(_0x5c8bff,_0xb04359,_0x485ff8){return _0x5c8bff(_0xb04359,_0x485ff8);},'jDaFO':_0x304f0a(0x5a7,0x55d,0x5f7,0x57c),'MuXXo':function(_0x38aa59,_0x4c3d89){return _0x38aa59>_0x4c3d89;},'KVjHC':function(_0x5a76e8,_0x31d0d4){return _0x5a76e8===_0x31d0d4;},'hzpeY':_0x4980ff(-_0x51c349._0x30851a,-_0x51c349._0x251623,-_0x51c349._0x71358a,-_0x51c349._0x251623),'CptdJ':'sITdv','FNCNe':'Removed\x20us'+'er\x20from\x20te'+_0x4980ff(-0x5,-_0x51c349._0x4f49a0,-0x74,-_0x51c349._0x4df1ad)+_0x4980ff(-0x44,-_0x51c349._0x2697c1,-_0x51c349._0x36c7bc,-0x5a)+_0x304f0a(_0x51c349._0x11df8b,_0x51c349._0x385288,_0x51c349._0x57ebc1,_0x51c349._0x354c08),'AWXMI':function(_0x195bb6,_0x3f3193){return _0x195bb6>_0x3f3193;},'cdghy':function(_0x1d68f4,_0x26802d){return _0x1d68f4===_0x26802d;},'oyOhx':_0x4980ff(-0xca,-0x79,-_0x51c349._0x1077e0,-_0x51c349._0x5cc287),'MdSTi':_0x304f0a(_0x51c349._0x1d984e,_0x51c349._0x3cc2a5,_0x51c349._0x4181f6,0x5fc),'TSTID':_0x4980ff(-0x134,-_0x51c349._0x265c2e,-0x105,-_0x51c349._0x8b6f5)+_0x304f0a(_0x51c349._0x4adeab,_0x51c349._0x384dd1,0x4f4,0x4bf)+'ens\x20during'+'\x20user\x20dele'+'tion','gBCkY':_0x304f0a(0x562,_0x51c349._0x5245b8,_0x51c349._0x133347,_0x51c349._0x273cc1),'piYTK':_0x4980ff(_0x51c349._0x28e8a6,-_0x51c349._0x35fae5,-0x36,-0x18)+_0x304f0a(_0x51c349._0x45c5a6,_0x51c349._0x4f45b5,_0x51c349._0xab8543,0x60c)+_0x4980ff(-_0x51c349._0xf6de1c,-_0x51c349._0x2bf4b2,-_0x51c349._0x14c833,-_0x51c349._0xbb9777),'FmYgG':function(_0x52e45c,_0x2a120b){return _0x52e45c!==_0x2a120b;},'MKEhO':_0x304f0a(_0x51c349._0x1f9da2,0x547,_0x51c349._0x1ac845,0x574),'ezbfL':_0x304f0a(0x530,0x570,_0x51c349._0x3420fb,_0x51c349._0x5e5e22)+_0x304f0a(0x5c4,0x632,0x60a,0x606)+'r'};function _0x4980ff(_0x4bf5de,_0x5481c5,_0x554345,_0x38914c){return _0x583bed(_0x4bf5de-_0x4d20d8._0x3a8ef0,_0x5481c5-0x42,_0x4bf5de,_0x554345- -_0x4d20d8._0x3ed299);}function _0x304f0a(_0x21340a,_0x49c27e,_0x4fb504,_0x139cc4){return _0x583bed(_0x21340a-0x56,_0x49c27e-_0x2ac8eb._0x5e9930,_0x4fb504,_0x21340a-_0x2ac8eb._0x1166c1);}try{if(_0x3814d8[_0x304f0a(0x53f,0x575,_0x51c349._0x5a98b2,_0x51c349._0x53bd92)](_0x3814d8['Ttwsm'],_0x4980ff(-_0x51c349._0x277eab,-_0x51c349._0x2c1861,-_0x51c349._0x8d6b97,-_0x51c349._0x48ec9e))){const _0x8a9107=_0x30b9d1[_0x304f0a(_0x51c349._0x469ed9,0x5d7,_0x51c349._0x20719c,_0x51c349._0x4a04b7)]['id'];if(_0x8a9107===_0x30b9d1[_0x304f0a(_0x51c349._0x2c6dcf,_0x51c349._0x1b9c15,_0x51c349._0x3b597a,_0x51c349._0xbe4a40)]['id']){const _0x3703dc={};return _0x3703dc[_0x4980ff(0x1b,0x39,-0x35,0x46)]=_0x3814d8[_0x4980ff(-0x98,-_0x51c349._0x370ea9,-0xaf,-0xfb)],_0x3703dc[_0x304f0a(_0x51c349._0x2bc7ff,0x5c0,_0x51c349._0x56d675,_0x51c349._0x4819db)]=_0x3814d8['fTJiq'],_0x2b504d['status'](-0x1bd7*-0x1+-0x1*-0xcb+-0x1b12*0x1)[_0x304f0a(_0x51c349._0x1eb312,_0x51c349._0x634d1,0x55c,0x475)](_0x3703dc);}const _0x498b3c=await _0x3814d8[_0x304f0a(_0x51c349._0x487e5f,_0x51c349._0x44c1d7,_0x51c349._0x24d8c3,0x4d3)](findUserById,_0x8a9107);if(!_0x498b3c){if(_0x4980ff(-_0x51c349._0xf352f,-_0x51c349._0x2ff335,-_0x51c349._0x30a561,-0xb2)===_0x3814d8[_0x4980ff(-0xbd,-_0x51c349._0x5aafe6,-_0x51c349._0x2e1786,-0xd8)]){const _0x278399={};return _0x278399[_0x304f0a(_0x51c349._0x16356f,0x571,_0x51c349._0x5a26e9,0x57a)]=_0x3814d8[_0x4980ff(-_0x51c349._0x300621,-_0x51c349._0xb0d409,-_0x51c349._0x31861a,-_0x51c349._0x45f748)],_0x2b504d[_0x304f0a(_0x51c349._0xa6e5a0,0x550,0x4e9,_0x51c349._0x256d7a)](0x597+-0x26c*0x5+0x819)[_0x4980ff(-0xcf,-0x144,-0x102,-0x12f)](_0x278399);}else{const _0x2be6ed={};return _0x2be6ed[_0x4980ff(-_0x51c349._0x3af425,-0xaf,-0x35,-0x6d)]=_0x3814d8['OkMFX'],_0x2be6ed[_0x4980ff(-0x2f,0x24,-0x3a,-0xf)]=_0x3814d8[_0x4980ff(-0x6d,-_0x51c349._0xbab72a,-0xdf,-0x81)],_0x5b4ffb[_0x4980ff(-_0x51c349._0x1a0427,-0xf5,-0xc4,-_0x51c349._0x4e5ce2)](-0x50e+-0x1657+0x1cf5)[_0x4980ff(-0x17a,-0xe8,-_0x51c349._0x92896d,-0x16e)](_0x2be6ed);}}const _0xefc25c=await _0x3814d8[_0x304f0a(0x558,0x598,0x567,_0x51c349._0x4bdeb1)](deleteBindingsBySubject,_0x3814d8[_0x4980ff(-_0x51c349._0x3266e,-0xe7,-_0x51c349._0xc4ffbf,-0x92)],_0x8a9107);if(_0x3814d8[_0x304f0a(0x5b0,_0x51c349._0x100bec,0x604,0x62d)](_0xefc25c,0x1*-0x2555+-0x1*0x23c7+0x491c)){const _0x106ae8={};_0x106ae8[_0x304f0a(_0x51c349._0x2dd37a,0x4b4,0x541,_0x51c349._0xa6e5a0)]=_0x8a9107,_0x106ae8[_0x304f0a(_0x51c349._0x1ce515,0x52f,_0x51c349._0x103fc4,0x557)+_0x4980ff(-0x61,-0x59,-0x3c,-_0x51c349._0x10bbd7)]=_0xefc25c,logger[_0x304f0a(0x55e,0x52b,0x555,_0x51c349._0x2cd3da)](_0x304f0a(_0x51c349._0x74a8e7,0x4ca,_0x51c349._0x38dd16,0x4fe)+_0x4980ff(-_0x51c349._0x4ab9f9,-_0x51c349._0x5695f5,-_0x51c349._0x31b1b4,-0x16a)+_0x4980ff(-0xc3,-_0x51c349._0x522e3f,-_0x51c349._0xa1ad64,-_0x51c349._0x95ff13)+_0x4980ff(-_0x51c349._0x252d98,-_0x51c349._0x51a9a4,-_0x51c349._0x336ae5,-0x24)+'on',_0x106ae8);}const _0x177ce4=await getTeamsByUserId(_0x8a9107);for(const _0x1ac373 of _0x177ce4){if(_0x3814d8[_0x4980ff(-0xbc,-_0x51c349._0x2e3859,-0x6d,-0xae)](_0x3814d8[_0x304f0a(_0x51c349._0x592ae1,0x537,0x4f4,_0x51c349._0x2458cd)],_0x3814d8[_0x304f0a(0x56e,0x557,0x572,0x5b8)])){const _0x4cb32c={};_0x4cb32c[_0x4980ff(-_0x51c349._0x3fcc75,-0x111,-_0x51c349._0xe02b13,-_0x51c349._0x46e764)]=_0x44f85f,_0x4cb32c['revokedPas'+_0x4980ff(-_0x51c349._0x287f65,-_0x51c349._0x4d81e9,-_0x51c349._0x5c1749,-_0x51c349._0x6a5aa2)+'s']=_0x3c10bd,_0x34ca23[_0x304f0a(0x55e,0x5c6,0x4e6,_0x51c349._0xa78a01)]('Revoked\x20pa'+_0x304f0a(0x4f2,_0x51c349._0x1d9e95,_0x51c349._0x185477,0x47e)+'ens\x20during'+_0x304f0a(0x575,0x5b6,0x564,_0x51c349._0x5dc926)+_0x4980ff(-0x30,-0xc2,-0x71,-_0x51c349._0x209672),_0x4cb32c);}else await removeMember(_0x1ac373['id'],_0x8a9107);}if(_0x177ce4[_0x304f0a(0x58a,0x55a,0x556,_0x51c349._0x493703)]>-0x476+0x1*-0xc5b+0x10d1){const _0x548918={};_0x548918['userId']=_0x8a9107,_0x548918[_0x4980ff(0x3f,-_0x51c349._0x5cd4fe,-0x33,-0x3c)]=_0x177ce4[_0x4980ff(-_0x51c349._0x21a49,0xf,-_0x51c349._0x3ed82a,-0x42)],logger[_0x304f0a(0x55e,0x594,0x532,_0x51c349._0x2c8688)](_0x3814d8[_0x304f0a(0x5c0,_0x51c349._0x25b161,0x5fc,_0x51c349._0x12e391)],_0x548918);}const _0x480a30=await deleteAllUserGitTokens(_0x8a9107);if(_0x3814d8['AWXMI'](_0x480a30,-0x1d55+0x319*0x1+0x2e*0x92)){const _0x56dc3f={};_0x56dc3f[_0x304f0a(_0x51c349._0x348a4d,0x48f,0x46d,0x49d)]=_0x8a9107,_0x56dc3f[_0x4980ff(-_0x51c349._0xf6de1c,-0x67,-_0x51c349._0x37e8fe,-_0x51c349._0x3e5746)+'Tokens']=_0x480a30,logger[_0x304f0a(0x55e,0x502,_0x51c349._0x285c10,0x4fb)](_0x304f0a(_0x51c349._0x2822cf,0x56a,0x4b5,_0x51c349._0x28fe9f)+_0x304f0a(0x524,_0x51c349._0x3efc8f,_0x51c349._0x1a9714,_0x51c349._0x1b476e)+_0x304f0a(0x4f6,0x4ff,_0x51c349._0x459ab8,_0x51c349._0x17e525)+'\x20user\x20dele'+_0x4980ff(-_0x51c349._0x38f8d0,-_0x51c349._0x149ddc,-_0x51c349._0x505935,-_0x51c349._0x95634d),_0x56dc3f);}const _0x452dc8=await _0x3814d8['MpNmS'](revokeTokensByUser,_0x8a9107);if(_0x3814d8[_0x304f0a(0x531,0x55d,0x5a4,_0x51c349._0x4c12ca)](_0x452dc8,0xb29*-0x3+-0x1*0xedb+-0x2*-0x182b)){if(_0x3814d8['cdghy'](_0x3814d8[_0x4980ff(-_0x51c349._0x5ec1fa,-_0x51c349._0x351144,-_0x51c349._0x5d023a,-_0x51c349._0x393e97)],_0x3814d8['MdSTi'])){const _0x676a66={};return _0x676a66[_0x304f0a(0x5ba,_0x51c349._0x2d39ad,0x609,0x54f)]=_0x3814d8[_0x4980ff(-_0x51c349._0x481e67,-0x4b,-_0x51c349._0x407048,-0xd6)],_0x42277c[_0x304f0a(0x52b,0x4f4,0x54a,0x5a3)](0x23d7+0x8be+0x2b01*-0x1)['json'](_0x676a66);}else{const _0x4a0bd8={};_0x4a0bd8[_0x304f0a(_0x51c349._0x2f039e,0x478,0x4c5,_0x51c349._0x45a4c8)]=_0x8a9107,_0x4a0bd8[_0x304f0a(_0x51c349._0x2db9a2,0x519,0x593,_0x51c349._0x50bd3)+_0x4980ff(-_0x51c349._0x6a5aa2,-_0x51c349._0x3affdf,-0xeb,-0x142)+'s']=_0x452dc8,logger[_0x4980ff(-_0x51c349._0x9ef20e,-_0x51c349._0x18e657,-_0x51c349._0x5ec1fa,-_0x51c349._0x58ebbf)](_0x3814d8[_0x304f0a(_0x51c349._0x25abdb,0x52f,0x5d5,0x5f8)],_0x4a0bd8);}}const _0x2127ec=await _0x3814d8['MpNmS'](deleteUser,_0x8a9107);if(!_0x2127ec){if(_0x4980ff(-_0x51c349._0x47063f,-_0x51c349._0xbb9777,-0x8d,-0x8c)!==_0x3814d8[_0x4980ff(-0x150,-_0x51c349._0x78ab8f,-0xe7,-0x163)]){const _0x416085={};return _0x416085[_0x4980ff(-_0x51c349._0x2f2411,_0x51c349._0x2de592,-_0x51c349._0xc04c61,-0x67)]=_0x3814d8[_0x4980ff(-0x101,-0xbd,-_0x51c349._0x31861a,-_0x51c349._0xf02be1)],_0x18db5e['status'](-0x2080+0x1d07+0x50d)['json'](_0x416085);}else{const _0x3dbc20={};return _0x3dbc20[_0x304f0a(0x5ba,_0x51c349._0x2a06d9,_0x51c349._0xf669e0,0x5ed)]=_0x3814d8[_0x304f0a(_0x51c349._0x4e9e59,0x504,_0x51c349._0x592ae1,_0x51c349._0x3df6a8)],_0x2b504d['status'](0x1a2d+0x2533*-0x1+0xc9a)['json'](_0x3dbc20);}}const _0x5d55ac={};_0x5d55ac[_0x304f0a(_0x51c349._0x43eec5,_0x51c349._0x4e0227,0x60f,_0x51c349._0x1b9c15)]=_0x3814d8[_0x4980ff(-0x137,-0x5e,-_0x51c349._0x2667f6,-0x12e)],_0x2b504d[_0x304f0a(0x4ed,_0x51c349._0xd9e161,_0x51c349._0x2325e6,0x512)](_0x5d55ac);}else{const _0x5eaa8b={};return _0x5eaa8b['error']=_0x3814d8[_0x304f0a(_0x51c349._0x40bf72,_0x51c349._0x1d5b3a,0x507,_0x51c349._0x1bd8cb)],_0x5eaa8b[_0x4980ff(-_0x51c349._0x2fbe11,-_0x51c349._0x2fa434,-_0x51c349._0x520f98,-0xd)]=_0x29ace['message'],_0x44b8a5['status'](-0x2452+0x2360+0x28b)[_0x304f0a(0x4ed,_0x51c349._0x2393c5,0x476,0x540)](_0x5eaa8b);}}catch(_0x1de7c5){if(_0x3814d8[_0x304f0a(_0x51c349._0x5a0f0f,_0x51c349._0x3e63b4,0x52a,_0x51c349._0x1153bf)](_0x3814d8['MKEhO'],_0x4980ff(-0x74,-0x131,-0xd6,-_0x51c349._0x1ad8cf))){logger[_0x4980ff(-0x18,-0x15,-_0x51c349._0xc04c61,_0x51c349._0x36a644)](_0x3814d8[_0x304f0a(0x58e,0x5f7,_0x51c349._0x4ca498,_0x51c349._0x4c8112)],_0x1de7c5);const _0x1dfec1={};_0x1dfec1[_0x304f0a(0x5ba,_0x51c349._0x3ec2da,_0x51c349._0x363d17,_0x51c349._0x534f0c)]=_0x3814d8['ezbfL'],_0x1dfec1[_0x304f0a(0x5b5,0x573,0x5a1,_0x51c349._0x33e927)]=_0x1de7c5[_0x304f0a(0x5b5,_0x51c349._0x372f39,_0x51c349._0x3b7607,0x610)],_0x2b504d[_0x4980ff(-0x115,-0xce,-0xc4,-0x50)](-0x1fa3+-0x1a63+0x3bfa)[_0x4980ff(-_0x51c349._0x3689a1,-0x168,-_0x51c349._0xb05f4f,-_0x51c349._0x55986d)](_0x1dfec1);}else{const _0xaf08d5={};return _0xaf08d5[_0x304f0a(_0x51c349._0x16356f,0x5af,_0x51c349._0x2f9b0d,0x5fd)]=_0x3814d8[_0x4980ff(-0xa0,-_0x51c349._0x595833,-_0x51c349._0x5b3b80,-0x68)],_0x58e2d8['status'](0x1*0xeb8+-0x37*-0xa4+0xac*-0x48)[_0x4980ff(-_0x51c349._0x155c9f,-_0x51c349._0x148f80,-0x102,-0x96)](_0xaf08d5);}}});function _0x428c48(_0x3be617,_0x1e425a,_0x429de8,_0x40f09f){const _0x1145b5={_0xb25542:0x260};return _0xee6a(_0x429de8- -_0x1145b5._0xb25542,_0x1e425a);}function _0x5988(){const _0x312cae=['zxjZlcbUDw1Izq','sefUANy','zMLSDgvY','DLD3vKC','zxiGyMLUzgLUzW','uhL5zxq','BgrZ','q1PQEee','DxnLCKLK','yLHLsum','C2L6zq','uMv2B2TLzcbWyq','A2nbtNC','AezjBxC','ANnVBG','mJe0mZbxvw12DwW','rfncCfe','zwvzqxG','vxnLCM5HBwuGyW','C3n3B3jKihrVAW','DxnLCM5HBwu','DgvHBxm6BwfUyq','zxjFywrTAw4','zw5Zigr1CMLUzW','AwqGzw1HAwWGyq','DxnLCM5HBwuSia','rLDMqxi','zg1PBIb0BYbKzq','DgvZDa','z2v0ihvZzxi','BfL5qw0','sw52ywXPzcb0zq','CNmSihvUzgvYCW','Bgv0zsb5B3vYia','txboBvm','vLD1sfa','weH3wwG','C3DVCMruB2TLBG','ywnJB3vUDa','CM1PrvG','sNr5u1y','z0jdA1K','mJu0oduXmvnns2DgsG','ELfQuLq','zgvSzxrLzejPBG','zxjUyw1L','vxnLCIbJCMvHDa','yw4GB25SEsbJBW','rMTlDMu','DfHnCuS','CxjSy2W','B25N','tgXWq1y','ihLVDxiGB3DUia','zMX0u0i','AgfZvxnLCKjPBG','mMLRAePLua','DMLKzsbHihzHBa','EgTwweO','mtzJDM5pAfm','CNbdAwy','BhjLywr5igv4Aq','C0nVyxi','wvHizwu','AgXjDwG','rwz4zLy','sgDztgG','C3vIAMvJDf90Eq','ywrK','zxiGz2L0ihrVAW','sKHUzLa','vxnLCM5HBwuGyq','mtfKzLfpy0K','yM9KEq','CgLzveS','rM1zz0C','C3rHDhvZ','ywnJB3vUDcWGBW','rgvSzxrLzcb1CW','ww91igrVig5VDa','t2zewem','rMfPBgvKihrVia','qvDytuK','CMv2B2TLzfbHCW','mteZnfzkq0TZsa','DxbKyxrLihvZzq','z2v0','qLbHzxG','sw52ywXPzcbWyq','v2L0A2C','ywrKig5LDYb1CW','EMrzEK8','zgvSzxrLzeDPDa','ve9Rv3G','igHHDMuGCgvYBq','zw1HAwWSigfUza','qKH0Dwu','uKzPrLC','zsbZzxr0Aw5NCW','BKPmAMq','zNvSBhK','Cg9ZDa','r2vyuNC','Axn0CW','wvDSBfq','CYbKDxjPBMCGDq','vffHBNy','C2vYDMvY','tLL6zwe','CMvZB3vYy2vFDa','sw1dvuK','tLzIzvu','zxrNsMe','mtGZmdruyLztvum','Ag5fEKq','CM9Szv9WCMvKzq','s2ffB0u','ruj6r00','AgfZvgvHBujPBG','v2DgA1y','BwLU','EeP4EhC','CgfYyw1Z','Axntzxj2zxjbza','B2j3sKy','thbdrhK','y29YzxmSigfUza','Aw5MBW','z2vFBwvTyMvYCW','lZPPza','rwPZDve','BwDvC0m','Devetfq','C1H6BKu','DxnLCNm6zwrPDa','twLZC2LUzYbYzq','ENvsEKq','AhPWzvK','vg9Rzw5Z','D24GywnJB3vUDa','ugXLyxnLihbYBW','AgLW','DhjPBq','q3b0zeO','Dwffsxq','zMT6CeK','CYb0BYb0zwfTia','AKrHrK8','zgLUzW','AwfdBeO','ihvZzxiGzgvSzq','D0zhyMO','A1DjAe0','s0L6uxK','vgvHBsaN','DhnbCue','yw1Zigr1CMLUzW','BLrAwfi','AgvYigfKBwLU','DgLVBG','q2fUBM90igrLBa','y0vMs1K','D2fYBG','s1zQsem','ig5HBwuGyxjLia','DxnLCNm6DMLLDW','C3vIAMvJDf9Pza','B3vUza','ugXLyxnLigfZAW','mJKZnJq0otjKv0zUC1C','ywLS','BgvUz3rO','uw5jq3G','CKfVz2S','sw52ywXPzcb1CW','zxPIzKW','uM91DgvY','C29Tzq','CxvPCMvKigzPzq','CMPuzwK','zxiGDg8GDgvHBq','nLD0rMjMra','BwfW','C3nOx3vZzxjUyq','BxrVBuO','D0HTvMm','vKnVvxy','yxjHy3rLCNmGBa','ExbL','C2vYigrLBgv0Aq','D2fOz0G','vxnLCIbUB3qGzG','vfnusuq','twfnveu','svHIquG','CM9Szv9Pza','igH5CgHLBNm','mZy4ntm1owvhqNzPuW','DxjOrg8','Awz5ihLVDxiGBW','DxnLCG','Aejutuy','BgvHC3qGocbJAa','BgLZDcb1C2vYCW','y1vbzMK','BNrHAw4GBgv0Da','C2zhCMC','zgrYzxnZ','Aw5JBhvKzxm','txvywg8','zxrLihLVDxiGBW','zwqGC3vJy2vZCW','zgLUz3m','igfUB3rOzxiGyq','BwvZC2fNzq','C3rZ','wwHNq2G','sw52ywXPzcbLBq','vxnLCIbKzwXLDa','zxjYB3i','u2jUAuq','DgvHBunVDw50','EKPXwK0','EMvJywK','qLLQz3y','rK5dtMu','jYbUB3qGzM91BG','Dxn0igjLigf0ia','ywXYzwfKEsbLEa','zgvSzxrLihvZzq','DxnLCNm6zgvSzq','AxnZAw9UihrVia','B3LpAhG','C3n3B3jK','uwz4Dfe','tvL3qK0','swvbwu4','CMvXDwLYzwq','zMLUzwrFC2vYDG','vxnLihbYB2zPBa','BMfTzq','rLPZB3G','ywrKig1LBwjLCG','tujrrM8','ugfZC3DVCMqGBq','mti0nte0nhjVCvPHyq','Duz4v3O','CIbHC2SGyw5VDa','DgvHBq','mtG1mJe5nuH1yxDPrG','AgfZ','zgvSzxrL','CgfZC3DVCMq'];_0x5988=function(){return _0x312cae;};return _0x5988();}export default router;