@profoundlogic/coderflow-server 0.5.0 → 0.5.2
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.
- package/README.md +15 -163
- package/dist/README.md +15 -163
- package/dist/base-image/agent-wrapper.sh +1 -1
- package/dist/capture-screenshot.mjs +34 -0
- package/dist/coder-server.js +1 -1
- package/dist/config/cli-models.json +4 -3
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -0
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -0
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -0
- package/dist/lib/cli/list-users.js +1 -0
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -0
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/ibmi-sync.js +1 -0
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/scripts/sync_to_ibmi.sh +204 -0
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/docs/admin/environments.md +1 -0
- package/dist/web-ui/public/docs/tasks/approval-and-deployment.md +36 -0
- package/dist/web-ui/public/environments.html +1 -1
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/index.html +2 -2
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.html +3 -2
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/server-health.js +1 -1
- package/dist/web-ui/public/settings.css +3 -2
- package/dist/web-ui/public/settings.html +0 -1
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/styles.css +39 -12
- package/dist/web-ui/public/task.html +56 -1
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.html +76 -81
- package/dist/web-ui/public/teams.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.html +12 -11
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
- package/dist/lib/cli/migrate-rbac.js +0 -1
- package/dist/lib/scoped-rbac-migration-runner.js +0 -1
- package/dist/scripts/migrate-to-scoped-rbac.js +0 -2
package/dist/routes/users.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x324ffb,_0x1fd9d8){const _0x1da5c3={_0x19d117:0x128,_0x192c88:0x146,_0x2d2a88:0x12c,_0x665d3d:0x183,_0x3e62c7:0x189,_0xde40b4:0xe1,_0x3e25f7:0x95,_0x3a18ae:0xb1,_0x13990d:0x12a,_0x241a40:0x100},_0x4f160b={_0x1b7904:0x2c1};function _0x2efd9a(_0x2edc21,_0x3769c2,_0x1914be,_0x15a94e){return _0x4fa0(_0x2edc21-0x2e9,_0x3769c2);}function _0x287689(_0x1b05fa,_0x52f3ef,_0x2338f9,_0x3ef44f){return _0x4fa0(_0x1b05fa- -_0x4f160b._0x1b7904,_0x3ef44f);}const _0x255a05=_0x324ffb();while(!![]){try{const _0x5bd2df=-parseInt(_0x287689(-0x17d,-0x126,-0x1bd,-0x1ba))/(0x13f6+-0x3*-0xed+0x5af*-0x4)*(parseInt(_0x2efd9a(0x41e,0x3ff,0x45b,0x465))/(0x54a+-0x241d+0x1ed5))+parseInt(_0x287689(-0xe5,-_0x1da5c3._0x19d117,-0x123,-0xc1))/(-0x127*0x16+-0x1*0x10d7+0x2a34)+parseInt(_0x287689(-_0x1da5c3._0x192c88,-0x13a,-0x174,-0x188))/(0x2272+0x1cd*-0x9+-0x1239)+-parseInt(_0x287689(-0x15d,-0x177,-0x102,-0x118))/(-0x1*0x54a+0x83*0x4c+-0x2195)+-parseInt(_0x2efd9a(0x4c2,0x4c1,0x465,0x4f3))/(0x1ddd+0x82c+-0x2603)*(parseInt(_0x287689(-_0x1da5c3._0x2d2a88,-_0x1da5c3._0x665d3d,-_0x1da5c3._0x3e62c7,-0x178))/(-0x1ef1+0x5d+0x1e9b*0x1))+parseInt(_0x287689(-_0x1da5c3._0xde40b4,-_0x1da5c3._0x3e25f7,-0x10e,-_0x1da5c3._0x3a18ae))/(0x1b43+-0x44d+0xb77*-0x2)+parseInt(_0x287689(-_0x1da5c3._0x13990d,-0x104,-0xda,-_0x1da5c3._0x241a40))/(-0x24d3+0x2683+-0x1a7);if(_0x5bd2df===_0x1fd9d8)break;else _0x255a05['push'](_0x255a05['shift']());}catch(_0x13a4e1){_0x255a05['push'](_0x255a05['shift']());}}}(_0x6602,0x547*-0x8e+-0x1b64f+-0x3bf*-0x1d5));import _0x5b67e8 from'express';function _0x4fa0(_0x597502,_0x4f3db8){_0x597502=_0x597502-(0x867+-0x29*-0x21+-0xca4);const _0x37e84d=_0x6602();let _0xab7126=_0x37e84d[_0x597502];if(_0x4fa0['KPbotG']===undefined){var _0x4eeff2=function(_0x3a1c6d){const _0x1f3cf7='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x23a297='',_0x707e2='';for(let _0x2355bf=0xe1+0x969+-0xa4a,_0x178cb5,_0x157602,_0x391b26=0x1b18+0x1e97+-0x39af;_0x157602=_0x3a1c6d['charAt'](_0x391b26++);~_0x157602&&(_0x178cb5=_0x2355bf%(0x243*-0x3+0x7*-0x4e0+0x28ed)?_0x178cb5*(-0xdf5+0x9fd+0x438)+_0x157602:_0x157602,_0x2355bf++%(-0x3e3*-0x5+-0x26f7+-0x1a1*-0xc))?_0x23a297+=String['fromCharCode'](-0x1051*-0x1+-0x22cc*0x1+0x137a&_0x178cb5>>(-(-0x15a+-0x2f*0x25+0x827)*_0x2355bf&0x101a+0x1a74*0x1+-0x2a88)):-0x1f*-0x116+-0x24*0xcb+-0x51e*0x1){_0x157602=_0x1f3cf7['indexOf'](_0x157602);}for(let _0x20424b=-0x1302+-0x1853+-0x1*-0x2b55,_0x2ac3dd=_0x23a297['length'];_0x20424b<_0x2ac3dd;_0x20424b++){_0x707e2+='%'+('00'+_0x23a297['charCodeAt'](_0x20424b)['toString'](-0x10a2+-0x2667+0x3719))['slice'](-(-0xc2*-0x22+0x21c9+-0x1*0x3b8b));}return decodeURIComponent(_0x707e2);};_0x4fa0['whHaUS']=_0x4eeff2,_0x4fa0['AxHLut']={},_0x4fa0['KPbotG']=!![];}const _0xa1e7ec=_0x37e84d[-0x204e+0xb7b*0x1+-0x3*-0x6f1],_0x39b6d1=_0x597502+_0xa1e7ec,_0x296c62=_0x4fa0['AxHLut'][_0x39b6d1];return!_0x296c62?(_0xab7126=_0x4fa0['whHaUS'](_0xab7126),_0x4fa0['AxHLut'][_0x39b6d1]=_0xab7126):_0xab7126=_0x296c62,_0xab7126;}import{getUsers,createUser,updateUser,deleteUser,findUserById}from'../lib/users.js';import{getTeamById,getTeamsByUserId,isTeamManager,addMember}from'../lib/teams.js';function _0x6602(){const _0x59fffd=['sffLCu4','y2r2uNC','CLHWuxi','zNvSBhK','AhfXuLu','Axn0CW','zgrYzxnZ','Efb6zK0','Chv0','uwj4tK4','C2L6zq','EuvfA2G','vfLxwLu','C29Tzq','vLjgswG','sxfju3y','ihrVig1VzgLMEq','zw1HAwWSigfUza','C2Dorhe','ywnJB3vUDcWGBW','sKHvwNq','DhfZrLi','wgrQEMG','ugXLyxnLihbYBW','lZPPza','q2z5Dei','yw4GB25SEsbJBW','vwnIrxm','BgrZ','u3vcvwu','zw1HAwW','zxjYB3i','zgvSzxrLihvZzq','AgfZvxnLCKjPBG','BwvZC2fNzq','DxnLCNm6y3jLyq','v05zswe','D2fYBG','CefPsfi','quzosg4','DxnLCNm6zgvSzq','BgLZDcb1C2vYCW','y05qyMK','D24GywnJB3vUDa','nJi0sejUAefn','DxnLCG','zxnXD1K','mty4ndGZAvrxr0zJ','sw52ywXPzcb1CW','zMLSDgvY','vxnLCIbUB3qGzG','mJa3nJyXnMncu1DLAW','wfrrs2m','C3nOx3vZzxjUyq','BwLU','EvP2sMe','zgvSzxrL','y29YzxmSigfUza','zNzOrK0','DxnLCNmGDg8GAq','ywXYzwfKEsbLEa','yKrdvem','sw52ywXPzcb0zq','CMvXDwLYzwq','EvflBe0','tgP0zMi','vxjXu2m','BMPQyLO','z2v0ihvZzxi','q2fUBM90ig1Vza','ugfZC3DVCMqGBq','zxrLihLVDxiGBW','q2fUBM90igrLBa','BwfW','whPcsui','B1rgt3G','rMfPBgvKihrVia','AwqGzw1HAwWGyq','zxiGDg8GDgvHBq','DxnLCNm6DMLLDW','CgfYyw1Z','Evrfs0S','ANnVBG','suP5zKm','BNrHAw4GBgv0Da','DgvHBq','txjhreS','Aw5JBhvKzxm','whfmDK8','thfxEg0','BMXrCvO','Bgv0zsb5B3vYia','vgvHBsaN','nZCWrw94tejz','BgvHC3qGocbJAa','vxnLCIbKzwXLDa','B25N','y3jLyxrLihvZzq','yM9KEq','zxjUyw1L','ywXS','t05Zv3i','zffSEMm','zsbZzxr0Aw5NCW','EuXREKS','vxnLCM5HBwuGyq','EuPnyva','AvHVqNi','ntaXwhz1sKjL','wvj5rxq','yNrNAeS','zgLUzW','zwqGC3vJy2vZCW','Be1sCfO','BKzYAwy','wuPzDxu','BMfTzq','zxjZlcbUDw1Izq','DMLKzsbHihzHBa','v1jmDLe','uM91DgvY','wLPeCLG','rvjbuNu','AwDUihrLyw0','u3nIww4','ww91ig11C3qGyG','C3vIAMvJDf9Pza','qMnoBeO','veLcyxa','tLbIsvy','t2jjuKy','rfHOq2G','Dg8GyxnZAwDUia','C3vIAMvJDf90Eq','wNPzyvK','t2Dov2C','sKvNvfO','s1b4z1O','vMXAEhq','rxzkEgO','mJaZnJaWq0L6Cgj6','qwPqshy','suPUqxa','twLZC2LUzYbYzq','DxnLCKLK','vg92BvC','AgvYigfKBwLU','sNnLCui','igH5CgHLBNm','CNmSihvUzgvYCW','Evv0vvC','Dxn0igjLigf0ia','qNjbAum','BM90igzVDw5K','AgfZvgvHBujPBG','Ag1xrM4','q09psNi','C1ziCM0','Ag1vBu0','ihrOzsb0zwfTia','weDtteu','q2fUBM90igfZCW','r0HfEuy','mZK5mtiWrKzps1Pv','DgvZDa','B3vUza','ywnJB3vUDa','C3n3B3jK','BhjLywr5igv4Aq','BgvUz3rO','C3rZ','sw9WBhq','ELrWsKK','vunAueK','uM55tMC','ywLS','zfHct20','AKLyEvm','sw52ywXPzcbLBq','AgfZ','Awz5ihLVDxiGBW','CMHnwxy','ywrKig5LDYb1CW','Axntzxj2zxjbza','y09rwxy','q296ChG','DwreweK','tNzdBwK','ugXLyxnLigfZAW','mtKZnZzLtfz2vhO','v0zVy0y','mJi2nteYoxHkvxjetG','C1jStKS','Cwj2BgS','ihLVDxiGB3DUia','yxjHy3rLCNmGBa','uxn6shm','sw52ywXPzcbWyq','C3rHDhvZ','qxvUyvC','zsbHifnLCNzLCG','DxnLCNm6zwrPDa','r0TfCNu','Dwneq0q','BgTjt1m','rKvOzxO','igfUB3rOzxiGyq','DhjPBq','zKrVuxC','AK5JDgO','tvLMALi','DxbKyxrLihvZzq','EvfSuMu'];_0x6602=function(){return _0x59fffd;};return _0x6602();}import{getBindings}from'../lib/bindings.js';import{logger}from'../lib/logger.js';import{requirePermission,requireAnyPermission}from'../middleware/requirePermission.js';function _0x599b25(_0x5917ae,_0x15bbe1,_0x250512,_0x5210e8){const _0x482b36={_0x46e162:0x145};return _0x4fa0(_0x15bbe1-_0x482b36._0x46e162,_0x250512);}const router=_0x5b67e8[_0x599b25(0x2d2,0x295,0x254,0x24b)]();router['get']('/',requirePermission(_0x342104(0xb,-0x3,-0x51,-0x2e)),async(_0x49a8fb,_0x27225f)=>{const _0x51d483={_0x9a0219:0x6d,_0x14ad8a:0xb0,_0x50f9ff:0xb9,_0x1e79dc:0xdf,_0x586321:0x9e,_0x496eac:0x66,_0x55a0b5:0xd9,_0x329321:0xcc,_0x25c97a:0x5c,_0x36c085:0xc6,_0x5cfd55:0x67,_0x33eb2a:0x9f,_0x1cadd3:0x7a,_0x1e584f:0x38,_0x31b680:0x6d,_0x4f245a:0xe3,_0x179356:0x15f,_0x541181:0xf5,_0xa45839:0x5b,_0x1a6c82:0x31,_0x1bd12e:0x33,_0xbc844a:0x53,_0x25dc3e:0xb,_0x3ca464:0x67,_0x4c7aab:0x18,_0x5d7820:0x189,_0x5f236a:0x127,_0x5a91fa:0x1f,_0x3ab42c:0x5f,_0x7afac5:0x54,_0xb3988d:0xd9,_0x2469e8:0xf1,_0x363d75:0x115,_0x15813c:0xe7,_0x38dd61:0xa3,_0x864aeb:0x43,_0x40ae4a:0xf8,_0x18d9f2:0xa3,_0x52580a:0x72,_0x3d129a:0x158,_0x283442:0x17a,_0x418179:0x174,_0x14c3d9:0x118,_0xc8b823:0x10b,_0x5ca01b:0xeb},_0x53649e={_0x3dde84:0x121,_0x20ad6a:0x170,_0x4954de:0x7c,_0x2f4ddd:0x9f,_0x4425a0:0x93,_0x269cce:0x95,_0x510ce2:0x10b,_0x44e2cc:0x157,_0x46d670:0x15b,_0x28da3f:0x183,_0x8b8db9:0x157,_0x463278:0x142,_0xaac982:0x20a,_0x13bac9:0xc0,_0x193415:0x15a,_0x21cf9d:0x9f,_0x649749:0x5a,_0x480d58:0x5d,_0x2640a4:0xe1,_0xafdda7:0x10a,_0x186cc6:0x10f,_0x3ebcd3:0xd9,_0x394151:0x4e,_0xc7b78:0x165,_0x52f436:0x1a5,_0x2b3069:0x19d,_0x1a9d80:0x186,_0x1fb25e:0xc1,_0x424cdf:0x118,_0x583bbb:0x112,_0x1a31ff:0x177,_0x4157d7:0x161,_0x2a046f:0x113,_0xf2f823:0x1a2,_0x3faf1b:0x11b,_0x53688a:0x16d,_0x112717:0x107,_0x38260c:0x178,_0x5ed4f8:0xfb,_0x2e8983:0xf9,_0x136e3f:0xa3,_0x201112:0xef,_0x4d58d9:0x135,_0x6bdca7:0x10d},_0x158244={_0x1137b2:0xe3};function _0x2e83c6(_0x10b760,_0x121558,_0x356837,_0x20b287){return _0x342104(_0x356837,_0x121558-0x134,_0x356837-0xd9,_0x121558- -0xdc);}function _0x5393e5(_0x1629aa,_0x3cfb7c,_0x593baa,_0x5ecd1e){return _0x599b25(_0x1629aa-0x103,_0x593baa- -0x1fc,_0x3cfb7c,_0x5ecd1e-_0x158244._0x1137b2);}const _0x367217={'oTFOx':_0x2e83c6(-0xd2,-_0x51d483._0x9a0219,-0x65,-0x2a)+_0x2e83c6(-_0x51d483._0x14ad8a,-0xe3,-_0x51d483._0x50f9ff,-_0x51d483._0x1e79dc)+_0x5393e5(0x5c,_0x51d483._0x586321,0x6e,_0x51d483._0x496eac)+_0x2e83c6(-0x18,-0x7e,-_0x51d483._0x55a0b5,-_0x51d483._0x329321),'lkIOS':_0x2e83c6(-0x3a,-0x52,-_0x51d483._0x25c97a,-0xbd)+_0x5393e5(0x12e,0x11e,_0x51d483._0x36c085,0xdf),'TIBap':function(_0x10debe,_0x31c966){return _0x10debe!==_0x31c966;},'TYWZU':_0x5393e5(_0x51d483._0x5cfd55,_0x51d483._0x33eb2a,_0x51d483._0x1cadd3,_0x51d483._0x1e584f),'LRaID':_0x2e83c6(-_0x51d483._0x31b680,-0xd3,-_0x51d483._0x4f245a,-0xc7),'pKUwz':function(_0x518b35,_0x21e5ca){return _0x518b35>_0x21e5ca;},'pAiHR':_0x5393e5(_0x51d483._0x179356,0xad,_0x51d483._0x541181,0xd2),'XGSLE':function(_0x3d6f7e,_0x54c2ba){return _0x3d6f7e(_0x54c2ba);},'ObIRF':'Failed\x20to\x20'+_0x2e83c6(-0x58,-_0x51d483._0xa45839,-0x5,-_0x51d483._0x1a6c82)};try{const _0x782759=await getUsers(),_0x9b49cd=await getBindings(),_0x52ebc4=new Set(_0x9b49cd[_0x2e83c6(-_0x51d483._0x1bd12e,-_0x51d483._0xbc844a,_0x51d483._0x25dc3e,-_0x51d483._0x3ca464)](_0x209e94=>_0x209e94[_0x2e83c6(-0x125,-0xd4,-0xca,-0xf5)+'pe']===_0x2e83c6(-0x4b,-0x57,-0x4d,-0x6))[_0x5393e5(_0x51d483._0x4c7aab,0x0,0x6a,0xc6)](_0x58ccea=>_0x58ccea['subject_id'])),_0x3fb1d3=new Set(_0x9b49cd[_0x5393e5(0x17c,_0x51d483._0x5d7820,_0x51d483._0x5f236a,0xea)](_0x163c1b=>_0x163c1b[_0x5393e5(0xf9,0xc6,0xa6,0x8f)+'pe']===_0x2e83c6(-0xd4,-0x104,-0xc4,-0xb2))[_0x5393e5(0x11,0x4d,0x6a,0x8a)](_0x374d10=>_0x374d10[_0x5393e5(0xf1,0xe3,0x9f,0x40)])),_0x4288dc=await Promise[_0x5393e5(0xd8,_0x51d483._0x5a91fa,0x85,0xb8)](_0x782759[_0x5393e5(_0x51d483._0x3ab42c,0xbc,0x6a,_0x51d483._0x7afac5)](async({password_hash:_0x3bd240,..._0x331ae6})=>{const _0x25b2a1={_0x587f54:0x2,_0x53a8a2:0xe},_0x4a7901={_0x534bc4:0xe0},_0x5e9682={};_0x5e9682['XzBIB']=_0x367217[_0x574b28(_0x53649e._0x3dde84,0x10b,_0x53649e._0x20ad6a,0x17d)];function _0x60f47c(_0x5e5089,_0x454122,_0x78b6d9,_0x257620){return _0x5393e5(_0x5e5089-0x130,_0x78b6d9,_0x257620- -0xe,_0x257620-_0x4a7901._0x534bc4);}function _0x574b28(_0x43b43b,_0x4906ea,_0x461c4a,_0x3b52a2){return _0x2e83c6(_0x43b43b-_0x25b2a1._0x587f54,_0x461c4a-0x1fd,_0x43b43b,_0x3b52a2-_0x25b2a1._0x53a8a2);}const _0x4d171d=_0x5e9682;if(_0x367217[_0x60f47c(_0x53649e._0x4954de,0x83,_0x53649e._0x2f4ddd,_0x53649e._0x4425a0)](_0x367217[_0x60f47c(0xca,_0x53649e._0x269cce,_0x53649e._0x510ce2,0xf4)],_0x367217['LRaID'])){const _0x4beabe=_0x52ebc4[_0x574b28(0x18b,0x125,_0x53649e._0x44e2cc,0xef)](_0x331ae6['id']);let _0xce469c=![];if(_0x367217['pKUwz'](_0x3fb1d3[_0x574b28(0x173,_0x53649e._0x46d670,_0x53649e._0x28da3f,_0x53649e._0x8b8db9)],-0x129e*0x1+0x3ab*0x2+0x4*0x2d2)){if('yQOSk'===_0x367217[_0x574b28(0x13e,_0x53649e._0x463278,0x19f,_0x53649e._0xaac982)]){const _0x4bd87f={};return _0x4bd87f[_0x60f47c(_0x53649e._0x13bac9,_0x53649e._0x193415,_0x53649e._0x21cf9d,0x107)]=_0x4d171d[_0x60f47c(_0x53649e._0x649749,0xc1,0x13,_0x53649e._0x480d58)],_0x4bd87f['message']=_0x516084[_0x60f47c(0x164,_0x53649e._0x2640a4,0xa3,_0x53649e._0xafdda7)],_0x2f7796[_0x60f47c(_0x53649e._0x186cc6,0x84,0x128,_0x53649e._0x3ebcd3)](-0x127*-0x5+0x7*-0x28d+-0xdac*-0x1)[_0x60f47c(_0x53649e._0x394151,0x2b,0x35,0x65)](_0x4bd87f);}else{const _0x431872=await _0x367217[_0x574b28(_0x53649e._0xc7b78,_0x53649e._0x52f436,0x144,0x1ac)](getTeamsByUserId,_0x331ae6['id']);_0xce469c=_0x431872[_0x574b28(0x126,_0x53649e._0x2b3069,_0x53649e._0x1a9d80,0x1b0)](_0x26e5d4=>_0x3fb1d3[_0x60f47c(0x123,0xb2,0x73,0xc6)](_0x26e5d4['id']));}}const _0x26fbb4={..._0x331ae6};return _0x26fbb4[_0x60f47c(_0x53649e._0x1fb25e,_0x53649e._0x424cdf,_0x53649e._0x583bbb,0x109)+_0x574b28(_0x53649e._0x1a31ff,_0x53649e._0x4157d7,_0x53649e._0x2a046f,0x17c)]=_0x4beabe,_0x26fbb4[_0x574b28(0x18f,_0x53649e._0xf2f823,0x13e,0x13e)+'ding']=_0xce469c,_0x26fbb4;}else{const _0x1d1701={};return _0x1d1701[_0x60f47c(_0x53649e._0x3faf1b,_0x53649e._0x53688a,0x16e,_0x53649e._0x112717)]=_0x574b28(0x17f,0x116,0x156,_0x53649e._0x38260c)+_0x574b28(_0x53649e._0x5ed4f8,_0x53649e._0x2e8983,0x153,_0x53649e._0x38260c),_0x1d1701['message']=_0x367217[_0x574b28(0x11b,_0x53649e._0x136e3f,_0x53649e._0x201112,0xbb)],_0xe73fc1[_0x574b28(0x180,_0x53649e._0x4d58d9,0x16a,0x16d)](0x1871+0x190f+0x2*-0x17f8)[_0x574b28(0x13e,0x143,0xf6,_0x53649e._0x6bdca7)](_0x1d1701);}})),_0x3f9483={};_0x3f9483['users']=_0x4288dc,_0x27225f['json'](_0x3f9483);}catch(_0x1d771d){logger[_0x5393e5(_0x51d483._0xb3988d,_0x51d483._0x2469e8,_0x51d483._0x363d75,_0x51d483._0x15813c)](_0x367217[_0x5393e5(0x5b,0x6e,_0x51d483._0x38dd61,0xf1)],_0x1d771d);const _0x110772={};_0x110772['error']=_0x367217[_0x5393e5(_0x51d483._0x864aeb,_0x51d483._0x40ae4a,_0x51d483._0x18d9f2,_0x51d483._0x52580a)],_0x110772[_0x5393e5(_0x51d483._0x3d129a,_0x51d483._0x283442,0x118,0xc4)]=_0x1d771d[_0x5393e5(_0x51d483._0x418179,0xe8,_0x51d483._0x14c3d9,_0x51d483._0xc8b823)],_0x27225f['status'](0x158e+0x9*0x107+-0x1cd9)[_0x2e83c6(-0x171,-0x107,-0x138,-_0x51d483._0x5ca01b)](_0x110772);}}),router['get'](_0x599b25(0x310,0x30a,0x2fb,0x2dd),requirePermission(_0x599b25(0x222,0x26c,0x23c,0x2cf)),async(_0x1985e3,_0x3ed62f)=>{const _0x61e6ea={_0x388eff:0x346,_0x5255d7:0x391,_0x5b1da:0x255,_0x34971a:0x275,_0x346b65:0x22e,_0x3c7d33:0x25c,_0x38189e:0x2ae,_0x228cf3:0x1bb,_0x5dc0a2:0x223,_0x38c57d:0x21f,_0x39cd3a:0x27a,_0x4e169f:0x31b,_0x4ef786:0x335,_0x1eee2e:0x2cf,_0x5177a8:0x275,_0x6d4142:0x26f,_0xed1ef1:0x2f4,_0x4531b1:0x2b3,_0x129891:0x292,_0x463a0d:0x28f,_0x1f775d:0x340,_0x1221c6:0x2e7,_0x644f73:0x2b6,_0x2956e1:0x30c,_0x458d4c:0x2e3,_0x25a754:0x2c6,_0x3556a4:0x2c5,_0x519350:0x298,_0xb384f6:0x2c1,_0x438afc:0x265,_0x23aa8a:0x298,_0x105f2a:0x327,_0x4ffbfa:0x364,_0x65296b:0x33a,_0x242db2:0x1fc,_0x2a48ba:0x2ef,_0x4bb05d:0x2d6,_0x1ca39f:0x333,_0x1241ba:0x2d6,_0x365587:0x2d4,_0x5b898e:0x2aa,_0x406e59:0x393,_0x3817bf:0x2f4,_0x58a7d2:0x33d,_0x435e26:0x2a8,_0x38c7d8:0x286,_0x10616e:0x24b,_0x4ab4d7:0x2a0,_0x1c7d26:0x298},_0x2c26c5={_0x35b8a3:0x188,_0x42e0ba:0x12f},_0x319cbc={_0x7167f0:0xfd,_0x359d0d:0x29,_0x463974:0x85},_0x40cc36={'XqLvO':_0x357de2(0x31d,0x353,0x2e9,0x30e)+_0x357de2(0x2af,0x2bd,0x287,0x240),'Ljtfb':_0x5abf50(0x33f,_0x61e6ea._0x388eff,_0x61e6ea._0x5255d7,0x342),'CMWdZ':'BBdJj','dXBOm':function(_0x595573,_0x295ed5){return _0x595573(_0x295ed5);},'SuBUe':_0x357de2(_0x61e6ea._0x5b1da,_0x61e6ea._0x34971a,_0x61e6ea._0x346b65,0x22a)+_0x5abf50(_0x61e6ea._0x3c7d33,_0x61e6ea._0x38189e,0x2b2,0x28a)};function _0x5abf50(_0xbce34c,_0x57d570,_0x1b243f,_0x1a7b90){return _0x599b25(_0xbce34c-_0x319cbc._0x7167f0,_0x1a7b90-_0x319cbc._0x359d0d,_0xbce34c,_0x1a7b90-_0x319cbc._0x463974);}function _0x357de2(_0x16ba68,_0x387eb9,_0x41d16e,_0x50ef9e){return _0x599b25(_0x16ba68-_0x2c26c5._0x35b8a3,_0x41d16e- -0x3b,_0x50ef9e,_0x50ef9e-_0x2c26c5._0x42e0ba);}try{if(_0x40cc36[_0x357de2(0x1f0,_0x61e6ea._0x228cf3,_0x61e6ea._0x5dc0a2,_0x61e6ea._0x38c57d)]===_0x40cc36['CMWdZ']){const _0x11f20f={};return _0x11f20f[_0x357de2(0x279,0x304,0x2d6,_0x61e6ea._0x39cd3a)]=_0x40cc36[_0x357de2(0x210,0x1e3,0x23a,0x209)],_0x5199b0[_0x5abf50(_0x61e6ea._0x4e169f,_0x61e6ea._0x4ef786,_0x61e6ea._0x1eee2e,0x30c)](-0x2a9+0x1feb*-0x1+0x2428)[_0x357de2(_0x61e6ea._0x5177a8,0x25a,0x234,_0x61e6ea._0x6d4142)](_0x11f20f);}else{const _0x27e775=await _0x40cc36[_0x357de2(_0x61e6ea._0xed1ef1,_0x61e6ea._0x4531b1,_0x61e6ea._0x129891,_0x61e6ea._0x463a0d)](findUserById,_0x1985e3['params']['id']);if(!_0x27e775){const _0x33b67e={};return _0x33b67e[_0x5abf50(_0x61e6ea._0x1f775d,_0x61e6ea._0x1221c6,0x369,0x33a)]=_0x40cc36['XqLvO'],_0x3ed62f[_0x5abf50(0x2a6,0x374,_0x61e6ea._0x644f73,_0x61e6ea._0x2956e1)](0x1799+-0x1add+0x4d8)[_0x5abf50(_0x61e6ea._0x458d4c,_0x61e6ea._0x25a754,_0x61e6ea._0x3556a4,_0x61e6ea._0x519350)](_0x33b67e);}const {password_hash:_0x354c4a,..._0x4584cc}=_0x27e775;_0x3ed62f[_0x5abf50(0x249,_0x61e6ea._0xb384f6,_0x61e6ea._0x438afc,_0x61e6ea._0x23aa8a)](_0x4584cc);}}catch(_0x565aed){logger[_0x5abf50(_0x61e6ea._0x105f2a,_0x61e6ea._0x4ffbfa,0x35d,_0x61e6ea._0x65296b)](_0x357de2(0x282,0x21a,0x22e,_0x61e6ea._0x242db2)+'get\x20user',_0x565aed);const _0x851247={};_0x851247[_0x357de2(_0x61e6ea._0x2a48ba,0x2b8,_0x61e6ea._0x4bb05d,_0x61e6ea._0x1ca39f)]=_0x40cc36[_0x357de2(_0x61e6ea._0x1241ba,0x2dd,_0x61e6ea._0x365587,_0x61e6ea._0x5b898e)],_0x851247[_0x5abf50(_0x61e6ea._0x406e59,0x381,_0x61e6ea._0x3817bf,_0x61e6ea._0x58a7d2)]=_0x565aed['message'],_0x3ed62f[_0x357de2(0x2a8,0x287,_0x61e6ea._0x435e26,_0x61e6ea._0x38c7d8)](0x1*0x1c79+0x228f+-0x517*0xc)[_0x5abf50(0x2ba,_0x61e6ea._0x10616e,_0x61e6ea._0x4ab4d7,_0x61e6ea._0x1c7d26)](_0x851247);}}),router['post']('/',requirePermission(_0x599b25(0x331,0x315,0x2f6,0x314)+'te'),async(_0x3a6364,_0x20e2e6)=>{const _0x17a5a1={_0x217050:0xc8,_0x19ab62:0xb3,_0x1bf105:0x101,_0xa9ad51:0xa1,_0x3a3ee1:0x15a,_0x2d2c56:0x114,_0x1a96d7:0xde,_0x226326:0xc9,_0x5e239b:0x4c2,_0x184cad:0xff,_0x5ab70d:0x85,_0x2a08fe:0x94,_0x60e4db:0x53c,_0x5a3fd6:0x416,_0x44864f:0x470,_0x150961:0x168,_0x400621:0x11d,_0x194d4c:0xb7,_0x24bc1d:0x11b,_0xb4a253:0xc9,_0x518fd8:0x9b,_0x193f34:0xd2,_0x194ebb:0xe2,_0x3755d1:0xea,_0x45d102:0xdb,_0xdc6447:0x462,_0x45472d:0x47d,_0x4aab0b:0x46d,_0x2fcf6d:0x4b2,_0x5f4550:0x454,_0x2845fd:0xcf,_0x4fdcbd:0x120,_0x7eb948:0x108,_0x339b99:0x133,_0x4f564d:0xd1,_0x18c8dc:0xea,_0x5815be:0x46f,_0x10b9d2:0x3ef,_0x16ebbf:0x128,_0x5ae9fe:0xb0,_0x59ac81:0x7e,_0x2ed9e1:0x4bc,_0x2c8583:0x130,_0x225470:0x476,_0x1cf1c1:0x4c4,_0x3abfe3:0x49a,_0x40ffef:0x476,_0x1758d9:0x4a1,_0x2e309c:0x467,_0x27665b:0xc4,_0x500cf9:0x8e,_0x27f1e0:0x110,_0x576aea:0xfe,_0x2f3a11:0x48d,_0x4ffbf8:0x4a3,_0x317da0:0x49b,_0x48654e:0x4c1,_0x12af96:0x493,_0x4abcf5:0x4e9,_0x1c55ca:0xad,_0x21e68b:0x7f,_0x1d1da9:0xc1,_0xc7af32:0x43e,_0x4ec74b:0x3dd,_0x17f2e6:0x45c,_0x3fa0cd:0xa3,_0x45ebed:0xe1,_0x5abfe1:0x45f,_0x549d5a:0x49f,_0x3a5619:0x467,_0x48bb04:0x471,_0x444b37:0x3d3,_0x1f13b7:0x116,_0x352e3a:0xe9,_0x2b9a30:0x17b,_0x4e6c72:0x169,_0xbf209d:0xb6,_0x465a4f:0xc7,_0x411324:0x97,_0x47fe80:0x424,_0xad81b5:0x75,_0x32cf36:0x77,_0x44988a:0x83,_0x5d4a31:0x84,_0x154ff2:0x110,_0x28cc8a:0xb4,_0x5d1b34:0x4cc,_0x2ec0be:0x481,_0x21640f:0x507,_0x47c649:0x85,_0x168c14:0x12e,_0x3e2483:0xde,_0x151103:0xe1,_0x1c43e4:0x17d,_0x42b260:0x11d,_0x1f8913:0x438,_0x139d1d:0x468,_0x40c85f:0x496,_0x1c95c5:0x4f7,_0xb27212:0x4c8,_0x298b13:0x4fc,_0x4190cb:0xd3,_0x420724:0xc2,_0x23bb08:0x119,_0x347dc6:0x12c,_0x146bc4:0xf5,_0x49abef:0x7c,_0x111d08:0x4cd,_0xcc600d:0x495,_0x2fcbfe:0x4f1,_0x177171:0x145,_0x279624:0xe5,_0xed85a0:0x10e,_0x47b506:0x126,_0x191619:0xe5,_0x3d6540:0xcb,_0x408289:0x3d,_0x7e6023:0x7b,_0x468f29:0x60,_0x56a313:0xbd,_0x36d613:0xdc,_0x48b142:0x538,_0x564864:0xdf,_0x30c7be:0x70,_0x2f497f:0x47a,_0x40514c:0x4cb,_0x33f9b1:0x48b,_0x12496a:0x496,_0x3d86d0:0x452,_0x302f49:0x466,_0x951838:0x473,_0x426b28:0x436,_0xc9e91e:0xdc,_0x25db1d:0x4c4,_0x418c65:0x49b,_0x1eaf1b:0x4e5,_0x2fe72a:0x2c,_0x4cfcff:0x78,_0x2155d6:0x451,_0x3d992e:0x450,_0x496aaf:0x4ca,_0x3ab77c:0x4df,_0x10344c:0x4b6,_0x1b8d05:0x493,_0x8ed5fc:0x41e,_0x50d453:0x412,_0x32a87e:0x428,_0x524349:0x3e2,_0x48e503:0x4d6,_0x3f7130:0xe0,_0x536d26:0x56,_0x5adb96:0x78,_0x536c72:0x410,_0x5e7f38:0x3e4,_0x250fe8:0x478,_0x228ac5:0xfe,_0x357fd5:0x50,_0x560fce:0x11d,_0x343a1b:0x66,_0xef8b82:0xa8,_0x8ddbbc:0x471,_0x573102:0x474,_0x5f1060:0x12f,_0x392f75:0x416,_0x910ca2:0x449,_0x3322f6:0x3de,_0x401a5e:0xd9,_0x43c6ca:0xba,_0x3d8caf:0x81,_0x37e13a:0x7f,_0x4c1a27:0x488,_0x3b2bad:0x4a9,_0x29130a:0x6f,_0x43643c:0x48e,_0x3d1ec3:0xd0,_0xc48545:0xa9,_0x14652f:0xc9,_0x1481db:0x11d,_0x319986:0x43b,_0xc173b2:0x3d1,_0xc793af:0x42e,_0xc2610c:0x82,_0x2ae4ce:0x98,_0x5d1159:0x49c,_0x3baa01:0x48f,_0x42268a:0x4a7,_0x5d99f3:0x51f,_0x3dd1df:0x170,_0x25140c:0x104,_0x1e4105:0x150,_0x126509:0x172,_0x2c7ced:0x158,_0x1b05cc:0x3c0,_0x69d05c:0x4be,_0x54efc3:0x3e0,_0x2f52a9:0xf6,_0x51ed70:0x6d,_0x5416c4:0x73,_0x553d2c:0x8a,_0x48470b:0x39,_0x6c01b1:0xb6,_0x42a5cb:0xda,_0x1a68de:0xf2,_0x3f4183:0x49e,_0x2f927d:0x452,_0x4dfbce:0x4b8,_0x259b81:0x89,_0x37029f:0xd0,_0x3bc448:0xf4,_0x17d82c:0xeb,_0x62dbad:0x3ee,_0x3c834d:0x44f,_0x590b7d:0x428,_0x1e4811:0x450,_0x5c1062:0x405,_0x4809bf:0x4ac,_0x275160:0x4a5,_0x52fce7:0x443,_0x143974:0x477,_0xf6183a:0x1e,_0x4792e6:0x61,_0x498af1:0xbc,_0x35420b:0x6d,_0x19d265:0x121,_0x349c65:0x82,_0x5c729a:0xb8,_0x10e459:0x69,_0x11ac34:0xcd,_0xe8ce7b:0xab,_0x5bcba4:0x3fa,_0x298379:0xaf,_0x2297cd:0x13a,_0x885675:0x16b,_0x4eb215:0x457,_0x29a1a4:0x433,_0x52030b:0x462,_0x1614b7:0x480,_0x30a86b:0x4a0,_0x1630df:0x47,_0x107a56:0x78,_0x3112ac:0xf8,_0x2fe55e:0x471,_0x20085c:0x34,_0x5399ce:0x8c,_0x4df955:0xe6,_0x131c1b:0x138,_0x322dde:0x50a,_0x537ddf:0x4a9,_0x36f2e9:0xa8,_0x2c284f:0xc6,_0x22e93a:0x7e,_0xbbe534:0x9a,_0x222d55:0x477,_0x4e3fa4:0x403,_0x3d9f95:0xb4,_0x589ee4:0x3a,_0x4db218:0x8d,_0x5aee17:0x18,_0x505104:0xcb,_0x70a4b7:0xc4,_0x1dcbff:0x159,_0x1f3fb6:0x111,_0x30c478:0xa1,_0x20c30c:0xac,_0x5a23ad:0x135,_0x5cbd51:0x4c8,_0x28547:0x4ff,_0x4e14de:0x92,_0x2ab4fc:0x52,_0x1eaed6:0x75,_0x5367f5:0x48d,_0x5d919f:0x4c3,_0x221dbd:0xe4,_0x40c27e:0x139,_0x2645a3:0xec,_0x4692f9:0x4b1,_0x4f1ac5:0x4f0,_0x19ad7f:0x3d0,_0x18e82a:0x90,_0x777d35:0xb6,_0x1ec1f7:0x91,_0x4ccccf:0x4d3,_0x102c49:0x495,_0x2f0233:0x4b8,_0x2bc1bd:0x153,_0x3d2760:0x89,_0x5e9530:0x529,_0x31a1ab:0x488,_0x4598db:0x8b,_0x4c643c:0x49c,_0x4f187e:0x462,_0x2664c3:0x44a,_0x1dbe6a:0x428,_0x3f41e4:0x40c,_0x182abb:0x9c,_0x51bad7:0xa2,_0x42acde:0xb1,_0xd07d81:0x118,_0x337c3c:0x9d,_0x1c40de:0x4d5,_0x390f3e:0x122,_0x12e405:0x106,_0x1c4800:0xae,_0x389d86:0x112,_0x3d6b89:0x4f4,_0x49d836:0xe2,_0x39cff5:0xa8,_0x410797:0x84,_0x59171c:0xb0,_0x1c363e:0x3c5},_0x34dff9={_0x8ca8e3:0x6};function _0x362ffb(_0x1b485a,_0x499767,_0x5b3f97,_0x3b12b4){return _0x342104(_0x499767,_0x499767-0x140,_0x5b3f97-_0x34dff9._0x8ca8e3,_0x3b12b4- -0xf2);}const _0x480f9b={'TovmW':'User\x20not\x20f'+'ound','fvhFM':_0x362ffb(-0xb4,-0x10b,-_0x17a5a1._0x217050,-_0x17a5a1._0x19ab62)+_0x362ffb(-0xfd,-0x73,-_0x17a5a1._0x1bf105,-_0x17a5a1._0xa9ad51)+'dmin\x20to\x20de'+_0x362ffb(-_0x17a5a1._0x3a3ee1,-0x122,-0x119,-_0x17a5a1._0x2d2c56)+_0x362ffb(-0x105,-0x106,-_0x17a5a1._0x1a96d7,-_0x17a5a1._0x226326),'cOQYv':_0x23480e(_0x17a5a1._0x5e239b,0x516,0x4c0,0x51c)+'vide\x20a\x20val'+_0x362ffb(-0xc0,-_0x17a5a1._0x184cad,-0x10f,-0x122)+_0x362ffb(-_0x17a5a1._0x5ab70d,-0x6b,-0xfa,-_0x17a5a1._0x2a08fe),'CfytB':_0x23480e(0x4db,0x529,0x501,_0x17a5a1._0x60e4db)+_0x23480e(0x439,0x3db,_0x17a5a1._0x5a3fd6,_0x17a5a1._0x44864f),'AunaW':'Username\x20c'+_0x23480e(0x4c5,0x4b4,0x4da,0x4a3)+_0x362ffb(-_0x17a5a1._0x150961,-_0x17a5a1._0x400621,-_0x17a5a1._0x194d4c,-_0x17a5a1._0x24bc1d)+'ers,\x20numbe'+_0x362ffb(-0x91,-_0x17a5a1._0xb4a253,-_0x17a5a1._0x518fd8,-0xda)+_0x362ffb(-_0x17a5a1._0x193f34,-0x139,-0x18f,-0x136)+_0x362ffb(-_0x17a5a1._0x194ebb,-0xb9,-_0x17a5a1._0x3755d1,-_0x17a5a1._0x45d102),'ONsWr':_0x23480e(0x49b,0x4b7,_0x17a5a1._0xdc6447,0x442)+_0x23480e(_0x17a5a1._0x45472d,_0x17a5a1._0x4aab0b,_0x17a5a1._0x2fcf6d,_0x17a5a1._0x5f4550),'iXoBr':_0x362ffb(-0xba,-0x11e,-_0x17a5a1._0x2845fd,-0x123)+_0x362ffb(-0x150,-_0x17a5a1._0x4fdcbd,-_0x17a5a1._0x7eb948,-0x10e)+'r','MYfjR':_0x362ffb(-0xd6,-0x160,-0xcc,-_0x17a5a1._0x339b99)+_0x362ffb(-_0x17a5a1._0x4f564d,-_0x17a5a1._0x18c8dc,-0x61,-0x95),'hmWFn':function(_0x368180,_0x14c116){return _0x368180!==_0x14c116;},'NvCmi':'rhMYv','sRlNK':function(_0x5395bf,_0x29eed9){return _0x5395bf===_0x29eed9;},'ERARu':_0x23480e(0x457,_0x17a5a1._0x5815be,_0x17a5a1._0x10b9d2,0x417),'cNPbi':_0x362ffb(-0xeb,-_0x17a5a1._0x16ebbf,-_0x17a5a1._0x193f34,-0xe0)+'quired\x20fie'+_0x362ffb(-_0x17a5a1._0x5ae9fe,-0x84,-0x52,-_0x17a5a1._0x59ac81),'VlZxt':'username,\x20'+_0x23480e(_0x17a5a1._0x2ed9e1,0x4e4,0x4b4,_0x17a5a1._0x4aab0b)+'\x20name\x20are\x20'+_0x362ffb(-0xfa,-0x13a,-0x125,-_0x17a5a1._0x2c8583),'sVHrm':_0x23480e(0x4a0,_0x17a5a1._0x225470,_0x17a5a1._0x1cf1c1,0x4ce),'Mrsaw':function(_0x50ed48,_0x3dee00){return _0x50ed48<_0x3dee00;},'yQKlM':_0x23480e(_0x17a5a1._0x3abfe3,0x488,_0x17a5a1._0x40ffef,0x4de),'rXpQr':'Password\x20m'+_0x23480e(0x46d,_0x17a5a1._0x1758d9,_0x17a5a1._0x2e309c,0x4c6)+'least\x208\x20ch'+_0x362ffb(-_0x17a5a1._0x27665b,-_0x17a5a1._0x500cf9,-_0x17a5a1._0x27f1e0,-0xac)+'ong','jNctj':function(_0x2934ad,_0x3ee417){return _0x2934ad(_0x3ee417);},'ZZDrX':function(_0x130536,_0x4fd69c,_0x1b27dc){return _0x130536(_0x4fd69c,_0x1b27dc);},'FEhez':function(_0x132972,_0x21dd5d){return _0x132972&&_0x21dd5d;},'Ibaxy':_0x362ffb(-0x73,-_0x17a5a1._0x576aea,-_0x17a5a1._0x7eb948,-0xce)+_0x23480e(0x451,_0x17a5a1._0x2f3a11,0x444,_0x17a5a1._0x4ffbf8),'GHEyF':function(_0x1f2072,_0x4ea79b){return _0x1f2072!==_0x4ea79b;},'COOJr':_0x23480e(0x463,0x4b5,0x40e,_0x17a5a1._0x317da0),'YRyEt':_0x23480e(_0x17a5a1._0x48654e,_0x17a5a1._0x12af96,_0x17a5a1._0x4abcf5,0x500),'VRFIh':_0x362ffb(-0xc8,-_0x17a5a1._0x1c55ca,-_0x17a5a1._0x21e68b,-_0x17a5a1._0x1d1da9),'nFQhB':_0x23480e(_0x17a5a1._0xc7af32,_0x17a5a1._0x4ec74b,0x495,_0x17a5a1._0x17f2e6),'yZvJa':_0x362ffb(-0x95,-0x77,-_0x17a5a1._0x3fa0cd,-_0x17a5a1._0x45ebed),'Kdlhp':function(_0x146489,_0xb48d18,_0x4b8189){return _0x146489(_0xb48d18,_0x4b8189);},'HQeqN':function(_0x5529f4,_0x5f5bf9){return _0x5529f4===_0x5f5bf9;},'WNYIa':_0x23480e(_0x17a5a1._0x5abfe1,0x420,_0x17a5a1._0x549d5a,_0x17a5a1._0x3a5619),'IJyfC':_0x23480e(0x413,0x466,_0x17a5a1._0x48bb04,_0x17a5a1._0x444b37),'fhadS':_0x362ffb(-0x172,-_0x17a5a1._0x1f13b7,-_0x17a5a1._0x352e3a,-0x123)+'add\x20new\x20us'+_0x362ffb(-_0x17a5a1._0x2b9a30,-0x133,-_0x17a5a1._0x4e6c72,-0x121),'DXhCh':'User\x20creat'+'ed\x20success'+_0x362ffb(-_0x17a5a1._0xbf209d,-_0x17a5a1._0x465a4f,-0x84,-_0x17a5a1._0x411324),'AlZCT':function(_0x38cb0e,_0x408a6e){return _0x38cb0e===_0x408a6e;},'bmDMg':'SsbYn','IqISv':_0x23480e(0x43f,0x47b,0x3d5,_0x17a5a1._0x47fe80)+_0x362ffb(-_0x17a5a1._0xad81b5,-0x130,-0x107,-0xc7)+_0x362ffb(-_0x17a5a1._0x32cf36,-_0x17a5a1._0x44988a,-_0x17a5a1._0x44988a,-0xc5)};function _0x23480e(_0x99ccf3,_0x577cc2,_0x3c83a6,_0x587feb){return _0x599b25(_0x99ccf3-0x165,_0x99ccf3-0x1b9,_0x587feb,_0x587feb-0x13a);}try{if(_0x480f9b[_0x362ffb(-0x115,-0x8e,-0xf0,-0xd4)](_0x480f9b[_0x362ffb(-_0x17a5a1._0x5d4a31,-_0x17a5a1._0x154ff2,-0xa8,-_0x17a5a1._0x28cc8a)],_0x23480e(0x48b,0x432,0x4b9,_0x17a5a1._0x5d1b34))){const _0x2a7fb0={};return _0x2a7fb0[_0x23480e(0x4ca,_0x17a5a1._0x2ec0be,_0x17a5a1._0x21640f,0x4be)]=_0x480f9b[_0x362ffb(-0xd5,-_0x17a5a1._0x47c649,-_0x17a5a1._0x168c14,-_0x17a5a1._0x3e2483)],_0x3e6550['status'](-0x243a+0x16b0+0xf1e*0x1)[_0x362ffb(-_0x17a5a1._0x151103,-0x163,-_0x17a5a1._0x1c43e4,-_0x17a5a1._0x42b260)](_0x2a7fb0);}else{const {username:_0x2e9521,email:_0x308d88,name:_0x5a8280,password:_0x281ada,ssh_username:_0x4c783c,teamId:_0x4710aa,isServerAdmin:_0x43b11a}=_0x3a6364[_0x23480e(_0x17a5a1._0x1f8913,_0x17a5a1._0x139d1d,0x45c,0x45c)];if(!_0x2e9521||!_0x308d88||!_0x5a8280){if(_0x480f9b[_0x23480e(_0x17a5a1._0x40c85f,_0x17a5a1._0x1c95c5,_0x17a5a1._0xb27212,_0x17a5a1._0x298b13)](_0x362ffb(-_0x17a5a1._0x4190cb,-0x85,-_0x17a5a1._0x420724,-0xee),_0x480f9b[_0x362ffb(-_0x17a5a1._0x23bb08,-_0x17a5a1._0x3a3ee1,-_0x17a5a1._0x347dc6,-_0x17a5a1._0x146bc4)])){const _0x400dea={};return _0x400dea['error']=_0x480f9b[_0x362ffb(-0x39,-_0x17a5a1._0x49abef,-0x23,-0x70)],_0x400dea[_0x23480e(_0x17a5a1._0x111d08,_0x17a5a1._0xcc600d,_0x17a5a1._0x2fcbfe,0x487)]=_0x480f9b[_0x362ffb(-_0x17a5a1._0x177171,-0x9f,-0xe5,-_0x17a5a1._0x279624)],_0x20e2e6['status'](-0x1e*-0xd+-0x12f+0x139)[_0x362ffb(-0x117,-_0x17a5a1._0xed85a0,-0x16b,-_0x17a5a1._0x400621)](_0x400dea);}else{const _0x16cbe2={};return _0x16cbe2['error']=_0x480f9b['TovmW'],_0x269958[_0x362ffb(-0x50,-0x98,-0xa0,-0xa9)](0x6*0x36+-0x132e+0x137e)[_0x23480e(0x428,0x47f,0x448,0x436)](_0x16cbe2);}}const _0x559b61=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x559b61[_0x362ffb(-_0x17a5a1._0x47b506,-0x70,-_0x17a5a1._0x191619,-_0x17a5a1._0x3d6540)](_0x308d88)){const _0x411356={};return _0x411356[_0x362ffb(-0x9d,-_0x17a5a1._0x408289,-0x9f,-_0x17a5a1._0x7e6023)]=_0x362ffb(-0x89,-_0x17a5a1._0x468f29,-0xe3,-_0x17a5a1._0x56a313)+_0x362ffb(-0xdb,-0xd4,-_0x17a5a1._0x36d613,-0xc0),_0x411356[_0x23480e(_0x17a5a1._0x111d08,_0x17a5a1._0x48b142,0x50f,0x46b)]=_0x480f9b[_0x362ffb(-_0x17a5a1._0x564864,-0x89,-_0x17a5a1._0x30c7be,-0xb7)],_0x20e2e6['status'](-0x2249+0xc7*0x25+0x716)['json'](_0x411356);}const _0x1a6fcc=/^[a-zA-Z0-9_-]+$/;if(!_0x1a6fcc[_0x23480e(_0x17a5a1._0x2f497f,_0x17a5a1._0x40514c,0x475,_0x17a5a1._0x33f9b1)](_0x2e9521)){if(_0x480f9b[_0x23480e(_0x17a5a1._0x12496a,_0x17a5a1._0x3d86d0,0x48a,_0x17a5a1._0x302f49)](_0x480f9b[_0x23480e(_0x17a5a1._0x951838,0x4a4,0x48e,_0x17a5a1._0x426b28)],_0x480f9b['sVHrm'])){const _0x1deff6={};return _0x1deff6[_0x362ffb(-0x7f,-0xa8,-_0x17a5a1._0xc9e91e,-0x7b)]=_0x480f9b[_0x23480e(_0x17a5a1._0x25db1d,_0x17a5a1._0x418c65,0x4df,_0x17a5a1._0x1eaf1b)],_0x1deff6[_0x362ffb(-0x55,-_0x17a5a1._0x2fe72a,-0x35,-_0x17a5a1._0x4cfcff)]=_0x480f9b[_0x23480e(0x49d,_0x17a5a1._0x2155d6,_0x17a5a1._0x3d992e,0x4ad)],_0x20e2e6['status'](0xa*-0x20e+0x83*0x49+-0xf3f)['json'](_0x1deff6);}else{const _0x1093e5={};return _0x1093e5[_0x23480e(_0x17a5a1._0x496aaf,_0x17a5a1._0x3ab77c,_0x17a5a1._0x10344c,_0x17a5a1._0x1b8d05)]=_0x23480e(_0x17a5a1._0x8ed5fc,_0x17a5a1._0x50d453,_0x17a5a1._0x32a87e,0x43d)+_0x23480e(0x41d,_0x17a5a1._0x524349,0x3bd,0x467)+_0x23480e(_0x17a5a1._0x48e503,0x53e,0x4a5,0x4c2),_0x1093e5[_0x362ffb(-_0x17a5a1._0x3f7130,-0x21,-_0x17a5a1._0x536d26,-_0x17a5a1._0x5adb96)]=_0x480f9b[_0x23480e(_0x17a5a1._0x536c72,_0x17a5a1._0x5e7f38,_0x17a5a1._0x250fe8,_0x17a5a1._0x139d1d)],_0x4094af[_0x362ffb(-0xce,-_0x17a5a1._0x228ac5,-_0x17a5a1._0x357fd5,-0xa9)](0x83*0x33+0xb3f*-0x3+0x24d*0x4)[_0x362ffb(-0x111,-0xbf,-0x158,-_0x17a5a1._0x560fce)](_0x1093e5);}}if(_0x281ada&&_0x480f9b['Mrsaw'](_0x281ada[_0x362ffb(-_0x17a5a1._0x343a1b,-0x92,-_0x17a5a1._0xef8b82,-0xc6)],0x4d+0xf8*-0xb+0xa63)){if(_0x480f9b[_0x23480e(_0x17a5a1._0x8ddbbc,0x46b,_0x17a5a1._0x573102,_0x17a5a1._0x32a87e)](_0x480f9b[_0x362ffb(-0x101,-0x12f,-0x11e,-_0x17a5a1._0x5f1060)],_0x480f9b[_0x23480e(_0x17a5a1._0x392f75,_0x17a5a1._0x910ca2,_0x17a5a1._0x3322f6,0x414)])){const _0x478930=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x478930[_0x362ffb(-_0x17a5a1._0x401a5e,-_0x17a5a1._0x43c6ca,-_0x17a5a1._0x3d8caf,-_0x17a5a1._0x3d6540)](_0x5c6051)){const _0x3cdd9d={};return _0x3cdd9d[_0x362ffb(-0x50,-_0x17a5a1._0x37e13a,-0xa5,-0x7b)]=_0x23480e(_0x17a5a1._0x4c1a27,0x474,_0x17a5a1._0x3b2bad,0x450)+'ail',_0x3cdd9d[_0x362ffb(-_0x17a5a1._0x7e6023,-_0x17a5a1._0x29130a,-0x3b,-0x78)]=_0x480f9b[_0x23480e(_0x17a5a1._0x43643c,0x453,0x427,0x4c2)],_0x22c2cd[_0x362ffb(-0xa8,-0x4b,-_0x17a5a1._0x3d1ec3,-_0x17a5a1._0xc48545)](-0x2af*-0xd+0x264a*-0x1+-0x29*-0x1f)[_0x362ffb(-0xcb,-_0x17a5a1._0x14652f,-_0x17a5a1._0x27f1e0,-_0x17a5a1._0x1481db)](_0x3cdd9d);}}else{const _0x5e364c={};return _0x5e364c['error']=_0x480f9b[_0x23480e(_0x17a5a1._0x319986,_0x17a5a1._0xc173b2,0x40c,_0x17a5a1._0xc793af)],_0x5e364c['message']=_0x480f9b[_0x362ffb(-0xd2,-_0x17a5a1._0xc2610c,-0x7f,-_0x17a5a1._0x2ae4ce)],_0x20e2e6[_0x23480e(_0x17a5a1._0x5d1159,0x4a6,_0x17a5a1._0x3baa01,0x492)](0x1d9+0x14bb+0x434*-0x5)['json'](_0x5e364c);}}if(_0x4710aa){const _0x734b12=await _0x480f9b[_0x23480e(_0x17a5a1._0x42268a,_0x17a5a1._0x17f2e6,0x4fa,0x476)](getTeamById,_0x4710aa);if(!_0x734b12){const _0x46fd71={};return _0x46fd71[_0x23480e(0x4ca,_0x17a5a1._0x5d99f3,0x4fe,0x4c4)]=_0x362ffb(-0xd7,-_0x17a5a1._0x3dd1df,-_0x17a5a1._0x25140c,-0x131)+'am',_0x46fd71[_0x23480e(0x4cd,0x493,0x4ab,0x473)]=_0x362ffb(-_0x17a5a1._0x1e4105,-_0x17a5a1._0x126509,-_0x17a5a1._0x2c7ced,-0x113)+_0x4710aa+('\x27\x20not\x20foun'+'d'),_0x20e2e6['status'](0x1*0x1eef+-0xd22+0x103d*-0x1)[_0x23480e(0x428,0x43c,_0x17a5a1._0x1b05cc,0x3bf)](_0x46fd71);}const _0x521e36=_0x480f9b['sRlNK'](_0x3a6364[_0x23480e(0x4d8,0x53d,0x540,0x483)][_0x23480e(_0x17a5a1._0x2f3a11,0x440,0x4eb,_0x17a5a1._0x69d05c)+_0x23480e(0x40c,0x3e4,0x447,_0x17a5a1._0x54efc3)],!![]),_0x94c29d=await _0x480f9b[_0x362ffb(-0x94,-0x13e,-0xed,-_0x17a5a1._0x2f52a9)](isTeamManager,_0x3a6364[_0x362ffb(-0xad,-0x7,-0x4f,-_0x17a5a1._0x51ed70)]['id'],_0x4710aa);if(_0x480f9b[_0x362ffb(-_0x17a5a1._0x5416c4,-_0x17a5a1._0x553d2c,-0x70,-0xa2)](!_0x521e36,!_0x94c29d)){const _0xfab783={};return _0xfab783[_0x362ffb(-0x4c,-0x64,-_0x17a5a1._0x48470b,-0x7b)]=_0x480f9b['Ibaxy'],_0xfab783['message']=_0x362ffb(-_0x17a5a1._0x6c01b1,-0x155,-_0x17a5a1._0x42a5cb,-_0x17a5a1._0x1a68de)+_0x23480e(_0x17a5a1._0x3f4183,_0x17a5a1._0x2f927d,0x489,_0x17a5a1._0x4dfbce)+'\x20Admin\x20or\x20'+'manager\x20of'+_0x362ffb(-0x6d,-0x74,-_0x17a5a1._0x259b81,-_0x17a5a1._0x37029f)+_0x362ffb(-0x114,-_0x17a5a1._0x3bc448,-0x13d,-_0x17a5a1._0x17d82c)+_0x23480e(0x411,_0x17a5a1._0x62dbad,_0x17a5a1._0x17f2e6,_0x17a5a1._0x3c834d)+'t',_0x20e2e6['status'](0x232d+-0x1*0xdf6+-0x13a4)[_0x23480e(_0x17a5a1._0x590b7d,0x466,_0x17a5a1._0x1e4811,_0x17a5a1._0x5c1062)](_0xfab783);}}const _0x334cf6={'username':_0x2e9521,'email':_0x308d88,'name':_0x5a8280,'password':_0x281ada,'ssh_username':_0x4c783c&&_0x4c783c[_0x23480e(0x4a5,_0x17a5a1._0x4809bf,_0x17a5a1._0x111d08,0x4cb)]()?_0x4c783c[_0x23480e(_0x17a5a1._0x275160,_0x17a5a1._0x52fce7,_0x17a5a1._0x143974,0x44a)]():null};if(_0x480f9b['hmWFn'](_0x43b11a,undefined)&&_0x3a6364[_0x362ffb(-_0x17a5a1._0xf6183a,-_0x17a5a1._0x4792e6,-_0x17a5a1._0x498af1,-_0x17a5a1._0x35420b)][_0x362ffb(-_0x17a5a1._0x19d265,-_0x17a5a1._0x349c65,-0x59,-_0x17a5a1._0x5c729a)+_0x362ffb(-0x102,-0xd0,-0x113,-0x139)]===!![]){if(_0x480f9b[_0x362ffb(-_0x17a5a1._0x10e459,-0x78,-0x125,-_0x17a5a1._0x11ac34)](_0x480f9b[_0x362ffb(-0x123,-_0x17a5a1._0xe8ce7b,-0x99,-_0x17a5a1._0x4190cb)],_0x480f9b[_0x23480e(0x443,0x3f9,0x3f0,_0x17a5a1._0x5bcba4)]))_0x334cf6['isServerAd'+'min']=!!_0x43b11a;else{const _0x53fdb6={};return _0x53fdb6['error']=_0x362ffb(-_0x17a5a1._0x298379,-_0x17a5a1._0x2297cd,-_0x17a5a1._0x885675,-0x106)+_0x23480e(0x47e,_0x17a5a1._0x4eb215,_0x17a5a1._0x29a1a4,_0x17a5a1._0x52030b)+_0x23480e(_0x17a5a1._0x1614b7,0x48e,_0x17a5a1._0x30a86b,0x4ab),_0x53fdb6[_0x362ffb(-_0x17a5a1._0x27665b,-0xf,-0x89,-0x78)]=_0x4f223c[_0x362ffb(-0x68,-0x5c,-_0x17a5a1._0x1630df,-_0x17a5a1._0x107a56)],_0x1e2459[_0x23480e(0x49c,0x48c,0x4f4,0x4fb)](-0x1725+-0x2*0xf55+0x2*0x1bb4)['json'](_0x53fdb6);}}const _0x1bd708=await _0x480f9b[_0x362ffb(-_0x17a5a1._0x3d1ec3,-0xe6,-_0x17a5a1._0x3112ac,-0x9e)](createUser,_0x334cf6);if(_0x4710aa){if(_0x480f9b[_0x23480e(_0x17a5a1._0x2fe55e,0x4cd,0x4b7,0x4c8)](_0x480f9b[_0x362ffb(-_0x17a5a1._0x20085c,-0x81,-0x73,-_0x17a5a1._0x5399ce)],_0x480f9b['nFQhB']))try{if(_0x480f9b[_0x362ffb(-0xfd,-0xe5,-_0x17a5a1._0x4df955,-_0x17a5a1._0x131c1b)]===_0x480f9b['yZvJa'])await _0x480f9b['Kdlhp'](addMember,_0x4710aa,_0x1bd708['id']);else{const _0x3e2792={};return _0x3e2792['error']=_0x480f9b[_0x23480e(0x4c4,0x4b4,_0x17a5a1._0x322dde,_0x17a5a1._0x537ddf)],_0x3e2792['message']=_0x480f9b[_0x362ffb(-_0x17a5a1._0x2ae4ce,-0xcd,-_0x17a5a1._0x5ae9fe,-_0x17a5a1._0x36f2e9)],_0x34b929['status'](0x168b+0x21a+-0x1715)[_0x362ffb(-0x17b,-_0x17a5a1._0x37029f,-_0x17a5a1._0x2c284f,-0x11d)](_0x3e2792);}}catch(_0x2ed110){if(_0x480f9b[_0x362ffb(-_0x17a5a1._0x518fd8,-_0x17a5a1._0x22e93a,-0x7d,-_0x17a5a1._0xbbe534)](_0x480f9b[_0x23480e(0x4cf,0x4a6,0x4cf,_0x17a5a1._0x222d55)],_0x480f9b[_0x23480e(0x429,0x3be,_0x17a5a1._0x4e3fa4,0x44a)])){const _0x461763={};return _0x461763['error']=_0x480f9b[_0x362ffb(-0x147,-0x102,-_0x17a5a1._0x3d9f95,-0x10a)],_0x461763[_0x362ffb(-_0x17a5a1._0x589ee4,-_0x17a5a1._0x4db218,-_0x17a5a1._0x5aee17,-0x78)]=_0x362ffb(-_0x17a5a1._0x505104,-_0x17a5a1._0x70a4b7,-0xf3,-0x129)+'ust\x20be\x20at\x20'+_0x362ffb(-_0x17a5a1._0x4f564d,-_0x17a5a1._0x11ac34,-_0x17a5a1._0x1dcbff,-_0x17a5a1._0x1f3fb6)+_0x362ffb(-_0x17a5a1._0x30c478,-0xc2,-_0x17a5a1._0x29130a,-_0x17a5a1._0x20c30c)+_0x362ffb(-_0x17a5a1._0x5a23ad,-0x128,-0x10f,-0x10f),_0x439a25['status'](-0x5cb*-0x1+0xd16*-0x1+0x8db*0x1)['json'](_0x461763);}else{const _0x11de02={};_0x11de02[_0x23480e(0x466,0x445,0x488,_0x17a5a1._0x5cbd51)]=_0x1bd708['id'],_0x11de02['teamId']=_0x4710aa,_0x11de02[_0x23480e(0x4ca,_0x17a5a1._0x28547,0x4b8,0x484)]=_0x2ed110['message'],logger[_0x362ffb(-_0x17a5a1._0x4e14de,-0xb,-_0x17a5a1._0x2ab4fc,-_0x17a5a1._0x1eaed6)](_0x480f9b['fhadS'],_0x11de02);}}else _0x4fd6d[_0x23480e(_0x17a5a1._0x5367f5,_0x17a5a1._0x5d919f,0x49f,0x4e1)+_0x362ffb(-_0x17a5a1._0x221dbd,-0x165,-0x16a,-_0x17a5a1._0x40c27e)]=!!_0x30099b;}const _0xdde170={};_0xdde170['message']=_0x480f9b[_0x362ffb(-0x12b,-0xb7,-0xab,-_0x17a5a1._0x2645a3)],_0xdde170[_0x23480e(0x4d8,_0x17a5a1._0x4692f9,0x47a,_0x17a5a1._0x4f1ac5)]=_0x1bd708,_0x20e2e6['status'](-0xa85+0x248c+-0x193e)[_0x23480e(_0x17a5a1._0x32a87e,0x45e,_0x17a5a1._0x19ad7f,0x48f)](_0xdde170);}}catch(_0x7af41d){logger['error'](_0x480f9b['iXoBr'],_0x7af41d);if(_0x7af41d[_0x362ffb(-_0x17a5a1._0x18e82a,-_0x17a5a1._0x777d35,-_0x17a5a1._0x1ec1f7,-0x78)]['includes']('already\x20ex'+_0x23480e(0x4b0,_0x17a5a1._0x4ccccf,_0x17a5a1._0x102c49,_0x17a5a1._0x2f0233))){if(_0x480f9b['AlZCT'](_0x362ffb(-_0x17a5a1._0x2bc1bd,-0x144,-_0x17a5a1._0x3d2760,-0xf3),_0x480f9b['bmDMg'])){const _0x46bf97={};return _0x46bf97[_0x23480e(0x4ca,_0x17a5a1._0x5e9530,_0x17a5a1._0x31a1ab,0x51d)]=_0x480f9b[_0x362ffb(-_0x17a5a1._0x194ebb,-0xb9,-0x44,-_0x17a5a1._0x4598db)],_0x46bf97['message']=_0x7af41d['message'],_0x20e2e6[_0x23480e(_0x17a5a1._0x4c643c,_0x17a5a1._0x4f187e,_0x17a5a1._0x5367f5,_0x17a5a1._0x2664c3)](0x1f5f+-0x18ab+-0x51b)[_0x23480e(_0x17a5a1._0x1dbe6a,0x474,0x421,_0x17a5a1._0x3f41e4)](_0x46bf97);}else{_0x4fb772[_0x362ffb(-0x2b,-_0x17a5a1._0x7e6023,-_0x17a5a1._0x182abb,-0x7b)](_0x480f9b['iXoBr'],_0x187cad);if(_0x11ffe4[_0x362ffb(-0x80,-0x44,-_0x17a5a1._0x51bad7,-0x78)][_0x362ffb(-0x14c,-0x154,-_0x17a5a1._0x42acde,-_0x17a5a1._0xd07d81)](_0x480f9b[_0x362ffb(-0x70,-0xb8,-0x68,-_0x17a5a1._0x337c3c)])){const _0x146302={};return _0x146302[_0x23480e(_0x17a5a1._0x496aaf,_0x17a5a1._0x5d919f,0x47a,_0x17a5a1._0x1c40de)]=_0x362ffb(-_0x17a5a1._0x51bad7,-0xac,-_0x17a5a1._0x390f3e,-_0x17a5a1._0x12e405)+'lready\x20exi'+'sts',_0x146302[_0x23480e(_0x17a5a1._0x111d08,0x524,_0x17a5a1._0x48654e,0x4d6)]=_0xd1a5e[_0x362ffb(-_0x17a5a1._0x536d26,-_0x17a5a1._0x1c4800,-_0x17a5a1._0x1c55ca,-_0x17a5a1._0x4cfcff)],_0x1b6383[_0x362ffb(-0xb2,-_0x17a5a1._0x389d86,-0x73,-0xa9)](0x3*-0x260+-0x1161+0x1a1a)[_0x362ffb(-0x179,-0x12d,-_0x17a5a1._0x505104,-0x11d)](_0x146302);}const _0x3f2234={};_0x3f2234['error']=_0x480f9b[_0x362ffb(-0xbb,-0x11a,-0x12b,-0x104)],_0x3f2234['message']=_0x1b1605['message'],_0x45263a[_0x23480e(0x49c,_0x17a5a1._0x3d6b89,_0x17a5a1._0x3baa01,0x4e9)](-0x1ccb*-0x1+-0x25d*-0xe+-0x3bed)[_0x362ffb(-0xc3,-0x125,-0xc1,-_0x17a5a1._0x400621)](_0x3f2234);}}const _0x29f710={};_0x29f710['error']=_0x480f9b[_0x362ffb(-0x104,-0xe3,-_0x17a5a1._0x49d836,-0x104)],_0x29f710[_0x362ffb(-0x24,-0xc4,-_0x17a5a1._0x39cff5,-_0x17a5a1._0x107a56)]=_0x7af41d['message'],_0x20e2e6[_0x362ffb(-_0x17a5a1._0x410797,-0x7a,-_0x17a5a1._0x59171c,-_0x17a5a1._0xc48545)](-0x20ff*0x1+0x23e8+-0xf5)[_0x23480e(0x428,0x470,_0x17a5a1._0x1c363e,_0x17a5a1._0xdc6447)](_0x29f710);}}),router[_0x599b25(0x2c1,0x2fa,0x2c4,0x2bd)](_0x599b25(0x357,0x30a,0x2da,0x2bc),requirePermission(_0x599b25(0x28d,0x2e6,0x328,0x2c4)),async(_0x334a50,_0x1a6ff7)=>{const _0x54d8e7={_0x57dc2e:0x181,_0x19c251:0xb8,_0x4f4d57:0x61,_0x709b1d:0xc8,_0x278385:0x4a,_0x4af81e:0x6b,_0x4b89b5:0x7a,_0x179199:0x107,_0x5cf72d:0x21,_0x1705b6:0xb9,_0x58edf2:0x20d,_0x4a9ef0:0x275,_0x17e3c4:0x1aa,_0x4f0efe:0x24b,_0x2bff53:0x20e,_0x24960d:0x204,_0x30bc68:0x19f,_0x377c13:0x13f,_0x647dd0:0x1fd,_0xbf5ac1:0x198,_0x4214e8:0x14c,_0x11b1e1:0x17e,_0x4191b0:0x172,_0x34073b:0x229,_0xe0d688:0x215,_0x4e04ee:0x200,_0x56619e:0xda,_0x47f9a2:0x9f,_0x5717c8:0x10b,_0xf1625d:0x1b7,_0x5c9d1:0x15a,_0x14b5b4:0x100,_0x260881:0x134,_0x775da5:0x112,_0x5e74bd:0x83,_0x2cad3d:0xd8,_0x3716f4:0x13e,_0x19d0c1:0x75,_0x2e358c:0x119,_0x34a70e:0x155,_0x3ef2fb:0xf9,_0x505471:0x22d,_0x254fcb:0x1af,_0x3b75af:0xa3,_0x2a1c3a:0x82,_0x1757bd:0xfb,_0x2170c6:0x5e,_0x2d18e6:0x55,_0x412dfc:0x1ab,_0x32e3f8:0x1ee,_0x61e01f:0x1f7,_0x3d5bb1:0x15c,_0x15d1a4:0x158,_0x4922af:0x16b,_0x2f1573:0x1d5,_0x2d26d1:0x1fc,_0x435079:0xbd,_0x3ac71f:0x9c,_0x442ce5:0xa5,_0x1a3114:0x5c,_0x103c6d:0x253,_0x342e6d:0x214,_0x1d226c:0x1ee,_0x4e090c:0xac,_0x210736:0x3e,_0x1ca6ac:0x170,_0x45b096:0x1d3,_0x2b1907:0x98,_0xb86566:0x202,_0x26ea7c:0x1aa,_0x346ed0:0xbb,_0x4f05ca:0x11d,_0x595d41:0x123,_0x5b48dc:0x68,_0x598923:0x9d,_0x35490f:0x60,_0x57a6aa:0x199,_0x1628e4:0x166,_0x5daeb4:0x86,_0x5db4f4:0xa4,_0x2311d6:0x46,_0x41ea9b:0x174,_0x5a6b2b:0x1a7,_0x4ea03a:0x163,_0xc17f6c:0x1ae,_0x4ecc80:0x8b,_0x2d5410:0xc4,_0x11d2db:0x5b,_0xf3beb3:0x81,_0x3177f8:0x87,_0x4035dc:0x26,_0x10d52d:0x1d,_0x4f1237:0x8b,_0x352c04:0x40,_0x50db97:0x2d,_0x29ac76:0xf0,_0x193375:0xe0,_0x348499:0x80,_0xd15d98:0x1bd,_0x54833f:0x136,_0x2454e4:0x10a,_0x28b4d7:0xf3,_0x18c2c0:0x19f,_0x53dd90:0x199,_0x27f382:0x1f5,_0x1b5cae:0x1b5,_0x1b8e9e:0x17f,_0x5ebaf3:0x15f,_0x5406aa:0x8e,_0x2a5496:0x3b,_0x1521f8:0x17c,_0x3b32fb:0x1ac,_0x3749d1:0x1e6,_0x3ab095:0x21,_0x5d92ae:0x73,_0x1be3d3:0x11c,_0x15eab0:0x169,_0x3cffc4:0xf7,_0x16ca3d:0x31,_0x4140af:0x18,_0x459b51:0x59,_0x554288:0x17f,_0x1928af:0x1d3,_0x3b7f50:0x1b1,_0x311d1d:0x13b,_0x4b010c:0x1a0,_0x88234c:0x5a,_0x50f8b7:0x32,_0x43e4db:0x164,_0x3f20dc:0x75,_0x24670c:0x5c,_0xbdaead:0xa2,_0x2bd893:0x69,_0x3dac74:0x183,_0x1872f3:0x1ca,_0x386783:0x1db,_0x128028:0x20e,_0x1dd1f7:0x5a,_0x2eab83:0x82,_0x2fb4c6:0xc2,_0x265e6f:0x5d,_0x413473:0x22,_0x1ee9a2:0x19d,_0x50814b:0x143,_0x4c42de:0x1a7,_0x4c091a:0x116,_0x4ebc4e:0x8b,_0x5bc7a3:0x79,_0x4d25cb:0x1,_0x4a747e:0x203,_0x30e24e:0x13c,_0x5445a9:0x15,_0x1c6f78:0x140,_0x22c8b5:0x1b3,_0x23aaba:0x17e,_0x127a6d:0x1df,_0x5bab13:0x1c0,_0x2ed3ed:0x1b0,_0x2cb077:0x13a,_0x48e850:0xfe,_0x3b725e:0x1ac,_0x5eddaa:0x194,_0x4fae43:0x5d,_0x57b2d0:0xe,_0x3f4091:0x130,_0x40e71b:0x1b9,_0x3d0e18:0x163,_0x1507d9:0x18a,_0x33cfbd:0x18c,_0x2599c3:0x139,_0x5be68c:0xd6,_0x2aa6d1:0x90,_0x28222d:0xc0,_0x2c1b7e:0x17a,_0x21d425:0x1c6,_0x298516:0x15d,_0x17b658:0x1b6,_0x5a4c54:0xa0,_0x16eb48:0x93,_0x1ef6a4:0x5d,_0x4d6449:0x2,_0x411083:0x17c,_0x43c0a9:0x147,_0x2e8c9d:0x14c,_0x5e2b3a:0x194,_0x210caf:0x13a,_0x3e576e:0xf4,_0x1fdfea:0x9a,_0x18299b:0x70,_0x503647:0xcf,_0x551de2:0x37,_0x1a1968:0x1e8,_0x5f433a:0x1da,_0x4dc6ae:0x1f7,_0x238a28:0x183,_0x466004:0x1bb,_0x3b8140:0x22a,_0x49239c:0x5a,_0x418893:0x4,_0x256019:0x1b8,_0xc01338:0x1b5,_0x3ac04d:0x214,_0x4967b8:0x1de,_0x59b7c1:0x1a2,_0x1a5f1f:0xd2,_0x350341:0xd2,_0x3f2b33:0x19d,_0x3fbcf8:0x24f,_0x47ea20:0x91,_0x204c9f:0x157,_0x1f71c9:0x126,_0x45edf2:0x166,_0x4b5259:0x184,_0x234846:0x18c,_0x2e5ad3:0xe7,_0x47be4d:0x7c,_0x4ebdb9:0xa5,_0xc46cef:0xa8,_0x295480:0x49,_0x456acb:0x16b,_0xebe378:0xa6,_0x3cf232:0x9d,_0x4fda71:0x97,_0x436610:0x106,_0x14cd08:0xfc,_0xf547d3:0x1a9,_0x3d56cb:0x78,_0xf67507:0x41,_0x441659:0x1c3,_0x41574e:0x1f4,_0x386cf2:0x1f0,_0x55679a:0x1d1,_0x57e638:0x208,_0x389a05:0xfe,_0x1660f9:0x148,_0xa7d80b:0xe3,_0x5768e3:0xb9,_0x4b42b9:0x5b,_0x460743:0xab,_0x18013a:0xc9,_0x566478:0x54,_0x1f57b3:0x6,_0x578c5e:0x6d,_0x27ce71:0x80,_0xb6c887:0x92,_0xa13878:0x1a4,_0x29d0c4:0x142,_0x59418b:0x12c,_0x34a38c:0x163,_0x58604e:0x195,_0x1ecc18:0x12f,_0x3e1683:0x16d,_0x3d4fcb:0x21f,_0x53b876:0x224,_0x5a802d:0x67,_0x41be5b:0x12,_0x2472e8:0x80,_0x1ea55c:0x190,_0x2abeec:0x19a,_0x131471:0x1ec,_0x351ef4:0xad,_0x176b2f:0x10f,_0x27bda2:0x105,_0xb276ed:0x19a,_0x13e354:0x125,_0x225bcf:0x107,_0x48cdfc:0x1e2,_0x1ac8ce:0x1fd,_0x46a150:0x216,_0x52a926:0xbc,_0x12ce6b:0xdd,_0x33855e:0x188,_0x119d2a:0x245,_0xf0e285:0x1d0,_0x1a1c2a:0x1d7,_0x50a6d0:0x208,_0x50b885:0x1f1,_0x2d010d:0x176,_0x4af498:0x1b2,_0x202382:0x1be,_0x2f7973:0x1b0,_0x271580:0x5a,_0x470a73:0x36,_0x11f93a:0x7f,_0x481a19:0x43,_0x5b9e9e:0x1c6,_0x2459f4:0x21b,_0x42e1bc:0x1c9,_0x45604f:0x118,_0x2c3cf4:0x197,_0x5d651e:0x19c,_0x5eafd4:0x208,_0x5f5728:0x25c,_0x58367a:0xc5,_0x701f87:0x79,_0x2fcafb:0x119,_0x2e0e9e:0x160,_0x36e8de:0xff,_0x304775:0x11b,_0x23ff16:0x133,_0x6548f0:0x1c2,_0x623f80:0x14d,_0x3646fb:0x163,_0x225059:0x196,_0x485cd8:0x184,_0x3d99f2:0x9b},_0x21fe4c={_0x32b913:0x477},_0x37d471={_0x27354b:0xf8,_0xadd1a:0xd4};function _0x3c1599(_0x1614e1,_0x2369ad,_0x1bb92d,_0x3aef0b){return _0x342104(_0x3aef0b,_0x2369ad-0x161,_0x1bb92d-_0x37d471._0x27354b,_0x1614e1- -_0x37d471._0xadd1a);}const _0x3df4b3={'fDoQw':'Username\x20a'+'lready\x20exi'+_0xd61618(-0x1ec,-_0x54d8e7._0x57dc2e,-0x14e,-0x1b0),'UcbEs':_0x3c1599(-_0x54d8e7._0x19c251,-_0x54d8e7._0x4f4d57,-0xbd,-_0x54d8e7._0x709b1d),'QRQjs':_0x3c1599(-_0x54d8e7._0x278385,-0x91,-_0x54d8e7._0x4af81e,-_0x54d8e7._0x4b89b5)+_0x3c1599(-0xac,-0xc1,-_0x54d8e7._0x179199,-0x82),'yEEkh':'Failed\x20to\x20'+_0x3c1599(-0x7e,-_0x54d8e7._0x5cf72d,-0x82,-_0x54d8e7._0x1705b6)+'r','UWYBN':'Invalid\x20pa'+_0xd61618(-_0x54d8e7._0x58edf2,-0x176,-0x1f8,-0x1b3),'hqqRU':_0xd61618(-_0x54d8e7._0x4a9ef0,-_0x54d8e7._0x17e3c4,-_0x54d8e7._0x4f0efe,-_0x54d8e7._0x2bff53)+_0xd61618(-0x1f7,-0x1dd,-0x14f,-0x1a4)+'er\x20to\x20team','zTpJI':'Use\x20profil'+_0xd61618(-0x1f2,-0x232,-_0x54d8e7._0x24960d,-0x1f3)+_0xd61618(-_0x54d8e7._0x30bc68,-0x13f,-_0x54d8e7._0x377c13,-0x175)+_0xd61618(-_0x54d8e7._0x647dd0,-0x141,-0x1a5,-_0x54d8e7._0xbf5ac1)+_0xd61618(-_0x54d8e7._0x4214e8,-0x17b,-_0x54d8e7._0x11b1e1,-_0x54d8e7._0x4191b0)+'r\x20ask\x20anot'+_0xd61618(-0x1e2,-0x20e,-0x1b8,-0x1c8),'yUtUW':function(_0x10e644,_0x118e86){return _0x10e644===_0x118e86;},'esqwY':function(_0x4cdce5,_0x12a5d3){return _0x4cdce5!==_0x12a5d3;},'JHUZt':_0xd61618(-_0x54d8e7._0x34073b,-_0x54d8e7._0xe0d688,-0x216,-_0x54d8e7._0x4e04ee),'QRvoS':'RjjnD','ucDCD':_0x3c1599(-0x10c,-_0x54d8e7._0x56619e,-0xf4,-0xec)+_0x3c1599(-0x9d,-_0x54d8e7._0x1705b6,-0xc9,-_0x54d8e7._0x47f9a2)+_0xd61618(-_0x54d8e7._0x5717c8,-_0x54d8e7._0xf1625d,-0x191,-_0x54d8e7._0x5c9d1),'lMRpZ':function(_0x311782,_0x1022cc){return _0x311782(_0x1022cc);},'Cozpx':function(_0x1de32d,_0x190a1e){return _0x1de32d!==_0x190a1e;},'sgNDq':function(_0x52cbf6,_0x2dd2c2){return _0x52cbf6!==_0x2dd2c2;},'udDXI':function(_0x2117a5,_0x483bc4){return _0x2117a5!==_0x483bc4;},'xPzfM':function(_0x50962a,_0x24a77b){return _0x50962a===_0x24a77b;},'qWAXf':_0x3c1599(-0xd2,-_0x54d8e7._0x14b5b4,-_0x54d8e7._0x260881,-_0x54d8e7._0x775da5),'EvJxj':'xCbBt','jIXyS':_0x3c1599(-0xde,-_0x54d8e7._0x5e74bd,-_0x54d8e7._0x2cad3d,-0x9e),'KlXRe':_0x3c1599(-0xdf,-_0x54d8e7._0x3716f4,-0xe2,-_0x54d8e7._0x19d0c1),'MrGDK':_0xd61618(-_0x54d8e7._0x2e358c,-_0x54d8e7._0x34a70e,-0x18b,-0x16e)+_0x3c1599(-0xdb,-_0x54d8e7._0x3ef2fb,-0x9c,-0xab)+_0xd61618(-_0x54d8e7._0x505471,-_0x54d8e7._0x254fcb,-0x1cd,-_0x54d8e7._0x58edf2)+_0x3c1599(-0x76,-0x95,-0x6a,-_0x54d8e7._0x3b75af),'JseqB':_0x3c1599(-0xa4,-0xbb,-_0x54d8e7._0x2a1c3a,-_0x54d8e7._0x1757bd),'WFocF':_0x3c1599(-0x4c,-_0x54d8e7._0x2170c6,-_0x54d8e7._0x2d18e6,-0x59)+_0xd61618(-_0x54d8e7._0x412dfc,-0x19f,-_0x54d8e7._0x32e3f8,-_0x54d8e7._0x61e01f),'yJMaP':'Username\x20c'+_0xd61618(-_0x54d8e7._0x3d5bb1,-0x1ae,-_0x54d8e7._0x15d1a4,-_0x54d8e7._0x4922af)+_0xd61618(-0x263,-_0x54d8e7._0x2f1573,-_0x54d8e7._0x2d26d1,-0x206)+_0xd61618(-0x22c,-0x17b,-0x244,-0x1e5)+'rs,\x20unders'+'cores,\x20and'+_0x3c1599(-_0x54d8e7._0x435079,-_0x54d8e7._0x3ac71f,-_0x54d8e7._0x442ce5,-_0x54d8e7._0x1a3114),'QbxNN':function(_0x41f300,_0x22045e){return _0x41f300<_0x22045e;},'Ioplt':'EdmJg','dQlzc':_0xd61618(-0x1bf,-0x27a,-_0x54d8e7._0x103c6d,-_0x54d8e7._0x342e6d)+'ust\x20be\x20at\x20'+_0xd61618(-_0x54d8e7._0x1d226c,-0x1bc,-0x1d0,-_0x54d8e7._0x2d26d1)+_0xd61618(-0x1b7,-0x175,-0x17f,-0x197)+'ong','tqIfp':'User\x20updat'+'ed\x20success'+_0x3c1599(-0x79,-_0x54d8e7._0x4e090c,-0x5f,-_0x54d8e7._0x210736),'btghK':function(_0x58af34,_0x2a161d){return _0x58af34!==_0x2a161d;},'BrAiC':_0xd61618(-0x1be,-0x1db,-_0x54d8e7._0x1ca6ac,-_0x54d8e7._0x45b096),'tqsFR':'already\x20ex'+_0x3c1599(-0x77,-0xbc,-_0x54d8e7._0x2b1907,-0x70)};function _0xd61618(_0x43a001,_0x14c1fd,_0xf143c1,_0x38c9aa){return _0x599b25(_0x43a001-0x9c,_0x38c9aa- -_0x21fe4c._0x32b913,_0x14c1fd,_0x38c9aa-0x60);}try{const _0x3f9194=_0x334a50[_0xd61618(-0x25b,-_0x54d8e7._0xb86566,-_0x54d8e7._0x26ea7c,-0x20a)]['id'],{username:_0x1ee00e,email:_0x43a631,name:_0x3879a6,password:_0xa11d8c,ssh_username:_0x50f82d,isServerAdmin:_0x5806cc}=_0x334a50['body'];if(_0x3df4b3[_0x3c1599(-_0x54d8e7._0x346ed0,-_0x54d8e7._0x4f05ca,-0xba,-_0x54d8e7._0x595d41)](_0x3f9194,_0x334a50['user']['id'])){if(_0x3df4b3['esqwY'](_0x3df4b3[_0x3c1599(-_0x54d8e7._0x5b48dc,-_0x54d8e7._0x598923,-0x7e,-_0x54d8e7._0x35490f)],_0x3df4b3['QRvoS'])){const _0x487d95={};return _0x487d95[_0xd61618(-0x1ab,-_0x54d8e7._0x57a6aa,-0x12e,-_0x54d8e7._0x1628e4)]=_0x3df4b3[_0x3c1599(-_0x54d8e7._0x5daeb4,-_0x54d8e7._0x5db4f4,-0x50,-_0x54d8e7._0x2311d6)],_0x487d95[_0xd61618(-0x109,-_0x54d8e7._0x41ea9b,-_0x54d8e7._0x5a6b2b,-_0x54d8e7._0x4ea03a)]=_0x3df4b3[_0xd61618(-0x167,-0x145,-_0x54d8e7._0x4214e8,-_0x54d8e7._0xc17f6c)],_0x1a6ff7[_0x3c1599(-_0x54d8e7._0x4ecc80,-0xb2,-0x86,-_0x54d8e7._0x2d5410)](-0x1*-0x677+0x201d+-0x2504)['json'](_0x487d95);}else{const _0x13ad87={};return _0x13ad87[_0x3c1599(-0x5d,-0x6a,-_0x54d8e7._0x11d2db,-0x14)]=_0x3df4b3[_0x3c1599(-_0x54d8e7._0xf3beb3,-_0x54d8e7._0x3177f8,-0x19,-_0x54d8e7._0x4035dc)],_0x13ad87['message']=_0x4fb8c5[_0x3c1599(-0x5a,-_0x54d8e7._0x10d52d,-0x5a,-0x4d)],_0x1f8350[_0x3c1599(-_0x54d8e7._0x4f1237,-_0x54d8e7._0x352c04,-0x72,-_0x54d8e7._0x50db97)](0x1ac0+0x27*0xe9+-0x455*0xe)[_0x3c1599(-0xff,-_0x54d8e7._0x29ac76,-0xb5,-0xf8)](_0x13ad87);}}const _0xb0b9dd=await _0x3df4b3[_0x3c1599(-_0x54d8e7._0x193375,-_0x54d8e7._0x5e74bd,-_0x54d8e7._0x348499,-0xe6)](findUserById,_0x3f9194);if(!_0xb0b9dd){const _0x5f5db9={};return _0x5f5db9[_0xd61618(-0x192,-_0x54d8e7._0xd15d98,-_0x54d8e7._0x54833f,-0x166)]=_0xd61618(-_0x54d8e7._0x2454e4,-_0x54d8e7._0x28b4d7,-_0x54d8e7._0x18c2c0,-0x153)+_0xd61618(-_0x54d8e7._0x53dd90,-0x1b1,-_0x54d8e7._0x27f382,-_0x54d8e7._0x1b5cae),_0x1a6ff7['status'](0xa9*0x39+-0x1eb*0x5+0xd3b*-0x2)['json'](_0x5f5db9);}const _0x999ed5={};if(_0x3df4b3[_0xd61618(-_0x54d8e7._0x1b8e9e,-_0x54d8e7._0x5ebaf3,-0x1a6,-0x157)](_0x1ee00e,undefined))_0x999ed5['username']=_0x1ee00e;if(_0x3df4b3['esqwY'](_0x43a631,undefined))_0x999ed5[_0x3c1599(-0x5e,-_0x54d8e7._0x5406aa,-_0x54d8e7._0x2a5496,-0x7e)]=_0x43a631;if(_0x3df4b3[_0xd61618(-0x157,-0x105,-0x112,-0x157)](_0x3879a6,undefined))_0x999ed5[_0xd61618(-_0x54d8e7._0x1521f8,-0x249,-_0x54d8e7._0x3b32fb,-_0x54d8e7._0x3749d1)]=_0x3879a6;if(_0x3df4b3[_0x3c1599(-0x98,-0xb5,-0x58,-0x73)](_0xa11d8c,undefined))_0x999ed5['password']=_0xa11d8c;if(_0x3df4b3[_0x3c1599(-0x6a,-0x1a,-_0x54d8e7._0x3ab095,-_0x54d8e7._0x5d92ae)](_0x50f82d,undefined))_0x999ed5[_0x3c1599(-_0x54d8e7._0x1be3d3,-_0x54d8e7._0x15eab0,-_0x54d8e7._0x3cffc4,-0x17d)+'me']=_0x50f82d&&_0x50f82d[_0x3c1599(-0x82,-_0x54d8e7._0x16ca3d,-_0x54d8e7._0x4140af,-_0x54d8e7._0x459b51)]()?_0x50f82d[_0xd61618(-0x1c9,-_0x54d8e7._0x554288,-_0x54d8e7._0x1928af,-0x18b)]():null;if(_0x3df4b3[_0xd61618(-_0x54d8e7._0x3b7f50,-0x16d,-_0x54d8e7._0x311d1d,-_0x54d8e7._0x4b010c)](_0x5806cc,undefined)&&_0x3df4b3['yUtUW'](_0x334a50['user'][_0x3c1599(-0x9a,-_0x54d8e7._0x88234c,-_0x54d8e7._0x50f8b7,-0x52)+_0x3c1599(-0x11b,-_0x54d8e7._0x43e4db,-0x100,-0x158)],!![])){if(_0x3df4b3[_0x3c1599(-_0x54d8e7._0x3f20dc,-_0x54d8e7._0x24670c,-_0x54d8e7._0xbdaead,-_0x54d8e7._0x2bd893)](_0x3df4b3['qWAXf'],_0x3df4b3[_0xd61618(-_0x54d8e7._0x4e04ee,-_0x54d8e7._0x4191b0,-0x1fe,-0x1cf)])){_0x5ceed1[_0xd61618(-0x11c,-0x1ab,-_0x54d8e7._0x3dac74,-0x166)](_0xd61618(-_0x54d8e7._0x1872f3,-_0x54d8e7._0x342e6d,-_0x54d8e7._0x386783,-_0x54d8e7._0x128028)+'update\x20use'+'r',_0x1655e6);if(_0x25202c[_0x3c1599(-_0x54d8e7._0x1dd1f7,-0xa8,-_0x54d8e7._0x2eab83,-0x70)][_0x3c1599(-0xfa,-0xe2,-_0x54d8e7._0x2fb4c6,-0xa3)](_0x3df4b3['UcbEs'])){const _0x58688f={};return _0x58688f[_0x3c1599(-_0x54d8e7._0x265e6f,-0x1d,-0x5e,-_0x54d8e7._0x413473)]=_0x3df4b3['QRQjs'],_0x58688f[_0xd61618(-_0x54d8e7._0x1ee9a2,-_0x54d8e7._0x50814b,-0x19a,-_0x54d8e7._0x4ea03a)]=_0x1dee1f[_0xd61618(-_0x54d8e7._0x4c42de,-_0x54d8e7._0x4c091a,-0x1a8,-_0x54d8e7._0x4ea03a)],_0x377158[_0x3c1599(-_0x54d8e7._0x4ebc4e,-0x60,-_0x54d8e7._0x5bc7a3,-0xcf)](-0x7ca*0x1+0x224d+-0x18ef)['json'](_0x58688f);}if(_0x3b904e[_0x3c1599(-0x5a,-_0x54d8e7._0x4d25cb,-0x73,-0x46)][_0xd61618(-0x23b,-0x1b9,-0x1f3,-_0x54d8e7._0x4a747e)](_0x3c1599(-0x115,-_0x54d8e7._0x30e24e,-0x157,-0xc3)+_0x3c1599(-0x77,-_0x54d8e7._0x5445a9,-0xb0,-0x24))){const _0x3dfa8a={};return _0x3dfa8a[_0xd61618(-_0x54d8e7._0x4ea03a,-_0x54d8e7._0x1c6f78,-_0x54d8e7._0x22c8b5,-0x166)]='Username\x20a'+'lready\x20exi'+_0xd61618(-_0x54d8e7._0x23aaba,-_0x54d8e7._0x127a6d,-_0x54d8e7._0x5bab13,-_0x54d8e7._0x2ed3ed),_0x3dfa8a[_0xd61618(-_0x54d8e7._0x5a6b2b,-0x151,-_0x54d8e7._0x2cb077,-_0x54d8e7._0x4ea03a)]=_0x17f534[_0xd61618(-0x1b0,-_0x54d8e7._0x48e850,-0x112,-0x163)],_0x3f323f[_0xd61618(-0x192,-0x1bb,-_0x54d8e7._0x3b725e,-_0x54d8e7._0x5eddaa)](-0x1a79+-0x1651+0x3263)['json'](_0x3dfa8a);}const _0x131e0a={};_0x131e0a[_0x3c1599(-_0x54d8e7._0x4fae43,_0x54d8e7._0x57b2d0,-0x3f,-0x11)]=_0x3df4b3[_0xd61618(-0x1a8,-_0x54d8e7._0x3f4091,-0x1d6,-0x17a)],_0x131e0a['message']=_0x5dbf7f[_0xd61618(-0x19c,-_0x54d8e7._0x40e71b,-0x1b4,-_0x54d8e7._0x3d0e18)],_0xf9ed7f[_0xd61618(-_0x54d8e7._0x1507d9,-_0x54d8e7._0x33cfbd,-_0x54d8e7._0x2599c3,-0x194)](-0x197d+-0xd*-0xc5+0x1170)[_0xd61618(-0x1e6,-0x1b2,-_0x54d8e7._0xc17f6c,-0x208)](_0x131e0a);}else _0x999ed5[_0x3c1599(-0x9a,-_0x54d8e7._0x5be68c,-_0x54d8e7._0x2aa6d1,-_0x54d8e7._0x28222d)+_0x3c1599(-0x11b,-0xfe,-_0x54d8e7._0x2c1b7e,-0x17c)]=!!_0x5806cc;}if(_0x43a631){const _0x56514d=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x56514d[_0xd61618(-_0x54d8e7._0x24960d,-_0x54d8e7._0x21d425,-_0x54d8e7._0x298516,-_0x54d8e7._0x17b658)](_0x43a631)){if(_0x3df4b3[_0x3c1599(-_0x54d8e7._0x5a4c54,-0x59,-0xa6,-_0x54d8e7._0x16eb48)]!==_0x3df4b3['KlXRe']){const _0x17a867={};return _0x17a867[_0x3c1599(-_0x54d8e7._0x1ef6a4,-_0x54d8e7._0x4d6449,-_0x54d8e7._0x2170c6,-0x69)]=_0xd61618(-_0x54d8e7._0x411083,-0x1b8,-0x17f,-0x1a8)+'ail',_0x17a867[_0x3c1599(-0x5a,-0x43,-0xc0,-0xa6)]=_0x3df4b3[_0x3c1599(-0xfb,-0xe9,-0xa6,-_0x54d8e7._0x43c0a9)],_0x1a6ff7[_0xd61618(-0x1f0,-_0x54d8e7._0x2e8c9d,-0x172,-_0x54d8e7._0x5e2b3a)](0x86*-0x3a+0x23e5+-0x3*0x153)[_0x3c1599(-0xff,-0xd2,-_0x54d8e7._0x210caf,-_0x54d8e7._0x3e576e)](_0x17a867);}else _0x842471[_0x3c1599(-_0x54d8e7._0x1fdfea,-_0x54d8e7._0x18299b,-_0x54d8e7._0x503647,-_0x54d8e7._0x551de2)+_0xd61618(-_0x54d8e7._0x1a1968,-0x27b,-_0x54d8e7._0x5f433a,-0x224)]=!!_0x3db3eb;}}if(_0x1ee00e){const _0x5dd4f2=/^[a-zA-Z0-9_-]+$/;if(!_0x5dd4f2[_0xd61618(-_0x54d8e7._0x412dfc,-_0x54d8e7._0x4dc6ae,-0x1ad,-0x1b6)](_0x1ee00e)){if(_0x3df4b3[_0xd61618(-_0x54d8e7._0x238a28,-_0x54d8e7._0x466004,-0x15f,-0x1a1)]('UCZPI',_0x3df4b3[_0xd61618(-0x18a,-_0x54d8e7._0x3b8140,-0x170,-0x1c7)])){const _0x573d20={};return _0x573d20['error']=_0x3df4b3['UWYBN'],_0x573d20[_0x3c1599(-_0x54d8e7._0x49239c,0xa,-_0x54d8e7._0x24670c,_0x54d8e7._0x418893)]=_0xd61618(-_0x54d8e7._0x256019,-0x276,-_0x54d8e7._0xc01338,-_0x54d8e7._0x3ac04d)+'ust\x20be\x20at\x20'+_0xd61618(-0x193,-_0x54d8e7._0x4967b8,-_0x54d8e7._0x59b7c1,-0x1fc)+_0x3c1599(-0x8e,-_0x54d8e7._0x1a5f1f,-_0x54d8e7._0x350341,-_0x54d8e7._0x210736)+_0xd61618(-_0x54d8e7._0x3f2b33,-0x1da,-_0x54d8e7._0x3fbcf8,-0x1fa),_0x2355bf[_0x3c1599(-0x8b,-_0x54d8e7._0x47ea20,-0xa2,-0xbf)](0x60b+0x1499*0x1+-0x217*0xc)['json'](_0x573d20);}else{const _0x4bb0e3={};return _0x4bb0e3[_0xd61618(-_0x54d8e7._0x204c9f,-_0x54d8e7._0x1f71c9,-_0x54d8e7._0x412dfc,-_0x54d8e7._0x45edf2)]=_0x3df4b3[_0xd61618(-_0x54d8e7._0x4b5259,-_0x54d8e7._0x234846,-0x206,-0x19c)],_0x4bb0e3['message']=_0x3df4b3[_0x3c1599(-_0x54d8e7._0x2e5ad3,-0x13c,-_0x54d8e7._0x47be4d,-0xeb)],_0x1a6ff7['status'](-0x234b+0xc92+-0x1*-0x1849)['json'](_0x4bb0e3);}}}if(_0xa11d8c&&_0x3df4b3[_0x3c1599(-0x73,-0x76,-_0x54d8e7._0x4ebdb9,-0x71)](_0xa11d8c[_0x3c1599(-_0x54d8e7._0xc46cef,-_0x54d8e7._0x295480,-0x89,-0xb3)],0x1ce6+0x1a*0x40+-0x1f7*0x12)){if(_0x3df4b3[_0xd61618(-0x18a,-0xfb,-_0x54d8e7._0x456acb,-0x157)](_0x3df4b3['Ioplt'],_0x3df4b3[_0x3c1599(-_0x54d8e7._0xebe378,-_0x54d8e7._0x3cf232,-0xa8,-_0x54d8e7._0x4fda71)])){const _0x1cb8db={};_0x1cb8db[_0x3c1599(-0xc1,-_0x54d8e7._0x436610,-0x58,-_0x54d8e7._0x14cd08)]=_0x4324f5['id'],_0x1cb8db['teamId']=_0x597e25,_0x1cb8db[_0xd61618(-0x14b,-_0x54d8e7._0xf547d3,-0x158,-0x166)]=_0x2de67b['message'],_0x1527ed[_0xd61618(-0x19c,-0x189,-0x114,-0x160)](_0x3df4b3[_0x3c1599(-_0x54d8e7._0x3d56cb,-0x96,-0xc7,-_0x54d8e7._0xf67507)],_0x1cb8db);}else{const _0x3f732b={};return _0x3f732b[_0xd61618(-_0x54d8e7._0x30e24e,-0x1b1,-0x1a7,-0x166)]=_0x3df4b3['UWYBN'],_0x3f732b['message']=_0x3df4b3[_0xd61618(-0x23e,-_0x54d8e7._0x441659,-0x1e5,-_0x54d8e7._0x41574e)],_0x1a6ff7[_0xd61618(-0x13e,-_0x54d8e7._0x386cf2,-0x17b,-0x194)](0x18c+-0x25e7+0x25eb)[_0xd61618(-_0x54d8e7._0x55679a,-0x1be,-0x23a,-_0x54d8e7._0x57e638)](_0x3f732b);}}const _0x5bec09=await updateUser(_0x3f9194,_0x999ed5),_0x398b2b={};_0x398b2b[_0xd61618(-0x110,-0x12c,-_0x54d8e7._0x389a05,-0x163)]=_0x3df4b3['tqIfp'],_0x398b2b[_0xd61618(-0x105,-0x127,-_0x54d8e7._0x1660f9,-0x158)]=_0x5bec09,_0x1a6ff7['json'](_0x398b2b);}catch(_0x18dc4d){if(_0x3df4b3[_0x3c1599(-_0x54d8e7._0xa7d80b,-0x131,-0x91,-0x94)](_0x3df4b3[_0x3c1599(-_0x54d8e7._0x5768e3,-0x81,-_0x54d8e7._0x4b42b9,-_0x54d8e7._0x460743)],_0x3c1599(-_0x54d8e7._0x18013a,-0xd8,-0x109,-_0x54d8e7._0x3d56cb))){logger[_0x3c1599(-0x5d,-0x25,-_0x54d8e7._0x566478,-_0x54d8e7._0x1f57b3)](_0x3df4b3[_0x3c1599(-0x71,-_0x54d8e7._0x578c5e,-0x33,-_0x54d8e7._0x27ce71)],_0x18dc4d);if(_0x18dc4d['message'][_0x3c1599(-0xfa,-0xab,-_0x54d8e7._0x14b5b4,-_0x54d8e7._0xb6c887)](_0x3df4b3[_0x3c1599(-0x61,-0xc5,-_0x54d8e7._0x210736,-0x7a)])){const _0x3ed74a={};return _0x3ed74a[_0xd61618(-0x118,-0x179,-_0x54d8e7._0xa13878,-_0x54d8e7._0x1628e4)]=_0x3df4b3['QRQjs'],_0x3ed74a[_0xd61618(-_0x54d8e7._0x29d0c4,-_0x54d8e7._0x59418b,-0x111,-_0x54d8e7._0x34a38c)]=_0x18dc4d[_0xd61618(-_0x54d8e7._0x2454e4,-_0x54d8e7._0x58604e,-0x149,-0x163)],_0x1a6ff7[_0xd61618(-_0x54d8e7._0x1ecc18,-_0x54d8e7._0x3e1683,-0x1f2,-_0x54d8e7._0x5e2b3a)](-0x1fe0+0x2306+-0x192)['json'](_0x3ed74a);}if(_0x18dc4d[_0x3c1599(-0x5a,-0xa5,-_0x54d8e7._0x210736,-_0x54d8e7._0x50f8b7)][_0xd61618(-_0x54d8e7._0x3d4fcb,-0x269,-_0x54d8e7._0x53b876,-_0x54d8e7._0x4a747e)](_0x3df4b3[_0x3c1599(-_0x54d8e7._0x5a802d,-0x2a,-_0x54d8e7._0x41be5b,-_0x54d8e7._0x2472e8)])){if(_0x3df4b3[_0xd61618(-_0x54d8e7._0x1ea55c,-_0x54d8e7._0x2abeec,-0x219,-_0x54d8e7._0x131471)]('cdvRw',_0xd61618(-0x1e2,-0x1da,-0x1b7,-_0x54d8e7._0x4b5259))){const _0x3c2747=/^[a-zA-Z0-9_-]+$/;if(!_0x3c2747[_0x3c1599(-_0x54d8e7._0x351ef4,-0xae,-0xed,-_0x54d8e7._0x176b2f)](_0xa1e7ec)){const _0x782c7e={};return _0x782c7e[_0xd61618(-0x1b5,-_0x54d8e7._0x27bda2,-0x108,-0x166)]=_0xd61618(-_0x54d8e7._0xb276ed,-0x1bb,-0x15b,-0x155)+'ername',_0x782c7e['message']='Username\x20c'+_0xd61618(-0x1d3,-_0x54d8e7._0x13e354,-_0x54d8e7._0x225bcf,-0x16b)+'ntain\x20lett'+_0xd61618(-_0x54d8e7._0x48cdfc,-_0x54d8e7._0x1ac8ce,-_0x54d8e7._0x46a150,-0x1e5)+_0x3c1599(-_0x54d8e7._0x52a926,-_0x54d8e7._0x12ce6b,-0x112,-0x62)+'cores,\x20and'+_0xd61618(-0x18a,-_0x54d8e7._0x2c1b7e,-_0x54d8e7._0x33855e,-0x1c6),_0x296c62['status'](0x4*-0x98f+0x1*-0x15e4+-0x18*-0x292)[_0xd61618(-_0x54d8e7._0x119d2a,-_0x54d8e7._0xf0e285,-_0x54d8e7._0x1a1c2a,-_0x54d8e7._0x50a6d0)](_0x782c7e);}}else{const _0x258b8a={};return _0x258b8a['error']=_0xd61618(-0x1fc,-0x1a9,-0x1bc,-_0x54d8e7._0x50b885)+_0xd61618(-0x197,-_0x54d8e7._0x2d010d,-0x15d,-_0x54d8e7._0x4af498)+_0xd61618(-0x1b3,-0x1ee,-_0x54d8e7._0x202382,-_0x54d8e7._0x2f7973),_0x258b8a[_0x3c1599(-_0x54d8e7._0x271580,-0x46,-_0x54d8e7._0x470a73,-_0x54d8e7._0x11f93a)]=_0x18dc4d['message'],_0x1a6ff7[_0x3c1599(-_0x54d8e7._0x4ecc80,-0x20,-0xa0,-_0x54d8e7._0x481a19)](0xeda+-0x2*0xb57+0x96d)[_0xd61618(-_0x54d8e7._0x5b9e9e,-_0x54d8e7._0x2459f4,-_0x54d8e7._0x42e1bc,-0x208)](_0x258b8a);}}const _0x5467e0={};_0x5467e0[_0xd61618(-_0x54d8e7._0x45604f,-_0x54d8e7._0x2c3cf4,-_0x54d8e7._0x5d651e,-0x166)]=_0xd61618(-_0x54d8e7._0x5eafd4,-0x1f5,-_0x54d8e7._0x5f5728,-_0x54d8e7._0x128028)+_0x3c1599(-0x7e,-_0x54d8e7._0x58367a,-_0x54d8e7._0x701f87,-0xbf)+'r',_0x5467e0[_0xd61618(-_0x54d8e7._0x2fcafb,-0x1ad,-0x15d,-0x163)]=_0x18dc4d['message'],_0x1a6ff7[_0xd61618(-0x1f0,-_0x54d8e7._0x2e0e9e,-0x1be,-0x194)](-0x1*-0x2ab+-0xd4b*0x2+0xb3*0x25)[_0x3c1599(-_0x54d8e7._0x36e8de,-_0x54d8e7._0x50814b,-_0x54d8e7._0x304775,-_0x54d8e7._0x5ebaf3)](_0x5467e0);}else{const _0x3848c1={};return _0x3848c1[_0xd61618(-0x15a,-_0x54d8e7._0x23ff16,-_0x54d8e7._0x1521f8,-0x166)]='Cannot\x20mod'+'ify\x20your\x20o'+_0xd61618(-_0x54d8e7._0x4922af,-0x1a4,-_0x54d8e7._0x6548f0,-0x15a),_0x3848c1[_0xd61618(-0x1bf,-0x11d,-_0x54d8e7._0x623f80,-_0x54d8e7._0x3646fb)]=_0x3df4b3[_0xd61618(-_0x54d8e7._0x225059,-_0x54d8e7._0xf0e285,-0x161,-_0x54d8e7._0xc17f6c)],_0x5d997b[_0xd61618(-_0x54d8e7._0x485cd8,-0x17a,-0x12d,-_0x54d8e7._0x5e2b3a)](-0x165e+0x2188+-0x99a)[_0x3c1599(-_0x54d8e7._0x36e8de,-0xc9,-_0x54d8e7._0x3d99f2,-0xc3)](_0x3848c1);}}});function _0x342104(_0x244c78,_0x374397,_0x27eb7b,_0x16adde){const _0x5557c8={_0x54af1c:0x155};return _0x4fa0(_0x16adde- -_0x5557c8._0x54af1c,_0x244c78);}router[_0x599b25(0x250,0x255,0x28a,0x284)](_0x599b25(0x370,0x30a,0x2ad,0x340),requirePermission(_0x599b25(0x2ff,0x31a,0x315,0x349)+'te'),async(_0x4c87db,_0x44c165)=>{const _0xdbbd0d={_0x8eacfd:0x47e,_0x37e247:0x497,_0x33e248:0x114,_0x1a76e7:0x12b,_0xe59bbc:0x46d,_0x46933a:0x463,_0x17ad80:0x3f1,_0x3c801b:0x43c,_0x1fe6ea:0x44a,_0x44a763:0x3fc,_0x29df95:0x440,_0xa115ef:0x120,_0x2ffa6e:0xfa,_0x5596b2:0x131,_0x5377c9:0x225,_0x39ddc5:0x1a5,_0x74dd62:0x518,_0x1fc783:0x4a8,_0x566147:0x126,_0x455c89:0x16f,_0x4b03d1:0x17b,_0x368c5a:0x1e5,_0xe182d:0x21b,_0x201462:0x1de,_0x89fc1:0x1c1,_0x4be656:0x43d,_0x15b224:0x4c6,_0x379201:0x47c,_0x3d70e0:0x4d3,_0x9e5182:0x4ba,_0x3925f3:0x512,_0xe58f2d:0x207,_0x4ecfc3:0x18d,_0x161fe4:0x166,_0x2b5800:0x1bc,_0x3458cf:0x19d,_0x31f6a7:0x445,_0x5d6918:0xcd,_0x5f4c44:0x4f0,_0x2b37f7:0x18b,_0x5cd3ab:0xf0,_0x2a47a7:0x129,_0x55a169:0x1fa,_0x5d0448:0x204,_0x3de09d:0x1ce,_0x1924a7:0x3c6,_0x186865:0x517,_0x3043f4:0x4ee,_0x59e676:0x51a,_0xfd49fb:0x1a4,_0x5780a5:0x1cf,_0x421e70:0x485,_0x5ee524:0x4bf,_0x19bc75:0x470,_0x2cd701:0x1a2,_0x2fce54:0x1c6,_0x335629:0x553,_0x3edca0:0x4ed,_0x8015e7:0x487,_0x32e6dd:0x1ab,_0x3d0bcc:0x1c1,_0x403fe6:0x43b,_0x2719fa:0x41d,_0x6d9039:0x1d6,_0x46114a:0x1ca,_0x3a80d9:0x1b8,_0x17e658:0x4c9,_0x40782a:0x4ed,_0xbf31cd:0x499,_0x366de7:0x43b,_0x2e5394:0x43e,_0x2398a8:0x4da,_0x2d724d:0x111,_0x269b5b:0xd0,_0x3be738:0x414},_0x5c2fb2={_0x2ab3ee:0x53,_0x2ec26a:0x16d};function _0x320b1c(_0x1849e6,_0x347497,_0x15b8d2,_0x506c67){return _0x342104(_0x1849e6,_0x347497-0x126,_0x15b8d2-0x184,_0x506c67- -0x1a3);}const _0x520752={};_0x520752[_0x461efa(_0xdbbd0d._0x8eacfd,0x471,_0xdbbd0d._0x37e247,0x430)]='Failed\x20to\x20'+_0x320b1c(-_0xdbbd0d._0x33e248,-0x175,-0x10b,-_0xdbbd0d._0x1a76e7)+'r';function _0x461efa(_0x4bf16b,_0x33f7ea,_0x226011,_0x206f6b){return _0x342104(_0x206f6b,_0x33f7ea-_0x5c2fb2._0x2ab3ee,_0x226011-_0x5c2fb2._0x2ec26a,_0x226011-0x476);}_0x520752['XTQKc']=function(_0xe7bca5,_0x23b66a){return _0xe7bca5===_0x23b66a;},_0x520752[_0x461efa(_0xdbbd0d._0xe59bbc,_0xdbbd0d._0x46933a,0x470,0x4cc)]='xIAcQ',_0x520752[_0x461efa(_0xdbbd0d._0x17ad80,0x3ed,_0xdbbd0d._0x3c801b,_0xdbbd0d._0x1fe6ea)]=_0x461efa(0x494,0x426,0x441,_0xdbbd0d._0x44a763)+_0x461efa(0x3ed,0x3f3,_0xdbbd0d._0x29df95,0x4a3)+_0x320b1c(-0xd5,-0x179,-0x10b,-_0xdbbd0d._0xa115ef),_0x520752[_0x320b1c(-0x183,-0x222,-0x21b,-0x1cf)]=_0x320b1c(-_0xdbbd0d._0x2ffa6e,-0x139,-_0xdbbd0d._0x5596b2,-0x164)+'\x20another\x20a'+'dmin\x20to\x20de'+_0x320b1c(-_0xdbbd0d._0x5377c9,-0x1b5,-_0xdbbd0d._0x39ddc5,-0x1c5)+'account',_0x520752['IMByA']=_0x461efa(0x4c4,_0xdbbd0d._0x74dd62,0x500,_0xdbbd0d._0x1fc783)+_0x320b1c(-0x161,-_0xdbbd0d._0x566147,-_0xdbbd0d._0x455c89,-_0xdbbd0d._0x4b03d1),_0x520752[_0x320b1c(-0x247,-_0xdbbd0d._0x368c5a,-_0xdbbd0d._0xe182d,-_0xdbbd0d._0x201462)]=_0x320b1c(-0x20d,-0x1ec,-0x215,-_0xdbbd0d._0x89fc1)+_0x461efa(0x3ff,_0xdbbd0d._0x4be656,0x469,_0xdbbd0d._0x15b224)+_0x461efa(0x533,_0xdbbd0d._0x379201,0x4d1,0x466);const _0x4b869a=_0x520752;try{if(_0x4b869a['XTQKc'](_0x461efa(0x4f6,_0xdbbd0d._0x3d70e0,_0xdbbd0d._0x9e5182,_0xdbbd0d._0x3925f3),_0x4b869a[_0x320b1c(-_0xdbbd0d._0xe58f2d,-_0xdbbd0d._0x4ecfc3,-_0xdbbd0d._0x161fe4,-0x1a9)])){_0x3fab4d['error'](_0x4b869a[_0x320b1c(-_0xdbbd0d._0x2b5800,-0x17d,-_0xdbbd0d._0x3458cf,-0x182)],_0x260797);const _0x583d26={};_0x583d26['error']=_0x461efa(0x3f4,0x462,_0xdbbd0d._0x31f6a7,0x3e4)+_0x320b1c(-_0xdbbd0d._0x5d6918,-0x196,-0x172,-0x12b)+'r',_0x583d26[_0x461efa(0x505,0x50f,_0xdbbd0d._0x5f4c44,0x4c0)]=_0xba3e70[_0x320b1c(-_0xdbbd0d._0x2b37f7,-_0xdbbd0d._0x5cd3ab,-0x105,-_0xdbbd0d._0x2a47a7)],_0x405312['status'](-0xd92+-0x101d+0x5b*0x59)[_0x320b1c(-_0xdbbd0d._0x55a169,-0x208,-_0xdbbd0d._0x5d0448,-_0xdbbd0d._0x3de09d)](_0x583d26);}else{const _0x51be4c=_0x4c87db['params']['id'];if(_0x4b869a[_0x461efa(_0xdbbd0d._0x1924a7,0x450,0x42d,0x452)](_0x51be4c,_0x4c87db['user']['id'])){const _0x591961={};return _0x591961['error']=_0x4b869a['njjbZ'],_0x591961[_0x461efa(_0xdbbd0d._0x186865,_0xdbbd0d._0x3043f4,0x4f0,_0xdbbd0d._0x59e676)]=_0x4b869a[_0x320b1c(-0x209,-_0xdbbd0d._0xfd49fb,-0x194,-_0xdbbd0d._0x5780a5)],_0x44c165[_0x461efa(_0xdbbd0d._0x421e70,0x514,_0xdbbd0d._0x5ee524,_0xdbbd0d._0x19bc75)](-0x3d8+-0x3*-0xa67+0x5*-0x529)[_0x320b1c(-_0xdbbd0d._0x2cd701,-0x189,-_0xdbbd0d._0x2fce54,-_0xdbbd0d._0x3de09d)](_0x591961);}const _0x4955ec=await findUserById(_0x51be4c);if(!_0x4955ec){const _0x1a794a={};return _0x1a794a[_0x461efa(_0xdbbd0d._0x335629,0x4ac,_0xdbbd0d._0x3edca0,_0xdbbd0d._0x8015e7)]=_0x4b869a['IMByA'],_0x44c165[_0x320b1c(-0x153,-_0xdbbd0d._0x4ecfc3,-0x118,-0x15a)](-0x375+-0x1*-0x16a7+-0x119e)[_0x320b1c(-0x1ea,-_0xdbbd0d._0x32e6dd,-0x21c,-0x1ce)](_0x1a794a);}const _0x34fa89=await deleteUser(_0x51be4c);if(!_0x34fa89){const _0x13bead={};return _0x13bead['error']=_0x4b869a['IMByA'],_0x44c165[_0x320b1c(-0x17b,-_0xdbbd0d._0x2b5800,-_0xdbbd0d._0x3d0bcc,-0x15a)](0x2514+-0x2398+-0x6*-0x4)[_0x461efa(_0xdbbd0d._0x403fe6,_0xdbbd0d._0x2719fa,0x44b,0x3fd)](_0x13bead);}const _0x3536e9={};_0x3536e9['message']=_0x4b869a[_0x320b1c(-0x205,-_0xdbbd0d._0x6d9039,-_0xdbbd0d._0x46114a,-0x1de)],_0x44c165[_0x320b1c(-0x221,-0x1d5,-_0xdbbd0d._0x3a80d9,-0x1ce)](_0x3536e9);}}catch(_0x286acd){logger[_0x461efa(_0xdbbd0d._0x17e658,0x4cc,0x4ed,0x4dc)](_0x4b869a['hmUmM'],_0x286acd);const _0x43bb9f={};_0x43bb9f[_0x461efa(0x513,0x4ee,_0xdbbd0d._0x40782a,_0xdbbd0d._0xbf31cd)]=_0x4b869a[_0x461efa(_0xdbbd0d._0x366de7,_0xdbbd0d._0x2e5394,0x497,_0xdbbd0d._0x2398a8)],_0x43bb9f['message']=_0x286acd[_0x320b1c(-_0xdbbd0d._0x2d724d,-_0xdbbd0d._0x269b5b,-0x16e,-_0xdbbd0d._0x2a47a7)],_0x44c165['status'](-0x4*-0x985+0x6ac*0x5+-0x457c)[_0x461efa(_0xdbbd0d._0x3be738,0x4b5,0x44b,0x40a)](_0x43bb9f);}});export default router;
|
|
1
|
+
function _0x1e04(_0x1d9846,_0xa9c4c6){_0x1d9846=_0x1d9846-(-0xe9c+-0x170+0x11a7);const _0x5b30ce=_0x272b();let _0x338ec6=_0x5b30ce[_0x1d9846];if(_0x1e04['rAupUY']===undefined){var _0x39897b=function(_0x186a31){const _0x3a415c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4dc8b5='',_0x38ddb4='';for(let _0x51e65f=0xfb*-0x8+0x3*-0xc1+0xa1b,_0x51acc3,_0x1894c8,_0x2ea9f4=-0x1caa+-0xad5+-0x1*-0x277f;_0x1894c8=_0x186a31['charAt'](_0x2ea9f4++);~_0x1894c8&&(_0x51acc3=_0x51e65f%(0xf44*-0x1+0x4*-0x8b6+0x4*0xc88)?_0x51acc3*(-0x25a5+0x1b10+-0x3b*-0x2f)+_0x1894c8:_0x1894c8,_0x51e65f++%(0x1f80+0x11*0x241+0x6b*-0xa7))?_0x4dc8b5+=String['fromCharCode'](-0x25*-0x3b+0x35*-0x1d+-0x187&_0x51acc3>>(-(0xca*0x1f+0x11*0x20e+0x2*-0x1db1)*_0x51e65f&-0x15fb+0x117d+0x484)):-0x2640+0x223+-0x1*-0x241d){_0x1894c8=_0x3a415c['indexOf'](_0x1894c8);}for(let _0x2ef609=-0x18be+-0x8*0x6f+0x1c36,_0x3ad74f=_0x4dc8b5['length'];_0x2ef609<_0x3ad74f;_0x2ef609++){_0x38ddb4+='%'+('00'+_0x4dc8b5['charCodeAt'](_0x2ef609)['toString'](0x1*-0x1f0d+0x35e+0x1bbf))['slice'](-(-0xa5a+-0xf23+-0x1*-0x197f));}return decodeURIComponent(_0x38ddb4);};_0x1e04['WSBXBM']=_0x39897b,_0x1e04['HhVroJ']={},_0x1e04['rAupUY']=!![];}const _0x5997a4=_0x5b30ce[-0x1aa2+-0x1e2b+0x38cd],_0x258420=_0x1d9846+_0x5997a4,_0x28d1d0=_0x1e04['HhVroJ'][_0x258420];return!_0x28d1d0?(_0x338ec6=_0x1e04['WSBXBM'](_0x338ec6),_0x1e04['HhVroJ'][_0x258420]=_0x338ec6):_0x338ec6=_0x28d1d0,_0x338ec6;}(function(_0x257184,_0x5e7824){const _0x5e4fcc={_0x269a17:0xdc,_0x36c393:0xaa,_0x1fb91e:0x16,_0x2775cb:0x2b,_0x974a:0x5,_0x376838:0x1d6,_0x21cc7c:0x195,_0x38fc77:0x167,_0x472d37:0x15b,_0xa2ef95:0x126,_0x182f5c:0x63,_0x1cdebc:0x16c,_0x29eaa9:0x1cf,_0x4445d4:0x21b,_0x5d0501:0x281,_0x418895:0x13,_0x5d4a6d:0x5b,_0x1e5c48:0x22d,_0x25acb4:0x283,_0x3e72fd:0x249,_0x191956:0x235},_0x2adf37=_0x257184();function _0x126f30(_0x642ad,_0x3c33dc,_0x511e50,_0x42cdde){return _0x1e04(_0x642ad- -0x1af,_0x3c33dc);}function _0x163fec(_0x279171,_0x1b6b9b,_0x309226,_0x14818a){return _0x1e04(_0x279171- -0x49,_0x1b6b9b);}while(!![]){try{const _0x2338da=parseInt(_0x126f30(_0x5e4fcc._0x269a17,0x132,0xc1,_0x5e4fcc._0x36c393))/(-0x5b6+-0xd6d+0x4c9*0x4)*(parseInt(_0x126f30(0x1b,_0x5e4fcc._0x1fb91e,_0x5e4fcc._0x2775cb,-_0x5e4fcc._0x974a))/(0x1*-0x13ac+-0x2c*-0x3b+0x25*0x42))+parseInt(_0x163fec(_0x5e4fcc._0x376838,_0x5e4fcc._0x21cc7c,_0x5e4fcc._0x38fc77,0x220))/(-0x19f1+0x1029+0x9cb)+-parseInt(_0x163fec(_0x5e4fcc._0x472d37,0x1ba,0x14b,_0x5e4fcc._0xa2ef95))/(0x7ee+0x4*-0x7df+-0x7*-0x35e)*(-parseInt(_0x126f30(0xab,0x7d,0xac,_0x5e4fcc._0x182f5c))/(0x1*-0x1f3e+-0x7*0x8f+-0x2*-0x1196))+parseInt(_0x163fec(0x160,0xe1,_0x5e4fcc._0x1cdebc,_0x5e4fcc._0x29eaa9))/(-0xde6+-0x188e+0x267a)+-parseInt(_0x163fec(0x203,_0x5e4fcc._0x4445d4,0x19b,_0x5e4fcc._0x5d0501))/(-0x25b8+0xb24+0x3cd*0x7)+parseInt(_0x126f30(-_0x5e4fcc._0x418895,0x1,_0x5e4fcc._0x5d4a6d,-0x79))/(-0x1e70+-0x31*-0xc1+-0x679)+-parseInt(_0x163fec(_0x5e4fcc._0x1e5c48,_0x5e4fcc._0x5d0501,0x1df,_0x5e4fcc._0x25acb4))/(0x314*-0x1+-0x1c0*0x4+-0x3*-0x35f)*(parseInt(_0x163fec(0x200,_0x5e4fcc._0x3e72fd,_0x5e4fcc._0x191956,0x1c8))/(-0x1*0xffd+0x24fc+-0x5*0x431));if(_0x2338da===_0x5e7824)break;else _0x2adf37['push'](_0x2adf37['shift']());}catch(_0x13324a){_0x2adf37['push'](_0x2adf37['shift']());}}}(_0x272b,0x74412*-0x1+0x54c09+0xcc780));function _0x270050(_0x1d25ad,_0x58500c,_0x528f27,_0x27decf){return _0x1e04(_0x1d25ad- -0x164,_0x27decf);}import _0x2af8a6 from'express';import{getUsers,createUser,updateUser,deleteUser,findUserById}from'../lib/users.js';import{getTeamById,getTeamsByUserId,addMember,removeMember}from'../lib/teams.js';function _0x5dd37e(_0x1ccdbd,_0xf9036f,_0x367b1c,_0x1b92ce){const _0xf42909={_0x46c18d:0x3c0};return _0x1e04(_0xf9036f-_0xf42909._0x46c18d,_0x367b1c);}function _0x272b(){const _0x152914=['se1XAKy','zxjZlcbUDw1Izq','zgvSzxrLzejPBG','mtm1mtu0mhHYCLfQvW','sw52ywXPzcb0zq','wevrzeG','mZu2ntGZnunjuLvQEa','igH5CgHLBNm','uefewuS','sw52ywXPzcb1CW','ywnJB3vUDa','CNmSihvUzgvYCW','DxnLCM5HBwuSia','D24GywnJB3vUDa','reX4AeC','AgTTD3O','C3vIAMvJDf9Pza','C3vIAMvJDf90Eq','igfUB3rOzxiGyq','ANnVBG','mteZnZvdCg5ey2y','Bgv0zsb5B3vYia','tePhqNm','CMv2B2TLzfbHCW','ww5rruK','wuDyuLi','EvPdA3a','v0zMEM0','vw1lC0q','v0nsvgS','ihvZzxiGzgvSzq','EgrQq3a','zgLUzW','y3jLyxrLihvZzq','DgvHBxm6BwfUyq','C3rZ','rgD0BeK','BgrZ','BKvluhm','qKLUuLe','rwnvt0G','ywrK','zgzWufu','ywLS','BwfW','rxvmvKq','DgvHBunVDw50','zgLUz3m','mtm1thbhEwDQ','BxnQuKq','seDzufC','z2riu0u','vxnLCM5HBwuGyq','uvPNs3C','EwPqBee','quHWquy','uMvTB3zLzcb1CW','AxDvqvK','rMfPBgvKihrVia','lZPPza','uxLjtvu','DhfiEKC','AvPhDMS','sw52ywXPzcbWyq','u1LsC3a','B3vUza','yLrcquq','rM9YyMLKzgvU','C3rHDhvZ','nJfJyMTAufO','z2vFBwvTyMvYCW','tvPJwxO','we1gDeW','zgvSzxrL','zw5Zigr1CMLUzW','AwT2wum','wffwzMG','BMfTzq','ExbL','r0PtB2i','yKzdrhC','qMPmteS','C3DVCMruB2TLBG','Aw5MBW','vxnLihbYB2zPBa','ndq5ntm2ohjiuw1Xyq','DxbKyxrLihvZzq','zxrLihLVDxiGBW','AwqGzw1HAwWGyq','DxnLCNm6y3jLyq','zg1PBIb0BYbKzq','zMLSDgvY','u1f5ANG','mtCYs1n1r1Hi','ueD4C2O','CvfgveS','ww91igrVig5VDa','wg9Jzxa','ndi4nte1mM1ZAxLpvG','zxjYB3i','yMLHy2u','DgvHBq','BgLZDcb1C2vYCW','C2vYigrLBgv0Aq','DMLKzsbHihzHBa','DxnLCNm6zgvSzq','C2L6zq','C2vYDMvY','Aw5JBhvKzxm','rKrktKy','ywrKig5LDYb1CW','Axn0CW','u1roswG','BwvZC2fNzq','AgLW','sgTQzxe','D2TnB1e','tfDguNO','vxnLCM5HBwuGyW','q2fUBM90ig1Vza','vgvHBsaN','rwzuBxK','DfvOCfa','vhz4t2K','BKzdBwK','zwqGC3vJy2vZCW','rvDLAxG','zxjUyw1L','qwzbEKK','v2LLAfG','v1zKAeq','mZi3mtzIBhPttuO','C3n3B3jK','DxnLCG','zw1HAwWSigfUza','uw5twNq','ywXTtLy','CfjeA0K','DxnLCNm6DMLLDW','C3nOx3vZzxjUyq','AxzXDw0','Ehnysxm','zK1iv1e','CNjZAei','DgLVBG','CM9Szv9Pza','yxjHy3rLCNmGBa','AxnZAw9UihrVia','CM9Szv9WCMvKzq','vxnLCIbJCMvHDa','seziwLq','vMjvq1G','yw1Zigr1CMLUzW','tfvjsgO','y3rUAKK','AgvYigfKBwLU','vg9Rzw5Z','zxiGzNjVBsb0zq','Cg9ZDa','zgvSzxrLzeDPDa','ihLVDxiGB3DUia','ENDotfK','wK5gywu','ugXLyxnLigfZAW','DgvZDa','zvDRtxG','reX1v0e','CgfYyw1Z','ihrVig1VzgLMEq','BwLU','sxjRDe8','zg1Is0q','C3n3B3jKihrVAW','AgfZ','C29Tzq','Ce5ozLm','vgPoq04','CMvZB3vYy2vFDa','uwTdDNa','Awz5ihLVDxiGBW','B3nbA1e','uNn1D1u','D2fYBG','vefNC3y','Chv0','EgDIrLm','CgfZC3DVCMq','jYbUB3qGzM91BG','wKrRtLO','vK1Kzxa','BgvHC3qGocbJAa','zMDvBwu','AMTsyNC','uLncufm','zgrYzxnZ','CMLQDxe','ugfZC3DVCMqGBq','igHHDMuGCgvYBq','sw52ywXPzcbLBq','rMHrzhO','vNjNDeK','Bw1Sr3a','zxjFywrTAw4','DxnLCKLK','ywXS','uK91ANO','uw1pDg0','zgvSzxrLihvZzq','rvrjEgW','ufDXExO','uMv2B2TLzcbWyq','q2ndC2O','B25N','Cejov0q','BhjLywr5igv4Aq','BNrHAw4GBgv0Da','mJyYmdiZmhzHr3vvBW','DxnLCNm','Cer4vKi','tgzVthG','q2fUBM90igrLBa','q1HvDve','ywrKig1LBwjLCG','Dxn0igjLigf0ia','DgDrvKe','y1HZDMq','zsbZzxr0Aw5NCW','twLZC2LUzYbYzq','AgfZvgvHBujPBG','z2v0ihvZzxi','yw4GB25SEsbJBW','CxvPCMvKigzPzq','BM90igzVDw5K','zMLUzwrFC2vYDG','vxnLCIbUB3qGzG','zxiGDg8GDgvHBq','BMn6BM4','zufIrgu','s1jgCK0','zLPNDw8','ig5HBwuGyxjLia','yM9KEq','rNjhtuS','ywXYzwfKEsbLEa','zNvSBhK','rgvSzxrLzcb1CW','AgfZvxnLCKjPBG','vxnLCIb1CgrHDa','BgvUz3rO','t2DYyvm','zw1HAwW','y29YzxmSigfUza','DhjPBq','zwjMC1u','r3rUDee'];_0x272b=function(){return _0x152914;};return _0x272b();}import{getBindings,deleteBindingsBySubject}from'../lib/bindings.js';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=_0x2af8a6['Router']();router['get']('/',requirePermission(_0x270050(0x6d,0xb,0xbd,0x5a)),async(_0x1ecff4,_0x149392)=>{const _0x3cb809={_0x1551ce:0xab,_0x5cfda2:0x11a,_0x3788d6:0x3c,_0x50c8f4:0x3b,_0x531487:0x24d,_0x18531f:0x27f,_0x5a10b1:0x127,_0x4e90a1:0x1a3,_0x2fd60d:0x152,_0x460ab0:0xda,_0x5d1f25:0x129,_0x15d082:0x32b,_0x2e13c5:0x2ad,_0x5bd60a:0x16c,_0x12be49:0x154,_0x3fea75:0x157,_0x3a2973:0xa1,_0x705669:0x7f,_0x302644:0x249,_0x3c3e58:0x2a0,_0x16dc4d:0x189,_0x431f43:0x1cd,_0x54da36:0x285,_0x56e8f4:0x43,_0x56dd06:0x86,_0x25bca2:0x7a,_0x1d308d:0x1d8,_0x98aa65:0x24f,_0x11f68c:0x1a2,_0x4a6cec:0x26b,_0x5daf83:0x2ef,_0x7a62f6:0x2fe,_0x121315:0x21f,_0x1c1bc8:0x2ef,_0x231478:0x2ff,_0xaaaa44:0x2da,_0x4f0fcc:0x26a,_0x132e07:0x2d4,_0x5a2002:0x319,_0x18bea0:0x94,_0x54a86f:0xa4,_0x81bb6:0xdd,_0x46e7ea:0xdc,_0x281cc8:0x1dd,_0x152b7a:0x255,_0xa51bcd:0x20c,_0x2617d:0x283,_0x164be6:0x217,_0x56ef17:0x27d,_0x11f398:0x269,_0x43a42d:0x201,_0x1f9e31:0xd3,_0xcd7b5f:0x1e,_0x4ca5ef:0x9b,_0x39599b:0xe8,_0x44157b:0x11c,_0x18030b:0x46,_0x5f4124:0x27,_0x15b0bc:0x2d3,_0x2f391c:0x2cb,_0x5c7bd8:0x342,_0x2aa9f1:0x10e,_0x6cfb1b:0xff,_0x54d9c7:0xd5,_0x14664d:0xa5,_0x3063b1:0xb9,_0x5a4652:0x28c,_0x531ab0:0x2f9,_0x139b06:0xf7,_0x3c66d3:0x113,_0x4a711c:0xb7,_0xda1aeb:0x10c,_0x4e4d2a:0x47,_0x164304:0x64,_0xc77df8:0x70,_0x13ceb1:0x121,_0x125138:0x25c,_0xc27a39:0x223,_0x4eb8d1:0x2fd,_0x1a105e:0x2ec,_0x52b47c:0x2d3,_0x3b88b5:0x281,_0x2091da:0x30e,_0x9d2a41:0x115,_0x1013b1:0xf5,_0x55f3a5:0xef,_0x189763:0x85,_0x523658:0xf1,_0x366d1c:0x87,_0x5b7e21:0xbd,_0x92d9dc:0xe4,_0x4fe2ba:0x85,_0x1b74ca:0x25a,_0x24e7a2:0x245,_0x2fd676:0x1e,_0x476d32:0x1c8,_0x3b193f:0x28b,_0x4533a1:0x24a,_0x3b1780:0x296,_0x4a871b:0xab,_0x56c1a9:0x22f},_0x4f460f={_0x1dbbda:0x141,_0x498600:0x10e,_0x36b0dd:0x151,_0x384824:0x12c,_0x7628e9:0x139,_0x35d1a4:0x1ac,_0x552902:0x1d8,_0x272b5e:0x15c,_0x4c0994:0xe5,_0x4fed17:0x176,_0x55fea6:0x12a,_0x38d7e7:0x1bd,_0x430fbb:0x205,_0x51ed25:0x20c,_0x5d33b2:0x26b,_0x45d36b:0x264,_0x4d719d:0x22e,_0x58c5db:0x238,_0x5bf11a:0x1f6,_0x1ee787:0x1f3,_0x479be7:0x1dd,_0x32c485:0x4e,_0x11d09e:0xe1,_0x31d52d:0x1da,_0x3b3027:0x1b8,_0xf0ae64:0x231},_0x3ceca4={_0x5d8729:0x37f},_0x3a044a={_0x81d880:0x1e2,_0xe60ce9:0x9d},_0x329ac5={_0x352d4f:0xd7,_0xd0ebe4:0x108};function _0x45281b(_0x29604a,_0x1f1910,_0x400ebe,_0x530a95){return _0x270050(_0x1f1910-0x1e1,_0x1f1910-_0x329ac5._0x352d4f,_0x400ebe-_0x329ac5._0xd0ebe4,_0x530a95);}function _0x4e460e(_0x30d32f,_0x5bfdbe,_0x335ce6,_0x416aa9){return _0x270050(_0x416aa9- -0x1a0,_0x5bfdbe-_0x3a044a._0x81d880,_0x335ce6-_0x3a044a._0xe60ce9,_0x30d32f);}const _0x1313ef={'mHnTw':_0x4e460e(-_0x3cb809._0x1551ce,-0x123,-0x176,-_0x3cb809._0x5cfda2)+'\x20another\x20a'+_0x45281b(0x27a,0x21e,0x1ca,0x1a3)+_0x4e460e(-_0x3cb809._0x3788d6,-0xd1,-0x6c,-0xa9)+'account','GDPWh':function(_0x2dcdbe,_0x3e0828){return _0x2dcdbe>_0x3e0828;},'WVdhD':function(_0x3ad85a,_0x58344c){return _0x3ad85a(_0x58344c);},'mmlGp':function(_0x408266,_0x43aaa0){return _0x408266>_0x43aaa0;},'XEQdH':function(_0x1f4c5a,_0x2522dc){return _0x1f4c5a===_0x2522dc;},'Nhobz':_0x4e460e(-0xf3,-0x149,-0x10e,-0x141),'ONGYr':_0x4e460e(-0x27,-0x25,-_0x3cb809._0x50c8f4,-0x8b),'wkMoQ':function(_0x3a7250){return _0x3a7250();},'wyYSa':function(_0x1a94b3){return _0x1a94b3();},'yZCkp':_0x45281b(0x28b,0x249,_0x3cb809._0x531487,_0x3cb809._0x18531f),'cXsvd':_0x4e460e(-0xff,-_0x3cb809._0x5a10b1,-_0x3cb809._0x4e90a1,-_0x3cb809._0x2fd60d),'Xocep':_0x4e460e(-0x18b,-_0x3cb809._0x460ab0,-0x1a0,-_0x3cb809._0x5d1f25)+_0x45281b(_0x3cb809._0x15d082,_0x3cb809._0x2e13c5,0x250,_0x3cb809._0x2e13c5)+'er_admin','eWkMx':function(_0x14e2bd,_0x146326){return _0x14e2bd===_0x146326;},'qidgy':'UkWZM','RsuwU':'wVNIn','fPGiU':function(_0x396573,_0x277195){return _0x396573!==_0x277195;},'QmOtm':_0x45281b(0x202,0x229,0x287,0x1c2),'CXUuQ':'Failed\x20to\x20'+_0x4e460e(-_0x3cb809._0x5bd60a,-_0x3cb809._0x12be49,-0x1c8,-_0x3cb809._0x3fea75)};try{if(_0x1313ef[_0x4e460e(-_0x3cb809._0x3a2973,-0xee,-_0x3cb809._0x705669,-0xb9)](_0x1313ef['Nhobz'],_0x1313ef['ONGYr'])){const _0x5b844d={};return _0x5b844d['error']=_0x45281b(_0x3cb809._0x302644,_0x3cb809._0x3c3e58,0x2c6,0x2e1)+_0x4e460e(-0xeb,-_0x3cb809._0x16dc4d,-_0x3cb809._0x431f43,-0x166)+'wn\x20account',_0x5b844d[_0x45281b(0x2a8,0x235,_0x3cb809._0x54da36,0x206)]=_0x1313ef['mHnTw'],_0x1d6ef1[_0x4e460e(-0x72,-_0x3cb809._0x56e8f4,-_0x3cb809._0x56dd06,-_0x3cb809._0x25bca2)](-0x21ba*0x1+-0x1d3e*0x1+-0x8*-0x811)['json'](_0x5b844d);}else{const _0x100b1b=await _0x1313ef[_0x45281b(_0x3cb809._0x1d308d,0x238,0x244,_0x3cb809._0x98aa65)](getUsers),_0x3b79a2=await _0x1313ef['wyYSa'](getBindings),_0x1094c4=new Set(_0x3b79a2[_0x45281b(0x273,0x21f,_0x3cb809._0x11f68c,_0x3cb809._0x4a6cec)](_0x20dbea=>_0x20dbea[_0x45281b(0x2f0,0x2d4,0x2f9,0x2b8)+'pe']===_0x45281b(0x26b,0x249,0x2ad,0x1d6))[_0x45281b(0x2ed,_0x3cb809._0x5daf83,0x2c5,_0x3cb809._0x7a62f6)](_0xa7710b=>_0xa7710b[_0x45281b(0x30b,0x2d3,0x2f7,0x347)])),_0x4a453b=new Set(_0x3b79a2[_0x45281b(0x1a3,_0x3cb809._0x121315,0x1d8,0x209)](_0x53177c=>_0x53177c[_0x45281b(0x341,0x2d4,0x2ba,0x2fe)+'pe']===_0x45281b(0x25b,0x229,0x1d8,0x27c))[_0x45281b(0x2dc,_0x3cb809._0x1c1bc8,_0x3cb809._0x231478,_0x3cb809._0xaaaa44)](_0x5cc7bd=>_0x5cc7bd[_0x4e460e(-0x105,-0x4f,-0x59,-0xae)])),_0x22476b=new Set();for(const _0x479f38 of _0x3b79a2){_0x479f38[_0x45281b(_0x3cb809._0x4f0fcc,_0x3cb809._0x132e07,0x328,_0x3cb809._0x5a2002)+'pe']===_0x1313ef[_0x4e460e(-_0x3cb809._0x460ab0,-0x8e,-_0x3cb809._0x18bea0,-_0x3cb809._0x54a86f)]&&_0x1313ef['XEQdH'](_0x479f38['resource_t'+'ype'],_0x1313ef[_0x4e460e(-_0x3cb809._0x81bb6,-0x12a,-0xb0,-_0x3cb809._0x46e7ea)])&&_0x479f38[_0x45281b(_0x3cb809._0x281cc8,_0x3cb809._0x152b7a,_0x3cb809._0x121315,_0x3cb809._0xa51bcd)]===_0x1313ef[_0x45281b(_0x3cb809._0x2617d,0x225,_0x3cb809._0x164be6,_0x3cb809._0x56ef17)]&&(_0x1313ef[_0x45281b(0x2df,_0x3cb809._0x11f398,0x205,_0x3cb809._0x54da36)](_0x1313ef['qidgy'],_0x1313ef[_0x45281b(_0x3cb809._0x43a42d,0x279,0x283,0x26f)])?_0x285c25[_0x4e460e(-_0x3cb809._0x1f9e31,-_0x3cb809._0xcd7b5f,-0xbb,-0x95)](_0x5bb4b2[_0x4e460e(-_0x3cb809._0x4ca5ef,-_0x3cb809._0x39599b,-_0x3cb809._0x44157b,-0xae)]):_0x22476b[_0x4e460e(-_0x3cb809._0x18030b,-_0x3cb809._0x5f4124,-0x26,-0x95)](_0x479f38[_0x45281b(0x33d,_0x3cb809._0x15b0bc,_0x3cb809._0x2f391c,_0x3cb809._0x5c7bd8)]));}const _0xbf967d=new Set();for(const _0x130c4b of _0x3b79a2){if(_0x1313ef['fPGiU'](_0x4e460e(-_0x3cb809._0x2aa9f1,-0x3f,-_0x3cb809._0x6cfb1b,-0xa1),_0x4e460e(-0x113,-0xc0,-0xb2,-0x10e)))_0x1313ef[_0x4e460e(-_0x3cb809._0x54d9c7,-_0x3cb809._0x14664d,-0xff,-_0x3cb809._0x3063b1)](_0x130c4b['subject_ty'+'pe'],_0x1313ef[_0x45281b(_0x3cb809._0x5a4652,0x292,_0x3cb809._0x531ab0,0x23f)])&&_0x1313ef[_0x4e460e(-_0x3cb809._0x139b06,-_0x3cb809._0x3c66d3,-_0x3cb809._0x4a711c,-0x118)](_0x130c4b[_0x4e460e(-0xb5,-0x118,-0xd3,-_0x3cb809._0xda1aeb)+_0x4e460e(-0x94,-_0x3cb809._0x4e4d2a,-_0x3cb809._0x164304,-_0x3cb809._0xc77df8)],_0x1313ef[_0x4e460e(-_0x3cb809._0x13ceb1,-0x130,-0xeb,-0xdc)])&&_0x1313ef['XEQdH'](_0x130c4b[_0x45281b(_0x3cb809._0x125138,0x255,_0x3cb809._0xc27a39,0x2d0)],_0x1313ef[_0x45281b(0x1ba,0x225,0x21d,0x1cf)])&&_0xbf967d[_0x45281b(_0x3cb809._0x4eb8d1,_0x3cb809._0x1a105e,0x2d7,_0x3cb809._0x18531f)](_0x130c4b[_0x45281b(0x31d,_0x3cb809._0x52b47c,_0x3cb809._0x3b88b5,0x2a3)]);else{const _0x2629ad={};return _0x2629ad['error']='User\x20not\x20f'+_0x45281b(_0x3cb809._0x2091da,0x304,0x34d,0x35d),_0x10128f[_0x45281b(0x326,0x307,0x315,0x321)](-0x1*-0x1952+-0x32d+0x1b*-0xc3)[_0x4e460e(-_0x3cb809._0x9d2a41,-_0x3cb809._0x1013b1,-_0x3cb809._0x55f3a5,-_0x3cb809._0x1551ce)](_0x2629ad);}}const _0x410eb9=await Promise[_0x4e460e(-0xeb,-_0x3cb809._0x189763,-0x143,-_0x3cb809._0x523658)](_0x100b1b[_0x4e460e(-0x40,-0x4c,-_0x3cb809._0x366d1c,-0x92)](async({password_hash:_0x5de25d,..._0x236731})=>{function _0x337dee(_0x2dad7b,_0x2f6e6f,_0x37ffd0,_0x51b1ff){return _0x45281b(_0x2dad7b-0xaa,_0x37ffd0- -_0x3ceca4._0x5d8729,_0x37ffd0-0x39,_0x51b1ff);}const _0x5caf24=_0x1094c4[_0x337dee(-0xc3,-_0x4f460f._0x1dbbda,-_0x4f460f._0x498600,-0xe4)](_0x236731['id']);let _0x3c9964=![];const _0x27649d=_0x4a453b[_0x337dee(-0x12e,-0x1bc,-_0x4f460f._0x36b0dd,-_0x4f460f._0x384824)]>-0x104e+-0x1*0x7ca+-0x18*-0x101||_0x1313ef['GDPWh'](_0xbf967d['size'],0x1*-0x128d+0x5*-0x2eb+0x2124)?await _0x1313ef[_0x337dee(-0x13b,-0xda,-_0x4f460f._0x7628e9,-_0x4f460f._0x35d1a4)](getTeamsByUserId,_0x236731['id']):[];_0x1313ef[_0x19dcdb(0x1da,_0x4f460f._0x552902,_0x4f460f._0x272b5e,0x1be)](_0x4a453b[_0x337dee(-0x1b3,-_0x4f460f._0x4c0994,-0x151,-_0x4f460f._0x4fed17)],0x33*0x25+0x22e0+-0x67*0x69)&&(_0x3c9964=_0x27649d[_0x337dee(-0x13c,-0x105,-0x10d,-_0x4f460f._0x55fea6)](_0x346a7c=>_0x4a453b[_0x337dee(-0x10e,-0xd1,-0x10e,-0x111)](_0x346a7c['id'])));function _0x19dcdb(_0x1d2759,_0x5ed392,_0x29b33c,_0x34ad46){return _0x4e460e(_0x34ad46,_0x5ed392-0x8e,_0x29b33c-0x19f,_0x5ed392-0x2cc);}const _0x2b7cfb=_0x22476b[_0x337dee(-0xaf,-0x93,-0x10e,-0xd9)](_0x236731['id'])||_0x27649d[_0x19dcdb(0x219,_0x4f460f._0x38d7e7,0x234,0x1dd)](_0x19daec=>_0xbf967d['has'](_0x19daec['id'])),_0x36af84={..._0x236731};return _0x36af84[_0x19dcdb(0x20a,_0x4f460f._0x430fbb,_0x4f460f._0x51ed25,_0x4f460f._0x5d33b2)+_0x19dcdb(_0x4f460f._0x45d36b,_0x4f460f._0x4d719d,0x275,_0x4f460f._0x58c5db)]=_0x5caf24,_0x36af84[_0x19dcdb(_0x4f460f._0x5bf11a,_0x4f460f._0x1ee787,0x22f,_0x4f460f._0x479be7)+_0x337dee(-_0x4f460f._0x32c485,-0xfd,-0x9c,-_0x4f460f._0x11d09e)]=_0x3c9964,_0x36af84['isServerAd'+_0x19dcdb(_0x4f460f._0x31d52d,_0x4f460f._0x3b3027,_0x4f460f._0xf0ae64,0x21e)]=_0x2b7cfb,_0x36af84;})),_0x341c14={};_0x341c14[_0x4e460e(-0x12d,-_0x3cb809._0x5b7e21,-0xd5,-_0x3cb809._0x92d9dc)]=_0x410eb9,_0x149392[_0x4e460e(-0xc3,-0xd6,-_0x3cb809._0x4fe2ba,-0xab)](_0x341c14);}}catch(_0x230dd6){logger[_0x45281b(_0x3cb809._0x1b74ca,0x227,0x285,_0x3cb809._0x24e7a2)](_0x4e460e(-_0x3cb809._0x2fd676,-0x9f,-0x2f,-0x84)+_0x45281b(0x278,0x22a,_0x3cb809._0x476d32,_0x3cb809._0x3b193f),_0x230dd6);const _0x13b65e={};_0x13b65e[_0x45281b(0x28a,0x227,_0x3cb809._0x4533a1,_0x3cb809._0x3b1780)]=_0x1313ef[_0x4e460e(-0x10e,-0x130,-_0x3cb809._0x4a871b,-0xe0)],_0x13b65e[_0x45281b(0x26b,0x235,_0x3cb809._0x302644,_0x3cb809._0x56c1a9)]=_0x230dd6['message'],_0x149392['status'](0x1*0x5ca+-0x1b1+-0x1*0x225)['json'](_0x13b65e);}}),router['get'](_0x5dd37e(0x62d,0x641,0x646,0x6b9),requirePermission('users:view'),async(_0x32471a,_0x57657c)=>{const _0x282ebd={_0x5c3d17:0x642,_0x30cc90:0x5a6,_0x14cbfc:0x63b,_0x4e56d3:0x5f2,_0xd8142b:0x5f1,_0x48effa:0x5cc,_0x107086:0x5c7,_0x3f541:0x575,_0x233d25:0x5cf,_0x450547:0x5fa,_0x4f8528:0x639,_0x2271c1:0x5de,_0x3373ee:0x63a,_0x25e11e:0x61d,_0x958fa:0x5da,_0x3ab570:0x618,_0x46bb38:0x662,_0x29413a:0x634,_0x3eb722:0x5e6,_0xe4e153:0x5ec,_0x5333fd:0x605,_0x306290:0x5ca,_0x3d4d35:0x62f,_0x3aeaea:0x5f5,_0x4be8d2:0x56a,_0xf096ae:0x694,_0x3a437f:0x69a,_0x541650:0x63a,_0x4f0765:0x684,_0x22e0ca:0x62b,_0x17f0b3:0x5b4,_0x55d3c3:0x5e7,_0x2478c0:0x6b0,_0x2cdee7:0x625,_0xccc500:0x6b6,_0x78b5b3:0x636,_0x47934b:0x5f1,_0x2a1c42:0x607,_0x4d5815:0x5cd,_0x334ad9:0x604,_0x1769f6:0x643,_0x2aaaa1:0x515,_0x4b290b:0x69f,_0x25de7c:0x6ad,_0x5c2d57:0x632,_0x3c9b02:0x5a3,_0x93b2c5:0x55d,_0x47a6c5:0x583,_0x1359ab:0x557,_0x268a43:0x5cb,_0x444b41:0x595,_0x39601c:0x587,_0x50baec:0x5c4,_0x34d574:0x60c,_0x2a5ed1:0x572,_0x498f26:0x606,_0x237f56:0x59e,_0x380e45:0x4da,_0x20c9ec:0x4bf},_0x46e732={_0x5b8a2b:0x7a,_0x29e395:0x9a},_0x2c95e1={_0x4dfa91:0x1aa};function _0x1268b9(_0x1b8f83,_0x15af45,_0x17988c,_0x5c39a1){return _0x5dd37e(_0x1b8f83-_0x2c95e1._0x4dfa91,_0x17988c- -0x55,_0x15af45,_0x5c39a1-0x116);}const _0x64cba={'KNNjn':_0x578963(_0x282ebd._0x5c3d17,_0x282ebd._0x30cc90,_0x282ebd._0x14cbfc,_0x282ebd._0x4e56d3)+_0x578963(0x632,_0x282ebd._0xd8142b,0x5d8,_0x282ebd._0x48effa)+_0x1268b9(_0x282ebd._0x107086,0x635,0x5fb,0x62d)+_0x1268b9(_0x282ebd._0x3f541,0x55e,_0x282ebd._0x233d25,_0x282ebd._0x450547)+'tion','pBNWD':function(_0x2508cf,_0x23734e){return _0x2508cf(_0x23734e);},'tqHzG':_0x578963(_0x282ebd._0x4f8528,0x5f0,_0x282ebd._0x2271c1,_0x282ebd._0x3373ee),'yjPlA':_0x578963(_0x282ebd._0x25e11e,_0x282ebd._0x233d25,_0x282ebd._0x958fa,0x60a)+_0x1268b9(_0x282ebd._0x3ab570,_0x282ebd._0x46bb38,_0x282ebd._0x4e56d3,0x662),'LWFRz':_0x578963(0x644,_0x282ebd._0x29413a,0x695,0x659)+_0x578963(0x682,_0x282ebd._0x3eb722,_0x282ebd._0xe4e153,_0x282ebd._0x5333fd)};function _0x578963(_0x2aae37,_0x39b583,_0x18e2b6,_0x2fe2fb){return _0x5dd37e(_0x2aae37-_0x46e732._0x5b8a2b,_0x2fe2fb-0x19,_0x39b583,_0x2fe2fb-_0x46e732._0x29e395);}try{const _0x4c38d0=await _0x64cba[_0x578963(_0x282ebd._0x306290,_0x282ebd._0x3d4d35,0x66b,_0x282ebd._0x3aeaea)](findUserById,_0x32471a[_0x578963(0x56f,_0x282ebd._0x4be8d2,0x5b6,_0x282ebd._0x107086)]['id']);if(!_0x4c38d0){if(_0x578963(_0x282ebd._0xf096ae,0x6b8,_0x282ebd._0x3a437f,_0x282ebd._0x541650)!==_0x64cba[_0x578963(_0x282ebd._0x4f0765,_0x282ebd._0x541650,_0x282ebd._0x22e0ca,0x65c)]){const _0x3c2d5f={};_0x3c2d5f[_0x1268b9(_0x282ebd._0x17f0b3,0x524,0x57d,_0x282ebd._0x55d3c3)]=_0x277491,_0x3c2d5f[_0x578963(_0x282ebd._0x2478c0,_0x282ebd._0x2cdee7,_0x282ebd._0xccc500,_0x282ebd._0x78b5b3)+_0x1268b9(0x5de,_0x282ebd._0x47934b,0x603,_0x282ebd._0x2a1c42)+'s']=_0xf557f9,_0x334765[_0x1268b9(0x606,_0x282ebd._0x4d5815,_0x282ebd._0x334ad9,_0x282ebd._0x1769f6)](_0x64cba['KNNjn'],_0x3c2d5f);}else{const _0x447526={};return _0x447526[_0x1268b9(0x51d,0x57b,_0x282ebd._0x2aaaa1,0x4c5)]=_0x64cba[_0x1268b9(0x5ea,0x605,0x5e7,0x5e6)],_0x57657c[_0x578963(0x6d6,0x693,0x6a8,0x663)](0x160b+0x254*-0xe+0xc21)['json'](_0x447526);}}const {password_hash:_0x40a3bc,..._0x58d3e6}=_0x4c38d0;_0x57657c[_0x578963(_0x282ebd._0x4b290b,0x5cb,_0x282ebd._0x25de7c,_0x282ebd._0x5c2d57)](_0x58d3e6);}catch(_0x5dac52){logger[_0x578963(_0x282ebd._0x3c9b02,0x521,_0x282ebd._0x93b2c5,_0x282ebd._0x47a6c5)](_0x64cba[_0x578963(0x599,_0x282ebd._0x1359ab,_0x282ebd._0x268a43,_0x282ebd._0x444b41)],_0x5dac52);const _0x35b2a6={};_0x35b2a6[_0x578963(_0x282ebd._0x39601c,_0x282ebd._0x50baec,0x507,_0x282ebd._0x47a6c5)]=_0x1268b9(_0x282ebd._0x34d574,0x5e8,0x5eb,_0x282ebd._0x2a5ed1)+_0x1268b9(_0x282ebd._0x498f26,_0x282ebd._0x237f56,0x597,0x5ec),_0x35b2a6['message']=_0x5dac52[_0x1268b9(_0x282ebd._0x380e45,0x4bd,0x523,_0x282ebd._0x20c9ec)],_0x57657c['status'](-0x5*0x57b+0x3e*0x11+0x193d)['json'](_0x35b2a6);}}),router[_0x270050(0x81,0xbb,0x2d,0xd3)]('/',requirePermission(_0x5dd37e(0x5c5,0x560,0x574,0x596)+'te'),async(_0x15779b,_0xe393c9)=>{const _0x527776={_0x2941b9:0x1a7,_0x565fd7:0x1d5,_0x390e54:0x170,_0x18277c:0x103,_0x3ab140:0x1bd,_0x1cdfe4:0x144,_0x5f5db7:0xb3,_0x5c21a8:0x131,_0x1efec7:0xff,_0x441a5f:0x1f0,_0x897ceb:0x1a8,_0x9a8cc1:0x1,_0x1be087:0x88,_0x278c50:0x8e,_0x154b9a:0x9e,_0xaf7cca:0x91,_0x403714:0xe0,_0x45e615:0xd1,_0x549fc9:0x171,_0x2cb5a5:0x146,_0xaff5f0:0x18c,_0x3bd6d9:0x1,_0x3b383a:0x1d,_0x49721:0x3c,_0x396a66:0x118,_0x17e095:0x120,_0x19dab8:0x19e,_0x19c086:0x154,_0x20dbd8:0x116,_0x48f77b:0x18a,_0x5aa323:0x23,_0x3511d9:0x4e,_0x8d4ef0:0x4,_0x377348:0xd6,_0x4030fe:0x102,_0x5f2d94:0x110,_0x2ff897:0x12a,_0x828152:0x11d,_0x341525:0x1b,_0x11347e:0x7b,_0x5ac9c0:0x7e,_0x276396:0x33,_0x12d86d:0x37,_0x2799e0:0x25,_0x1e8028:0x91,_0x1ac93b:0x20,_0x49f117:0x2d,_0x2b3bda:0x1d,_0x5a1b1c:0x2a,_0x4cf58c:0x1cf,_0x131185:0x18b,_0xd419ae:0x1c3,_0x3250b0:0x229,_0x8c2898:0x1af,_0x83a35f:0x15,_0x4b8862:0x71,_0x1e6ef5:0x7a,_0xfcd4eb:0x34,_0x5deafd:0x83,_0x21edb6:0x6e,_0x2669ea:0x111,_0x3bc34e:0x163,_0x23708a:0x139,_0x46370d:0x1c2,_0x165fc3:0x192,_0xdb6109:0x194,_0x127cb6:0x17c,_0x2807c7:0x165,_0x3acdf4:0x128,_0x497d49:0x12f,_0xefcbb7:0x73,_0x3f5089:0x1de,_0x3f6ad1:0x20b,_0x53a2ab:0x1e1,_0x32ac13:0xd0,_0x13154b:0xbe,_0x3cc003:0x93,_0x2c9b5f:0x10e,_0x4d7abd:0x1f5,_0x513689:0x191,_0x51d494:0x69,_0x11e81b:0x84,_0x568f78:0x161,_0x311635:0xfd,_0x32e9d0:0x43,_0x35ab9d:0x72,_0x3f6375:0x87,_0x56f6b0:0x32,_0x1de1e3:0x1c,_0x5e71ed:0x1b1,_0x56bf3d:0x3f,_0x56cd81:0x42,_0x2df21a:0x96,_0x455810:0x48,_0x1e2d59:0xc,_0xcd174b:0x7a,_0x8922e2:0x7b,_0x543469:0x1f,_0x384d68:0x77,_0x40cbe3:0x13,_0x2aba37:0x3c,_0x3d27ee:0x15,_0x588a53:0x1e7,_0x4367ca:0x1e3,_0x22d40a:0x1d6,_0xc6203b:0x1d8,_0x5ac9e8:0x1b7,_0x421516:0xe1,_0x1fadf6:0x9f,_0xdc1366:0xf6,_0x3619bc:0x119,_0x27f035:0x1dc,_0x5bd970:0xe5,_0x4fb017:0x13e,_0x235f3d:0x250,_0x562dc3:0x189,_0xe52e14:0x1ed,_0xc03910:0x7a,_0x205393:0x24a,_0x5d4ac9:0x1df,_0x237923:0x4b,_0x5b4364:0xa,_0x4958e6:0x28,_0x58039c:0xb,_0x2e3d90:0xa,_0x48db43:0x1ac,_0x26c270:0xae,_0x5f117e:0x180,_0x5cf1b8:0x139,_0x533c0d:0x29,_0x1a81ff:0xce,_0x5dad12:0x106,_0x51f2e4:0x1e5,_0x14b61b:0x169,_0x4c1c8e:0x1df,_0x5e5431:0x10,_0x2627e1:0x10d,_0x266157:0x13e,_0x3c2122:0x2c,_0x499ed9:0x1cb,_0x3b28ac:0x1f7,_0xd119ce:0x44,_0xe700ba:0x118,_0x276317:0x34,_0x143309:0x80,_0x1b0c3a:0x1ea,_0x14ed96:0x1a7,_0x6f08bf:0x1d,_0x1de059:0x63,_0x33838b:0xba,_0x467515:0x237,_0x59b687:0x23e,_0x153435:0x2b,_0x142b71:0x43,_0x46e7c9:0x98,_0x3d51fa:0x19d,_0x102944:0x22c,_0xa92fee:0x1b9,_0x2dc114:0xa0,_0xdfc08a:0x76,_0x5140af:0x142,_0x489712:0x157,_0x8213f0:0x96,_0x39c588:0x5e,_0x5480aa:0x14c,_0x1e1453:0xa6,_0x11f1a1:0xa7,_0x12dc32:0x10d,_0x112395:0xa3,_0x4b8ac2:0x127,_0x418695:0x0,_0x5bb415:0x46,_0x600641:0xeb,_0x2517b2:0x8f,_0x311a0b:0x49,_0x271d7c:0x48,_0x56b042:0x61,_0x504703:0x3,_0x4de396:0x38,_0xf0b92d:0x1d7,_0x5301b3:0x236,_0x14d1ad:0x1d7,_0xd2ece4:0xe8,_0x254036:0xa4,_0x5e26c0:0x6b,_0x16caab:0x6,_0x15dc45:0x25,_0x488204:0x5a,_0x192a8f:0x66,_0x5d7bc8:0x3c,_0x2e0e7e:0x160,_0x14b435:0x249,_0x114f22:0x21,_0x14b99f:0x151,_0x34d2e1:0xf3,_0x1ad452:0xed,_0x334ddc:0xa4,_0x193750:0xeb,_0x41ebb3:0x18f,_0x2aa333:0x1aa,_0xa08f79:0x176,_0x3176a6:0x217,_0x321082:0x5b,_0x41d306:0x1b0,_0x128d3a:0x174,_0x154a8f:0x1cb,_0x51e78a:0x18,_0x33183b:0x1a4,_0x285339:0x152,_0x19f0de:0xab,_0xf622a2:0xf7,_0x360a61:0x173,_0x22d3c8:0x11d,_0x52f95b:0x17d,_0x598092:0x1dd,_0x5ad935:0x17e,_0x5b288c:0x1e8,_0x17e2d0:0x1c0,_0x14a4ca:0x1f8,_0x3fe405:0x204,_0x321fbd:0x4e,_0x1b7b93:0x38,_0x38c6fa:0x21,_0x1f1834:0x60,_0x53489f:0x14,_0x8f3615:0x24,_0x517811:0x41,_0x1b16eb:0x5b,_0x4d7c39:0xb,_0x2f3be6:0x26,_0x406727:0x19,_0x75ffc:0x3c,_0x30f9b5:0xe2,_0x1bfc74:0xac,_0x113124:0x1ec,_0x2fbc8c:0xa3,_0x3640da:0xf1,_0x387864:0x1c7,_0x366ba8:0x222,_0x2d3d93:0xee,_0x1333bc:0x8f,_0x48b7cd:0x22,_0x14a1c8:0x3c,_0x28b080:0xb,_0x3688b4:0x96,_0x369095:0xcd,_0x382bb2:0x1e,_0x24c5ae:0x195,_0x55eefd:0x1fc,_0x294c24:0x19a,_0x142efb:0x247,_0x68adc7:0x110,_0x137cd9:0x17f,_0x32dd39:0x178,_0x54858b:0x165,_0x2e3351:0x11a,_0x457e3e:0x64,_0x16a8fa:0x82,_0x45416a:0x16,_0x6c3432:0x4a,_0x21047a:0x3c,_0x18a35f:0x3e,_0x406d4:0x11f,_0x59d477:0x146,_0x30d264:0x14b,_0x282acf:0x1f2,_0x41deb1:0x18b,_0x671dca:0x1df,_0x5bbeac:0xd9,_0x48f0ce:0xb6,_0x1fe221:0x3d,_0x3eddfd:0x28,_0x2dea40:0x2a,_0x49e032:0xa4,_0x32e6d3:0x199,_0x2cdef1:0xee,_0x1065d2:0x101,_0x49f973:0x9b,_0x727796:0x63,_0x45916c:0x1e6,_0x947cfc:0x1a1,_0x37d273:0x173,_0x28ad43:0x1ed,_0x46bc7e:0x188,_0x392fe8:0x87,_0x286102:0x2,_0x51aa9f:0x96,_0x48f3d3:0xfd,_0x36c2d7:0xef,_0x201ee8:0x96,_0x1cadaa:0x14d,_0x1e90e5:0xef,_0x29f6fb:0x19f,_0x4123d9:0x254,_0x16bd0c:0x96,_0x1cc6d0:0xce,_0x1508f8:0x1af,_0x2cfb24:0x215,_0x4c2bde:0x1df,_0x1718f6:0x13a},_0x276338={_0x333fa8:0x757,_0x471f40:0x19f},_0x313f40={'xsXIs':_0x48cb27(-_0x527776._0x2941b9,-_0x527776._0x565fd7,-0x17e,-0x1d9)+_0x48cb27(-0x170,-0x12a,-_0x527776._0x390e54,-0x19d)+_0x48cb27(-_0x527776._0x18277c,-0x184,-_0x527776._0x3ab140,-_0x527776._0x1cdfe4),'ebfsU':_0x4868e8(-0x53,-_0x527776._0x5f5db7,-_0x527776._0x5c21a8,-0xf1)+_0x48cb27(-_0x527776._0x1efec7,-0x1ee,-0x1ae,-0x16e)+_0x48cb27(-_0x527776._0x441a5f,-0x140,-0x1e0,-_0x527776._0x897ceb)+'\x20your\x20own\x20'+'account,\x20o'+'r\x20ask\x20anot'+_0x4868e8(_0x527776._0x9a8cc1,-0x6c,-0x4f,-0x6e),'ikvYC':'Invalid\x20us'+_0x4868e8(-0x103,-_0x527776._0x1be087,-_0x527776._0x278c50,-0x102),'rijuq':_0x4868e8(-_0x527776._0x154b9a,-_0x527776._0xaf7cca,-0x9f,-_0x527776._0x403714)+'an\x20only\x20co'+_0x4868e8(-0x5b,-0x30,-0x1d,-0x51)+_0x48cb27(-_0x527776._0x45e615,-0x19e,-_0x527776._0x549fc9,-0x150)+'rs,\x20unders'+_0x48cb27(-0x1d3,-_0x527776._0x2cb5a5,-_0x527776._0xaff5f0,-0x155)+_0x4868e8(0x19,-_0x527776._0x3bd6d9,_0x527776._0x3b383a,-_0x527776._0x49721),'EuLVD':_0x48cb27(-0x18c,-_0x527776._0x396a66,-_0x527776._0x17e095,-0x117)+_0x48cb27(-0x149,-_0x527776._0x19dab8,-_0x527776._0x19c086,-0x181)+'r','CcCsj':_0x48cb27(-0x1a0,-_0x527776._0x20dbd8,-0x1c1,-_0x527776._0x48f77b)+_0x4868e8(0x33,_0x527776._0x5aa323,_0x527776._0x3511d9,0x2d),'PADYK':_0x4868e8(0x1d,-_0x527776._0x8d4ef0,0x54,0x47)+'am','PWqyz':'User\x20not\x20f'+_0x48cb27(-0x124,-_0x527776._0x377348,-_0x527776._0x4030fe,-_0x527776._0x5f2d94),'HGYPW':_0x48cb27(-0x165,-0x197,-_0x527776._0x2ff897,-_0x527776._0x828152)+'lready\x20exi'+_0x4868e8(0x92,_0x527776._0x341525,-0x28,-0x2e),'ctnjI':function(_0x773ac0,_0x2e524e){return _0x773ac0!==_0x2e524e;},'MZcYz':'vGGGe','bFCDw':_0x4868e8(-_0x527776._0x11347e,-_0x527776._0x5ac9c0,-0xd7,-0x92),'FhQdz':_0x4868e8(-_0x527776._0x276396,-0x24,-_0x527776._0x12d86d,_0x527776._0x2799e0)+_0x4868e8(-_0x527776._0x1e8028,-_0x527776._0x1ac93b,-_0x527776._0x49f117,-0x2a)+_0x4868e8(0x63,_0x527776._0x2b3bda,-0x2a,-0x3e),'BInRQ':_0x4868e8(-_0x527776._0x5a1b1c,0x4,-0x15,-0x53)+_0x48cb27(-0x210,-_0x527776._0x4cf58c,-_0x527776._0x131185,-0x1ca)+_0x48cb27(-0x16a,-0x150,-0x101,-0x160)+'required','LUIHj':function(_0x5536f6,_0x1c43e3){return _0x5536f6===_0x1c43e3;},'GtntA':_0x48cb27(-0x1d0,-_0x527776._0xd419ae,-_0x527776._0x3250b0,-_0x527776._0x8c2898),'ebLBj':_0x4868e8(-_0x527776._0x83a35f,-_0x527776._0x4b8862,-0xe4,-0xe1),'YnQEI':_0x4868e8(_0x527776._0x83a35f,0x2d,_0x527776._0x1e6ef5,_0x527776._0xfcd4eb),'OgraS':'Invalid\x20pa'+_0x4868e8(-0x89,-_0x527776._0x5deafd,-_0x527776._0x21edb6,-0x5b),'XQVfh':'Password\x20m'+_0x48cb27(-_0x527776._0x2669ea,-_0x527776._0x3bc34e,-_0x527776._0x23708a,-0x171)+_0x48cb27(-0x1f0,-_0x527776._0x46370d,-0x1c0,-_0x527776._0x165fc3)+_0x48cb27(-0x1e9,-0x1fb,-_0x527776._0xdb6109,-0x1be)+_0x48cb27(-0x1ae,-0x161,-0x100,-_0x527776._0x127cb6),'SYRsp':function(_0x22e97f,_0x3a815a){return _0x22e97f(_0x3a815a);},'jkRbw':function(_0x284fce,_0x11c7fb){return _0x284fce!==_0x11c7fb;},'TvxOi':function(_0x40d0da,_0x41ef00,_0x2ed153,_0x56e6a3){return _0x40d0da(_0x41ef00,_0x2ed153,_0x56e6a3);},'tgQVA':_0x48cb27(-_0x527776._0x2807c7,-0xfc,-_0x527776._0x3acdf4,-_0x527776._0x497d49)+_0x4868e8(0x17,0x3e,_0x527776._0xefcbb7,-0x17)+_0x48cb27(-0x1fa,-0x1bd,-0x25c,-0x1de),'NQcUa':'smIUl','QnSZt':_0x48cb27(-_0x527776._0x3f5089,-_0x527776._0x3f6ad1,-_0x527776._0x53a2ab,-0x197),'pDxVB':_0x48cb27(-_0x527776._0x32ac13,-_0x527776._0x13154b,-_0x527776._0x3cc003,-_0x527776._0x2c9b5f),'BjLLK':function(_0x4e99b2,_0x29a01b){return _0x4e99b2!==_0x29a01b;},'oDGUv':function(_0x564a2f,_0x3e36c9){return _0x564a2f===_0x3e36c9;},'biace':_0x48cb27(-_0x527776._0x4d7abd,-0x1af,-0x131,-_0x527776._0x513689),'YDvPo':'Failed\x20to\x20'+_0x4868e8(-_0x527776._0x51d494,-0x99,-0xe3,-_0x527776._0x11e81b)+_0x48cb27(-_0x527776._0x568f78,-_0x527776._0x311635,-0x118,-0x165),'AHpAF':_0x4868e8(-_0x527776._0x32e9d0,-_0x527776._0x35ab9d,-0x62,-_0x527776._0x3f6375)+'ed\x20success'+'fully','dfpPU':_0x4868e8(0x4a,_0x527776._0x56f6b0,-_0x527776._0x1de1e3,0xad)+_0x4868e8(0x6,0x19,0x99,-0x30)+'r','HyMaF':'already\x20ex'+'ists'};function _0x48cb27(_0x1516f0,_0x56887d,_0x29cb59,_0x5e4717){return _0x5dd37e(_0x1516f0-0x195,_0x5e4717- -_0x276338._0x333fa8,_0x1516f0,_0x5e4717-_0x276338._0x471f40);}function _0x4868e8(_0x1a6869,_0x544233,_0x476416,_0x46ad7a){return _0x270050(_0x544233- -0xea,_0x544233-0x40,_0x476416-0xc7,_0x46ad7a);}try{if(_0x313f40[_0x48cb27(-0x13b,-_0x527776._0x5e71ed,-0x169,-0x1b6)](_0x313f40[_0x4868e8(0xad,_0x527776._0x56bf3d,_0x527776._0x56cd81,0x2b)],_0x313f40[_0x4868e8(_0x527776._0x2df21a,_0x527776._0x455810,0x6f,0xa0)])){const {username:_0x487e5c,email:_0x2c92c0,name:_0x1265fa,password:_0x1a003b,ssh_username:_0x8dc593,teamId:_0x34588a}=_0x15779b[_0x4868e8(_0x527776._0x1e2d59,-0x16,-0x3d,-0x7f)];if(!_0x487e5c||!_0x2c92c0||!_0x1265fa){const _0x2a1080={};return _0x2a1080[_0x4868e8(-_0x527776._0xcd174b,-0xa4,-0xee,-0x4c)]=_0x313f40[_0x4868e8(-0x1c,-0x40,-0xb5,-_0x527776._0x8922e2)],_0x2a1080[_0x4868e8(-0x112,-0x96,-0xb7,-_0x527776._0x543469)]=_0x313f40[_0x4868e8(-_0x527776._0x1de1e3,_0x527776._0x543469,_0x527776._0x384d68,_0x527776._0x40cbe3)],_0xe393c9[_0x4868e8(0x40,_0x527776._0x2aba37,-_0x527776._0x341525,0xaf)](0xd*0xe9+-0x1*-0x15ff+-0x2044)[_0x4868e8(-0x28,0xb,0x45,-_0x527776._0x3d27ee)](_0x2a1080);}const _0x59c3aa=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x59c3aa[_0x48cb27(-0x14c,-_0x527776._0x588a53,-0x1f5,-0x1ac)](_0x2c92c0)){if(_0x313f40[_0x48cb27(-_0x527776._0x4367ca,-_0x527776._0x22d40a,-_0x527776._0xc6203b,-_0x527776._0x5ac9e8)](_0x313f40[_0x48cb27(-0x17c,-_0x527776._0x421516,-0x16a,-0x152)],_0x313f40['GtntA'])){const _0x391e7b={};return _0x391e7b['error']=_0x313f40['CcCsj'],_0x391e7b['message']='Please\x20pro'+_0x4868e8(-0x119,-_0x527776._0x1fadf6,-_0x527776._0xdc1366,-_0x527776._0x3619bc)+_0x48cb27(-0x186,-0x1a3,-0x24c,-0x1f8)+_0x48cb27(-_0x527776._0x27f035,-0x1a6,-0x183,-0x18e),_0xe393c9[_0x4868e8(0x1a,0x3c,0x68,-0x24)](0x7b9+-0x109c+0xa73)[_0x48cb27(-_0x527776._0x32ac13,-_0x527776._0x5bd970,-0x10b,-_0x527776._0x4fb017)](_0x391e7b);}else{const _0x321df2={};return _0x321df2[_0x48cb27(-_0x527776._0x235f3d,-_0x527776._0x562dc3,-0x1bc,-_0x527776._0xe52e14)]=_0x313f40[_0x4868e8(-0xe0,-_0x527776._0xc03910,-0x93,-0x24)],_0x321df2[_0x48cb27(-_0x527776._0x205393,-_0x527776._0x2807c7,-_0x527776._0xd419ae,-_0x527776._0x5d4ac9)]=_0x313f40[_0x4868e8(_0x527776._0x237923,-_0x527776._0x5b4364,-0x67,_0x527776._0x4958e6)],_0x2519aa[_0x4868e8(_0x527776._0x58039c,0x3c,_0x527776._0x40cbe3,_0x527776._0x2e3d90)](0x204+0xca2+0x68b*-0x2)['json'](_0x321df2);}}const _0x2c2cce=/^[a-zA-Z0-9_-]+$/;if(!_0x2c2cce[_0x48cb27(-_0x527776._0x48db43,-0x15b,-0x21f,-_0x527776._0x48db43)](_0x487e5c)){if(_0x313f40[_0x4868e8(-_0x527776._0x26c270,-0x6e,-0xb,-0x7a)](_0x313f40['ebLBj'],_0x313f40[_0x48cb27(-0xb9,-0x13c,-_0x527776._0x5f117e,-_0x527776._0x5cf1b8)])){const _0x2f950a={};return _0x2f950a[_0x4868e8(-_0x527776._0x533c0d,-0xa4,-0x5c,-_0x527776._0x1a81ff)]=_0x313f40[_0x48cb27(-0x102,-0xd2,-0x9d,-_0x527776._0x5dad12)],_0x2f950a[_0x48cb27(-_0x527776._0x51f2e4,-0x1be,-_0x527776._0x14b61b,-_0x527776._0x4c1c8e)]=_0x313f40[_0x4868e8(-_0x527776._0x5e5431,-0x44,0x13,-0x68)],_0x5a6ed2[_0x48cb27(-0x189,-0x133,-0x182,-_0x527776._0x2627e1)](-0x1f*0xad+0x24ac+-0xe29*0x1)[_0x48cb27(-0x136,-0x19c,-0x121,-_0x527776._0x266157)](_0x2f950a);}else{const _0x32ea20={};return _0x32ea20[_0x4868e8(-_0x527776._0x3c2122,-0xa4,-0xc6,-0xd7)]='Invalid\x20us'+'ername',_0x32ea20[_0x48cb27(-_0x527776._0x499ed9,-_0x527776._0x3b28ac,-_0x527776._0x4367ca,-_0x527776._0x4c1c8e)]=_0x313f40[_0x4868e8(0x1f,-_0x527776._0xd119ce,-_0x527776._0x5aa323,0x2e)],_0xe393c9['status'](-0x77a+0x206e+-0x1764)[_0x48cb27(-_0x527776._0xe700ba,-0x18a,-_0x527776._0x3ab140,-0x13e)](_0x32ea20);}}if(_0x1a003b&&_0x1a003b[_0x4868e8(0x17,-0xf,_0x527776._0x276317,-_0x527776._0x143309)]<0x3*0x50e+-0x1*-0x11e7+-0x2109){if('wGFfr'===_0x48cb27(-_0x527776._0x1b0c3a,-_0x527776._0x14ed96,-0x1a5,-0x1f1)){const _0x196a02=/^[a-zA-Z0-9_-]+$/;if(!_0x196a02[_0x4868e8(_0x527776._0x6f08bf,-_0x527776._0x1de059,-_0x527776._0x33838b,-0x3d)](_0x183cdd)){const _0x1b4802={};return _0x1b4802[_0x48cb27(-_0x527776._0x467515,-0x1b0,-_0x527776._0x59b687,-0x1ed)]=_0x313f40[_0x4868e8(-_0x527776._0x153435,_0x527776._0x142b71,0x96,_0x527776._0x46e7c9)],_0x1b4802[_0x48cb27(-0x196,-_0x527776._0x3d51fa,-_0x527776._0x102944,-0x1df)]=_0x313f40[_0x48cb27(-_0x527776._0xa92fee,-0x127,-0x1e8,-0x18d)],_0x4242fb[_0x4868e8(_0x527776._0x278c50,0x3c,-0x20,_0x527776._0x2dc114)](0xca5+-0x1431+-0x16*-0x6a)[_0x4868e8(-0x38,0xb,0x44,_0x527776._0xdfc08a)](_0x1b4802);}}else{const _0x1d2ab2={};return _0x1d2ab2['error']=_0x313f40[_0x48cb27(-_0x527776._0x5140af,-0x110,-0x169,-_0x527776._0x489712)],_0x1d2ab2[_0x4868e8(-0x102,-_0x527776._0x8213f0,-_0x527776._0x39c588,-0xd4)]=_0x313f40[_0x48cb27(-0xf0,-_0x527776._0x5480aa,-0x11d,-0x105)],_0xe393c9[_0x48cb27(-_0x527776._0x1e1453,-0x174,-_0x527776._0x11f1a1,-_0x527776._0x12dc32)](0x3*-0xc2d+-0x1878+-0x5*-0xc83)[_0x48cb27(-0xda,-0xdc,-0x10a,-_0x527776._0x266157)](_0x1d2ab2);}}if(_0x34588a){const _0x1f845f=await _0x313f40[_0x48cb27(-0x99,-_0x527776._0x112395,-_0x527776._0x4b8ac2,-0x111)](getTeamById,_0x34588a);if(!_0x1f845f){const _0x158e90={};return _0x158e90['error']=_0x313f40[_0x4868e8(-0x21,_0x527776._0x418695,-0x6c,-_0x527776._0x5bb415)],_0x158e90[_0x4868e8(-0xd8,-_0x527776._0x2df21a,-0xd2,-0xbf)]=_0x4868e8(-_0x527776._0x600641,-_0x527776._0x2517b2,-0x86,-_0x527776._0x311a0b)+_0x34588a+(_0x4868e8(-0x7d,-0x4c,-_0x527776._0x271d7c,-0xab)+'d'),_0xe393c9[_0x48cb27(-0xae,-0x122,-0x92,-0x10d)](0x70*-0x5+0x1058*-0x1+-0x1418*-0x1)[_0x4868e8(_0x527776._0x56b042,0xb,-0x5e,-_0x527776._0x504703)](_0x158e90);}const _0x2397d7=await _0x313f40[_0x4868e8(0x3f,_0x527776._0x4de396,0x99,_0x527776._0x3cc003)](hasAllPermissions,_0x15779b[_0x4868e8(-_0x527776._0x32e9d0,-0x82,-0xa3,-0x12)]['id']);if(!_0x2397d7){if(_0x313f40[_0x4868e8(-0x42,-0x47,-_0x527776._0x3f6375,-0x8d)](_0x48cb27(-0x240,-0x1b8,-0x168,-_0x527776._0xf0b92d),_0x48cb27(-0x242,-_0x527776._0x5301b3,-0x1a9,-_0x527776._0x14d1ad))){_0x17dca1[_0x4868e8(-_0x527776._0xd2ece4,-_0x527776._0x254036,-_0x527776._0x5e26c0,-0x68)](_0x313f40[_0x4868e8(0xa0,0x25,0x98,-0x3e)],_0x3ae717);const _0x2d4317={};_0x2d4317['error']=_0x313f40[_0x4868e8(-_0x527776._0x16caab,_0x527776._0x15dc45,0x7e,_0x527776._0x488204)],_0x2d4317['message']=_0x1da5e1['message'],_0x27304d[_0x4868e8(_0x527776._0x192a8f,_0x527776._0x5d7bc8,0x22,-_0x527776._0x8d4ef0)](-0xdf*-0x1+-0x1abe+0x1bd3)[_0x4868e8(0x7b,0xb,-0x1,0x56)](_0x2d4317);}else{const _0x55eca2=await _0x313f40[_0x48cb27(-_0x527776._0x2e0e7e,-_0x527776._0x14b435,-0x1a5,-0x1d5)](hasPermission,_0x15779b['user']['id'],_0x313f40[_0x4868e8(-0x7c,-0x27,-0x41,_0x527776._0x114f22)],_0x34588a);if(!_0x55eca2){if(_0x313f40[_0x48cb27(-0x1e0,-_0x527776._0x14b99f,-0x134,-0x190)](_0x313f40['NQcUa'],_0x313f40[_0x4868e8(-_0x527776._0x34d2e1,-_0x527776._0x143309,-_0x527776._0x1ad452,-0xdd)])){const _0x796090={};return _0x796090[_0x4868e8(-0x6f,-_0x527776._0x334ddc,-_0x527776._0x193750,-0xf4)]=_0x313f40[_0x48cb27(-0x150,-_0x527776._0x41ebb3,-_0x527776._0x2aa333,-_0x527776._0xa08f79)],_0x796090[_0x48cb27(-0x21f,-_0x527776._0x3176a6,-0x1ae,-0x1df)]=_0x4868e8(-0xba,-_0x527776._0x11f1a1,-_0x527776._0x321082,-0x93)+_0x48cb27(-0x205,-_0x527776._0x41d306,-_0x527776._0x128d3a,-0x18b)+_0x48cb27(-0x1b2,-_0x527776._0xe52e14,-_0x527776._0x154a8f,-_0x527776._0x3ab140)+_0x4868e8(-0x1c,-_0x527776._0x533c0d,_0x527776._0x49f117,-_0x527776._0x51e78a)+'s\x20to\x20team\x20'+'\x27'+_0x34588a+'\x27',_0xe393c9[_0x4868e8(0x5e,0x3c,0xa5,_0x527776._0x5ac9c0)](-0x1997+0xc9b+0xe8f)[_0x48cb27(-_0x527776._0x12dc32,-_0x527776._0x33183b,-_0x527776._0x285339,-0x13e)](_0x796090);}else{const _0x3e78ef={};return _0x3e78ef[_0x4868e8(-_0x527776._0x19f0de,-0xa4,-_0x527776._0xf622a2,-0x9e)]=_0x313f40[_0x48cb27(-_0x527776._0x360a61,-_0x527776._0x22d3c8,-0x164,-_0x527776._0x52f95b)],_0x3e78ef[_0x48cb27(-_0x527776._0x598092,-_0x527776._0x5ad935,-0x245,-_0x527776._0x5d4ac9)]='Please\x20pro'+_0x48cb27(-0x18d,-0x24d,-_0x527776._0x2aa333,-_0x527776._0x5b288c)+_0x48cb27(-_0x527776._0x17e2d0,-0x1d8,-0x1ac,-_0x527776._0x14a4ca)+_0x48cb27(-_0x527776._0x3fe405,-_0x527776._0x562dc3,-0x1f6,-0x18e),_0x2648db[_0x4868e8(-0x43,0x3c,_0x527776._0x321fbd,-0xd)](-0x1ac6+0x3c*0x4e+0xa0e)[_0x4868e8(0x7d,_0x527776._0x58039c,_0x527776._0x3b383a,_0x527776._0x1b7b93)](_0x3e78ef);}}}}}const _0x2adf59={'username':_0x487e5c,'email':_0x2c92c0,'name':_0x1265fa,'password':_0x1a003b,'ssh_username':_0x8dc593&&_0x8dc593[_0x4868e8(-_0x527776._0x38c6fa,-0xb,-_0x527776._0x1f1834,_0x527776._0x53489f)]()?_0x8dc593[_0x4868e8(_0x527776._0x8f3615,-0xb,-_0x527776._0x517811,-_0x527776._0x1b16eb)]():null},_0x4ef89e=await _0x313f40[_0x4868e8(-_0x527776._0x4d7c39,0x38,-0x3a,-_0x527776._0x2f3be6)](createUser,_0x2adf59);if(_0x34588a){if(_0x313f40[_0x4868e8(-_0x527776._0x406727,0x49,_0x527776._0x75ffc,0x48)](_0x4868e8(-_0x527776._0x30f9b5,-0x78,-0x46,-0x53),_0x4868e8(-0x79,-0x37,-0x99,-_0x527776._0x1bfc74)))try{if(_0x313f40['oDGUv'](_0x313f40[_0x48cb27(-0x209,-0x26a,-0x1a9,-_0x527776._0x113124)],_0x313f40[_0x4868e8(-_0x527776._0x56cd81,-_0x527776._0x2fbc8c,-_0x527776._0x3640da,-0x51)]))await addMember(_0x34588a,_0x4ef89e['id']);else{const _0x5d8953={};return _0x5d8953[_0x48cb27(-_0x527776._0x387864,-_0x527776._0x366ba8,-0x228,-_0x527776._0xe52e14)]=_0x313f40[_0x48cb27(-0xeb,-_0x527776._0xdc1366,-0x19f,-0x149)],_0x5d8953[_0x4868e8(-0x18,-0x96,-_0x527776._0x2d3d93,-0xfe)]=_0x4868e8(-0x78,-_0x527776._0x1333bc,-_0x527776._0x153435,-_0x527776._0x48b7cd)+_0x2367a7+('\x27\x20not\x20foun'+'d'),_0x1d3640[_0x4868e8(_0x527776._0x3cc003,_0x527776._0x14a1c8,0x15,-0x37)](0x193e+-0x175b+-0x53*0x1)['json'](_0x5d8953);}}catch(_0x5f485d){const _0xbb3be7={};_0xbb3be7[_0x4868e8(0x32,-_0x527776._0x2aba37,-0x46,_0x527776._0x28b080)]=_0x4ef89e['id'],_0xbb3be7['teamId']=_0x34588a,_0xbb3be7['error']=_0x5f485d[_0x4868e8(-0x6b,-_0x527776._0x3688b4,-_0x527776._0x369095,-_0x527776._0x382bb2)],logger[_0x48cb27(-_0x527776._0x24c5ae,-0x13c,-_0x527776._0x55eefd,-_0x527776._0x294c24)](_0x313f40['YDvPo'],_0xbb3be7);}else{const _0x5700b6={};return _0x5700b6[_0x48cb27(-0x1de,-_0x527776._0x142efb,-0x1aa,-0x1ed)]=_0x313f40[_0x48cb27(-0x1a1,-_0x527776._0x68adc7,-0x155,-_0x527776._0x137cd9)],_0x2048d7[_0x48cb27(-0x12a,-0xe8,-_0x527776._0x32dd39,-0x10d)](0x2*0xab8+0x102a+-0x2406)[_0x48cb27(-_0x527776._0x54858b,-0xf1,-0x134,-0x13e)](_0x5700b6);}}const _0x3ba794={};_0x3ba794['message']=_0x313f40[_0x48cb27(-0xd4,-0xcb,-0x139,-_0x527776._0x2e3351)],_0x3ba794[_0x4868e8(-_0x527776._0x457e3e,-_0x527776._0x16a8fa,-_0x527776._0x45416a,-0x67)]=_0x4ef89e,_0xe393c9[_0x4868e8(_0x527776._0x6c3432,_0x527776._0x21047a,0x54,0x5e)](0x16d6+0x18af*0x1+-0x4*0xbaf)[_0x4868e8(-0x29,_0x527776._0x58039c,_0x527776._0x517811,_0x527776._0x18a35f)](_0x3ba794);}else{const _0x4d8dad={};return _0x4d8dad[_0x4868e8(-_0x527776._0x406d4,-_0x527776._0x334ddc,-0x51,-0xe1)]=_0x313f40[_0x48cb27(-_0x527776._0x59d477,-_0x527776._0x52f95b,-_0x527776._0x30d264,-0x11f)],_0x4d8dad[_0x48cb27(-_0x527776._0x282acf,-0x225,-_0x527776._0x41deb1,-_0x527776._0x671dca)]=_0x5a5d59[_0x4868e8(-_0x527776._0x5bbeac,-_0x527776._0x8213f0,-_0x527776._0x48f0ce,-0x2d)],_0x43a260[_0x4868e8(_0x527776._0x1fe221,_0x527776._0x5d7bc8,_0x527776._0x3eddfd,-_0x527776._0x2dea40)](0x1bfd+-0x1ef1*0x1+0x48d)['json'](_0x4d8dad);}}catch(_0x19f8a4){logger[_0x4868e8(-_0x527776._0x278c50,-_0x527776._0x49e032,-0x104,-0x5b)](_0x313f40[_0x48cb27(-_0x527776._0x32e6d3,-0xbb,-_0x527776._0x2cdef1,-_0x527776._0x4b8ac2)],_0x19f8a4);if(_0x19f8a4['message'][_0x4868e8(-_0x527776._0x1065d2,-_0x527776._0x49f973,-0x10a,-_0x527776._0x727796)](_0x313f40['HyMaF'])){const _0x1fa3c7={};return _0x1fa3c7[_0x48cb27(-_0x527776._0x45916c,-_0x527776._0x947cfc,-_0x527776._0x37d273,-_0x527776._0x28ad43)]=_0x48cb27(-0xbd,-_0x527776._0x46bc7e,-0xd4,-_0x527776._0x828152)+_0x4868e8(-_0x527776._0x392fe8,-0x31,_0x527776._0x286102,-0x71)+'sts',_0x1fa3c7[_0x4868e8(-0x62,-_0x527776._0x51aa9f,-_0x527776._0x48f3d3,-_0x527776._0x36c2d7)]=_0x19f8a4[_0x4868e8(-0xda,-_0x527776._0x201ee8,-0x86,-0x87)],_0xe393c9['status'](-0x6*0x53+-0x1875+0x1c00)[_0x48cb27(-_0x527776._0x1cadaa,-0x12f,-_0x527776._0x1e90e5,-_0x527776._0x266157)](_0x1fa3c7);}const _0x21ee47={};_0x21ee47[_0x48cb27(-_0x527776._0x29f6fb,-0x18e,-_0x527776._0x4123d9,-_0x527776._0xe52e14)]=_0x313f40[_0x4868e8(0x97,0x22,0x2a,_0x527776._0x3f6375)],_0x21ee47[_0x4868e8(-0xf1,-_0x527776._0x16bd0c,-0x29,-_0x527776._0x1cc6d0)]=_0x19f8a4[_0x48cb27(-_0x527776._0x1508f8,-_0x527776._0x2cfb24,-0x210,-_0x527776._0x4c2bde)],_0xe393c9[_0x48cb27(-0x137,-_0x527776._0x1718f6,-0xa6,-_0x527776._0x2627e1)](0xd57*-0x2+-0x121*0x16+-0x2*-0x1abc)['json'](_0x21ee47);}}),router[_0x270050(0x9b,0xa2,0x5f,0x119)](_0x5dd37e(0x631,0x641,0x670,0x655),requirePermission('users:edit'),async(_0x3f5f65,_0x2d89d3)=>{const _0x35b44f={_0x586355:0x5c,_0xe00807:0x76,_0x395323:0x3bf,_0xbb3874:0x3b1,_0x2bfdfc:0x4f,_0x3b5e58:0x30e,_0x763e1e:0x2ea,_0x558542:0x2b8,_0x5676f1:0x3,_0x38ae48:0x4c,_0xc83a7e:0xd1,_0x10ca40:0x7e,_0x2cc564:0xd4,_0x451c72:0x63,_0x2ab24d:0x35d,_0x237bae:0x36e,_0x12d2e5:0x60,_0x36e785:0x3eb,_0xdc9dc3:0x2f,_0x14d3f2:0x3c0,_0x278a22:0x3bc,_0x43c1dc:0x319,_0x35a7af:0x50,_0x2917f5:0x121,_0x1d58a2:0x10c,_0x22aacd:0xa2,_0x5de94c:0x116,_0x178ddf:0xb3,_0x293e35:0x27f,_0x39ebef:0x310,_0x543054:0x2d3,_0x804679:0x3a1,_0x28a091:0x361,_0x3d8856:0x304,_0x1c9110:0x2e9,_0x5901c2:0x2f2,_0x31905f:0x349,_0x2d3b84:0x9d,_0x1256ef:0xc,_0x296b4e:0x3a,_0x135c42:0x2bb,_0x137220:0x31e,_0x415ef6:0x378,_0x3474dd:0x2e2,_0x4e4122:0x311,_0x3b85f8:0x39a,_0x2c8e09:0x3af,_0x5b7472:0x376,_0x4da05b:0x367,_0x42332b:0x3a9,_0xa6e1f4:0x3d5,_0x1bb831:0x3d6,_0x537da0:0x404,_0x563a94:0x156,_0x21b8e8:0x44,_0x37a6a3:0x3c1,_0x1c84cb:0x3d1,_0x45938f:0x391,_0x8f2908:0x3d8,_0x66b71c:0x421,_0x531359:0x400,_0x5a991a:0x5a,_0x41e40d:0x9b,_0x52de32:0x3f5,_0x25b8e2:0x390,_0x5973ad:0x33f,_0xc7f75e:0x4a,_0x27aec4:0x32a,_0x20be1f:0x2b6,_0x233be0:0xc,_0x44c7d3:0x75,_0x3f2686:0x6e,_0x121580:0x7d,_0x57fb69:0x38c,_0x42412c:0xdf,_0x49bfae:0x3c6,_0x5e9bac:0x3b5,_0x3b0881:0x372,_0x2ee3cd:0x353,_0xd0a006:0x346,_0x3bac82:0x2eb,_0x35d498:0x34,_0x5cdf08:0x45,_0x27eb33:0x3b8,_0xe3468f:0x45c,_0x29e416:0x3c5,_0x5759fa:0xab,_0x7bf3f4:0x88,_0x1f05b2:0xa9,_0x5091ab:0x47,_0x1d5831:0x8e,_0x42d3b8:0x3d3,_0x1601a1:0x323,_0x307f63:0x3b0,_0x52a5fe:0x3bf,_0x4fd034:0x40a,_0x38902d:0x2d,_0x733d67:0x41,_0x571bee:0x3c9,_0x3d257c:0x36f,_0x532aa4:0x4b,_0x4fff20:0x53,_0x4b4a74:0x383,_0xeb51ab:0x59,_0x5066bd:0xc2,_0x28a2f9:0x54,_0x23d936:0x37,_0x5ae6f5:0x360,_0x22da96:0x2df,_0x22b697:0x298,_0xb1964:0x3cf,_0x300538:0x428,_0x357519:0x40b,_0x36f6a2:0x40a,_0x518b2c:0x347,_0x162583:0x352,_0x4b7cc3:0x413,_0x65aba5:0x3f4,_0x561d7c:0x13c,_0x1de871:0x3e2,_0x3a921e:0x460,_0x40aeab:0xa5,_0x202558:0x30,_0x12f9f6:0x302,_0x3c22f7:0x2ef,_0x739f32:0x2ba,_0xa6dd41:0x51,_0x3d8198:0x3fc,_0x59a7bb:0x3e2,_0x40eb1e:0x3ef,_0x44ae4f:0x14,_0x3f8b8b:0x102,_0x5f2128:0x2c1,_0x133c9d:0x338,_0x263bde:0xb5,_0x339297:0x138,_0x4a7248:0xd2,_0x8f52e3:0x31a,_0x528daf:0x310,_0x2d4498:0x2e0,_0x5c43ee:0x2d5,_0x4157ad:0x3f,_0x2c2975:0x1,_0x363073:0x93,_0x3ce197:0x7,_0x4dce97:0xdf,_0x1c090c:0x7a,_0x8b632d:0x2e7,_0xe0da96:0x2f4,_0xace931:0x345,_0x2ca9ee:0x395,_0x2cda16:0x37c,_0x420219:0xb,_0x685f1c:0x61,_0x5cb5ce:0x50,_0x2a39ff:0x2af,_0xd64655:0x411,_0x496138:0x35e,_0x75959b:0x3e3,_0x2af76c:0x343,_0x562936:0x31c,_0x35664d:0x2ad,_0x25ca20:0x2b3,_0x27331a:0x89,_0x20a081:0x8,_0x9fe8c:0xf,_0x1fe482:0x49,_0x3af6ea:0x110,_0xd27df7:0x145,_0x532bec:0xb5,_0x23fe5c:0x78,_0x52ccc6:0x9,_0x3decdd:0x381,_0xbcc706:0x33f,_0x2ddf76:0x146,_0x367790:0xe2,_0xe4cf2e:0xd6,_0x4c562c:0x405,_0x36a4d7:0x55,_0x73c88f:0x103,_0x5d75d7:0x3e2,_0x1f45a2:0x402,_0x3a53e1:0x36c,_0x3b1be1:0x21,_0x54b083:0x362,_0x48e8cd:0x30b,_0xa0614e:0x2ee,_0x1cddb7:0x3bb,_0x5ad7b3:0x3cf,_0x5973d1:0x3ac,_0x2bd410:0x9d,_0x1df83a:0x30c,_0x2b25b1:0x331,_0x49d3d7:0x2a6,_0x2f405a:0x312,_0xa8acd8:0x2d9,_0x583725:0x9a,_0x249c44:0x7a,_0x3a936d:0x310,_0x335c64:0x318,_0x55847c:0x291,_0x3e9df2:0xad,_0x30f863:0x3b9,_0xf6b5af:0x43a,_0x28e321:0xd9,_0x10ed86:0x15a,_0x317863:0x111,_0x341c1f:0xdf,_0x2f5e29:0x10f,_0x3add7c:0x9d,_0x4f68c4:0xa0,_0x76bdc1:0x38d,_0x477f91:0x6d,_0x306322:0x15a,_0x27979c:0x69,_0x2eecb5:0xa7,_0x4eee37:0x53,_0x6bed87:0x36f,_0x500c6b:0x332,_0x103482:0x310,_0x104cbd:0x3e2,_0xc188f4:0x3dc,_0x2b3b64:0x439,_0x427d87:0x40c},_0x51f0a9={_0xdb1332:0x649},_0x4772dd={_0x40d2f2:0x2bc,_0x14d241:0x3};function _0xe677ce(_0x927240,_0x4cbd4a,_0x410717,_0x3e1847){return _0x270050(_0x4cbd4a-_0x4772dd._0x40d2f2,_0x4cbd4a-0x103,_0x410717-_0x4772dd._0x14d241,_0x927240);}function _0x256ac4(_0x167f1e,_0x26f4e3,_0x492007,_0x2dd554){return _0x5dd37e(_0x167f1e-0xab,_0x2dd554- -_0x51f0a9._0xdb1332,_0x26f4e3,_0x2dd554-0x1af);}const _0x3ec66d={'YGXRR':_0x256ac4(-_0x35b44f._0x586355,0x1d,_0x35b44f._0xe00807,-0x9)+_0xe677ce(0x41b,_0x35b44f._0x395323,_0x35b44f._0xbb3874,0x3b0)+'r','msjRD':_0x256ac4(-0x4f,-_0x35b44f._0x2bfdfc,0x10,-0x4f)+_0xe677ce(0x2f2,_0x35b44f._0x3b5e58,_0x35b44f._0x763e1e,_0x35b44f._0x558542),'VrgtI':_0x256ac4(-_0x35b44f._0x5676f1,-_0x35b44f._0x38ae48,-0xe,-0x4)+'ssword','DLuWA':_0x256ac4(-0x40,-0xc6,-_0x35b44f._0xc83a7e,-_0x35b44f._0x10ca40)+_0x256ac4(-_0x35b44f._0x2cc564,-0xdd,-0x65,-_0x35b44f._0x451c72)+_0xe677ce(0x36c,_0x35b44f._0x2ab24d,0x3ac,_0x35b44f._0x237bae)+_0x256ac4(-0xca,-_0x35b44f._0x12d2e5,-0x75,-0xb0)+_0xe677ce(0x3b4,0x373,0x387,_0x35b44f._0x36e785),'RSBPS':'Cannot\x20mod'+_0x256ac4(-_0x35b44f._0xdc9dc3,-0x61,-0xb1,-0x8f)+_0xe677ce(_0x35b44f._0x14d3f2,0x3ab,0x343,_0x35b44f._0x278a22),'ROujz':'Use\x20profil'+'e\x20settings'+_0xe677ce(_0x35b44f._0x43c1dc,0x347,0x337,0x32f)+_0x256ac4(-_0x35b44f._0x35a7af,-_0x35b44f._0x2917f5,-_0x35b44f._0x1d58a2,-_0x35b44f._0x22aacd)+'account,\x20o'+'r\x20ask\x20anot'+_0x256ac4(-0x52,-_0x35b44f._0x5de94c,-0xaa,-0xa7),'iwUAY':function(_0x329396,_0x210441){return _0x329396(_0x210441);},'EcUOH':'User\x20not\x20f'+'ound','osAkQ':function(_0x11643e,_0x23a555){return _0x11643e!==_0x23a555;},'MHrNw':'Please\x20pro'+_0x256ac4(-0x74,-_0x35b44f._0x178ddf,-0xf1,-0xda)+_0xe677ce(_0x35b44f._0x293e35,0x2f7,_0x35b44f._0x39ebef,_0x35b44f._0x543054)+_0xe677ce(_0x35b44f._0x804679,_0x35b44f._0x28a091,_0x35b44f._0x3d8856,0x319),'AfAzI':_0xe677ce(_0x35b44f._0x1c9110,0x32b,_0x35b44f._0x5901c2,0x2d8),'UmKsD':_0xe677ce(0x389,0x336,0x393,_0x35b44f._0x31905f),'STNIh':_0x256ac4(-_0x35b44f._0x2d3b84,0x24,-_0x35b44f._0x1256ef,-_0x35b44f._0x296b4e)+_0xe677ce(_0x35b44f._0x135c42,_0x35b44f._0x137220,_0x35b44f._0x415ef6,0x2fa),'Daaid':_0xe677ce(_0x35b44f._0x3474dd,0x315,_0x35b44f._0x4e4122,0x369)+_0xe677ce(0x3de,0x385,_0x35b44f._0x278a22,_0x35b44f._0x3b85f8)+_0xe677ce(_0x35b44f._0x2c8e09,_0x35b44f._0x5b7472,0x32a,_0x35b44f._0x4da05b)+'ers,\x20numbe'+_0xe677ce(0x333,_0x35b44f._0x42332b,0x415,_0x35b44f._0xa6e1f4)+_0xe677ce(_0x35b44f._0x1bb831,0x39a,0x40b,0x343)+'\x20hyphens','OSiZY':function(_0x455beb,_0x4b50dd){return _0x455beb<_0x4b50dd;},'XEPZU':_0xe677ce(_0x35b44f._0x537da0,0x387,0x3cf,0x316),'DgtlI':function(_0x254d10,_0xa42e6c){return _0x254d10===_0xa42e6c;},'FDJNF':_0x256ac4(-_0x35b44f._0x563a94,-0x15e,-0x107,-0xe6),'Hkjeq':_0x256ac4(0x50,-_0x35b44f._0x21b8e8,-0x65,-0x2d),'ZNFae':_0x256ac4(0x53,0x6d,-0x36,-0xf)+_0x256ac4(-0xa5,-0xe0,-0x18,-0x6c)+_0xe677ce(0x3f8,_0x35b44f._0x37a6a3,0x426,_0x35b44f._0x1c84cb),'fZguo':_0xe677ce(_0x35b44f._0x45938f,_0x35b44f._0x8f2908,_0x35b44f._0x66b71c,_0x35b44f._0x531359)+_0xe677ce(0x2cc,0x2f5,_0x35b44f._0x543054,0x2bb)+'r'};try{const _0x338314=_0x3f5f65[_0x256ac4(-0x2a,-0xb4,-_0x35b44f._0x5a991a,-_0x35b44f._0x41e40d)]['id'],{username:_0x2270d5,email:_0xfedafb,name:_0xdb5ccb,password:_0x5e5873,ssh_username:_0xb77f07}=_0x3f5f65[_0xe677ce(_0x35b44f._0x52de32,_0x35b44f._0x25b8e2,0x33c,_0x35b44f._0x5973ad)];if(_0x338314===_0x3f5f65['user']['id']){const _0x212eb3={};return _0x212eb3['error']=_0x3ec66d[_0x256ac4(-_0x35b44f._0xc7f75e,-0xdc,-0xa0,-0x81)],_0x212eb3[_0xe677ce(_0x35b44f._0x27aec4,_0x35b44f._0x39ebef,0x2cf,_0x35b44f._0x20be1f)]=_0x3ec66d[_0x256ac4(0x3,-0xb7,-_0x35b44f._0x233be0,-_0x35b44f._0x44c7d3)],_0x2d89d3[_0x256ac4(-_0x35b44f._0x3f2686,0x3b,-0x26,0x1)](-0x2165+-0xc41*-0x2+0xa73)[_0x256ac4(-_0x35b44f._0x121580,0x4a,0x17,-0x30)](_0x212eb3);}const _0xb32e4c=await _0x3ec66d[_0xe677ce(0x369,0x3d7,_0x35b44f._0x57fb69,0x3fc)](findUserById,_0x338314);if(!_0xb32e4c){const _0x1e7211={};return _0x1e7211[_0x256ac4(-_0x35b44f._0x2cc564,-0x131,-0xe6,-_0x35b44f._0x42412c)]=_0x3ec66d[_0xe677ce(0x38b,_0x35b44f._0x49bfae,0x3bf,0x3db)],_0x2d89d3[_0xe677ce(0x422,0x3e2,0x3a9,_0x35b44f._0x5e9bac)](-0x11*-0x84+0x1*-0x103b+0x90b)[_0xe677ce(0x3e0,0x3b1,0x3f3,0x420)](_0x1e7211);}const _0x1d0b6d={};if(_0x3ec66d[_0xe677ce(_0x35b44f._0x3b0881,_0x35b44f._0x2ee3cd,_0x35b44f._0xd0a006,0x346)](_0x2270d5,undefined))_0x1d0b6d['username']=_0x2270d5;if(_0x3ec66d[_0xe677ce(_0x35b44f._0x3bac82,_0x35b44f._0x2ee3cd,0x31f,0x2fe)](_0xfedafb,undefined))_0x1d0b6d[_0x256ac4(-_0x35b44f._0x35d498,-_0x35b44f._0x5cdf08,0xd,-0x48)]=_0xfedafb;if(_0xdb5ccb!==undefined)_0x1d0b6d[_0xe677ce(0x43b,_0x35b44f._0x36e785,_0x35b44f._0x27eb33,_0x35b44f._0xe3468f)]=_0xdb5ccb;if(_0x3ec66d[_0xe677ce(0x2f8,0x353,_0x35b44f._0x29e416,0x331)](_0x5e5873,undefined))_0x1d0b6d[_0x256ac4(-0x5b,-_0x35b44f._0x5759fa,-0xc3,-_0x35b44f._0x7bf3f4)]=_0x5e5873;if(_0x3ec66d[_0x256ac4(-_0x35b44f._0x1f05b2,-0x88,-_0x35b44f._0x5091ab,-_0x35b44f._0x1d5831)](_0xb77f07,undefined))_0x1d0b6d[_0x256ac4(-0xb1,-0x47,-0x97,-0xb7)+'me']=_0xb77f07&&_0xb77f07[_0xe677ce(_0x35b44f._0x42d3b8,0x39b,_0x35b44f._0x1601a1,_0x35b44f._0x307f63)]()?_0xb77f07[_0xe677ce(0x3b3,0x39b,_0x35b44f._0x52a5fe,_0x35b44f._0x4fd034)]():null;if(_0xfedafb){const _0xedef6f=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0xedef6f['test'](_0xfedafb)){const _0x243eec={};return _0x243eec['error']=_0x256ac4(-_0x35b44f._0x38902d,-0x7a,-_0x35b44f._0x733d67,-0x7c)+_0xe677ce(0x3a3,_0x35b44f._0x571bee,0x427,_0x35b44f._0x3d257c),_0x243eec['message']=_0x3ec66d['MHrNw'],_0x2d89d3[_0x256ac4(-_0x35b44f._0x532aa4,-_0x35b44f._0x532aa4,-_0x35b44f._0x4fff20,0x1)](0x1c78+-0x31f+0x1*-0x17c9)[_0xe677ce(_0x35b44f._0x4b4a74,0x3b1,0x404,0x341)](_0x243eec);}}if(_0x2270d5){if(_0x3ec66d[_0x256ac4(-0x126,-0x7c,-_0x35b44f._0xeb51ab,-_0x35b44f._0x5066bd)]===_0x3ec66d[_0x256ac4(_0x35b44f._0x28a2f9,-_0x35b44f._0x23d936,0xf,-0x27)]){_0x38ddb4['error'](_0x3ec66d[_0xe677ce(_0x35b44f._0x2ab24d,0x3b7,0x40a,_0x35b44f._0x5ae6f5)],_0x51e65f);if(_0x51acc3[_0x256ac4(-0xac,-0xf5,-0x9f,-_0x35b44f._0xc83a7e)][_0xe677ce(0x2d4,0x30b,_0x35b44f._0x22da96,_0x35b44f._0x22b697)](_0x3ec66d[_0xe677ce(0x395,_0x35b44f._0xb1964,0x3a4,_0x35b44f._0x300538)])){const _0x40ddf4={};return _0x40ddf4['error']=_0xe677ce(_0x35b44f._0x357519,0x3d2,_0x35b44f._0x3b85f8,_0x35b44f._0x36f6a2)+_0xe677ce(_0x35b44f._0x518b2c,0x375,_0x35b44f._0x162583,0x308)+_0xe677ce(0x361,0x3c1,_0x35b44f._0x4b7cc3,_0x35b44f._0x65aba5),_0x40ddf4[_0xe677ce(0x2e1,0x310,0x31d,0x291)]=_0x1ffe0a[_0x256ac4(-0x10e,-0x83,-_0x35b44f._0x561d7c,-0xd1)],_0x1b8d5d[_0xe677ce(0x413,_0x35b44f._0x1de871,_0x35b44f._0x3a921e,0x3dc)](-0x1*0x239e+0x2*-0x2f5+0x2b21)[_0x256ac4(-_0x35b44f._0x40aeab,-0x46,-0x97,-_0x35b44f._0x202558)](_0x40ddf4);}const _0x383c21={};_0x383c21[_0xe677ce(0x36d,_0x35b44f._0x12f9f6,_0x35b44f._0x3c22f7,_0x35b44f._0x739f32)]=_0x3ec66d[_0x256ac4(_0x35b44f._0x5cdf08,-_0x35b44f._0xa6dd41,-0x1c,-0x2a)],_0x383c21[_0x256ac4(-0x52,-0x7e,-0x105,-_0x35b44f._0xc83a7e)]=_0x3ad74f['message'],_0x2ef609[_0xe677ce(_0x35b44f._0x3d8198,_0x35b44f._0x59a7bb,_0x35b44f._0xbb3874,_0x35b44f._0x40eb1e)](0xbe7*-0x1+0x4b2+-0x1d5*-0x5)[_0x256ac4(-_0x35b44f._0x44ae4f,-_0x35b44f._0x23d936,-0x52,-_0x35b44f._0x202558)](_0x383c21);}else{const _0x5774cf=/^[a-zA-Z0-9_-]+$/;if(!_0x5774cf[_0x256ac4(-_0x35b44f._0x3f8b8b,-0x39,-0x104,-0x9e)](_0x2270d5)){const _0x4a0fa3={};return _0x4a0fa3[_0xe677ce(_0x35b44f._0x5f2128,_0x35b44f._0x12f9f6,_0x35b44f._0x133c9d,0x2e8)]=_0x3ec66d[_0x256ac4(-_0x35b44f._0x263bde,-_0x35b44f._0x339297,-_0x35b44f._0x1d5831,-_0x35b44f._0x4a7248)],_0x4a0fa3[_0xe677ce(_0x35b44f._0x8f52e3,_0x35b44f._0x528daf,_0x35b44f._0x2d4498,_0x35b44f._0x5c43ee)]=_0x3ec66d['Daaid'],_0x2d89d3[_0x256ac4(-_0x35b44f._0x4157ad,-0x71,-0x55,_0x35b44f._0x2c2975)](-0x32*0x7+0x36d*0x7+-0x150d*0x1)['json'](_0x4a0fa3);}}}if(_0x5e5873&&_0x3ec66d['OSiZY'](_0x5e5873[_0x256ac4(0x27,-_0x35b44f._0x363073,_0x35b44f._0x3ce197,-0x4a)],0xef0*0x1+-0xd*-0x7b+-0x1527)){const _0x312c64={};return _0x312c64[_0x256ac4(-0xd8,-0x137,-0x63,-0xdf)]=_0x3ec66d[_0x256ac4(-0xf7,-_0x35b44f._0x4dce97,-0x11,-_0x35b44f._0x1c090c)],_0x312c64[_0xe677ce(_0x35b44f._0x137220,0x310,_0x35b44f._0x8b632d,_0x35b44f._0xe0da96)]=_0x3ec66d[_0xe677ce(0x2cb,_0x35b44f._0xace931,_0x35b44f._0x2ca9ee,_0x35b44f._0x2cda16)],_0x2d89d3[_0x256ac4(0x7a,_0x35b44f._0x420219,-_0x35b44f._0x685f1c,0x1)](0x743+0x1b56+-0x2109)[_0x256ac4(-_0x35b44f._0x5cb5ce,0x28,-0xae,-0x30)](_0x312c64);}const _0x280439=await updateUser(_0x338314,_0x1d0b6d),_0x9c17f5={};_0x9c17f5[_0xe677ce(_0x35b44f._0x2a39ff,0x310,0x31a,0x2c6)]=_0xe677ce(_0x35b44f._0xd64655,0x396,_0x35b44f._0x496138,_0x35b44f._0x75959b)+_0xe677ce(_0x35b44f._0x2af76c,_0x35b44f._0x562936,_0x35b44f._0x35664d,_0x35b44f._0x25ca20)+_0x256ac4(-_0x35b44f._0x27331a,0xe,_0x35b44f._0x20a081,-0x4e),_0x9c17f5['user']=_0x280439,_0x2d89d3[_0x256ac4(-0x9f,_0x35b44f._0x9fe8c,-_0x35b44f._0x1fe482,-_0x35b44f._0x202558)](_0x9c17f5);}catch(_0xe55c27){logger[_0x256ac4(-_0x35b44f._0x3af6ea,-_0x35b44f._0xd27df7,-_0x35b44f._0x532bec,-0xdf)](_0x256ac4(-_0x35b44f._0x23fe5c,-_0x35b44f._0x12d2e5,-_0x35b44f._0x3f2686,-_0x35b44f._0x52ccc6)+_0xe677ce(_0x35b44f._0x12f9f6,0x2f5,0x35c,0x361)+'r',_0xe55c27);if(_0xe55c27[_0xe677ce(_0x35b44f._0x3decdd,_0x35b44f._0x39ebef,0x2f5,_0x35b44f._0xbcc706)][_0x256ac4(-_0x35b44f._0x2ddf76,-_0x35b44f._0x367790,-0x7a,-_0x35b44f._0xe4cf2e)](_0x3ec66d['XEPZU'])){const _0x5397d9={};return _0x5397d9[_0x256ac4(-0x103,-0x120,-0x147,-0xdf)]=_0x3ec66d[_0xe677ce(_0x35b44f._0x4c562c,_0x35b44f._0x49bfae,0x3f3,0x3ed)],_0x5397d9[_0x256ac4(-0x124,-0x69,-_0x35b44f._0x36a4d7,-_0x35b44f._0xc83a7e)]=_0xe55c27[_0x256ac4(-0x120,-_0x35b44f._0x73c88f,-_0x35b44f._0x40aeab,-_0x35b44f._0xc83a7e)],_0x2d89d3[_0xe677ce(0x386,_0x35b44f._0x5d75d7,_0x35b44f._0x1f45a2,_0x35b44f._0x3a53e1)](-0x1682+0x1*0xd9d+0xa79)[_0x256ac4(-_0x35b44f._0x21b8e8,_0x35b44f._0x3b1be1,-0x3c,-0x30)](_0x5397d9);}if(_0xe55c27[_0xe677ce(0x2b5,0x310,_0x35b44f._0x54b083,0x38e)][_0xe677ce(0x321,_0x35b44f._0x48e8cd,0x2cc,_0x35b44f._0xa0614e)](_0x3ec66d[_0xe677ce(_0x35b44f._0x1cddb7,_0x35b44f._0x5ad7b3,_0x35b44f._0x5973d1,0x394)])){if(_0x3ec66d[_0x256ac4(0x34,-0x69,-_0x35b44f._0x2bd410,-0x1f)](_0x3ec66d[_0xe677ce(0x2c0,_0x35b44f._0x1df83a,_0x35b44f._0x2b25b1,0x2e1)],_0x3ec66d[_0xe677ce(_0x35b44f._0x49d3d7,_0x35b44f._0x2f405a,_0x35b44f._0x4da05b,_0x35b44f._0xa8acd8)])){const _0x2d545b={};return _0x2d545b['error']=_0x3ec66d[_0x256ac4(-0x6,-_0x35b44f._0x583725,-0x25,-_0x35b44f._0x249c44)],_0x2d545b[_0xe677ce(0x307,_0x35b44f._0x3a936d,_0x35b44f._0x335c64,_0x35b44f._0x55847c)]=_0x3ec66d[_0x256ac4(-0xaa,-_0x35b44f._0x3e9df2,-0x73,-0x9c)],_0x519000[_0xe677ce(0x459,0x3e2,_0x35b44f._0x30f863,_0x35b44f._0xf6b5af)](-0x2*0xf4b+-0xe*-0x24a+0x1a)['json'](_0x2d545b);}else{const _0x36e16b={};return _0x36e16b[_0x256ac4(-_0x35b44f._0x28e321,-_0x35b44f._0x10ed86,-_0x35b44f._0x317863,-_0x35b44f._0x341c1f)]=_0x3ec66d[_0x256ac4(-_0x35b44f._0x2f5e29,-_0x35b44f._0x3add7c,-0xa3,-_0x35b44f._0x4f68c4)],_0x36e16b[_0xe677ce(_0x35b44f._0x76bdc1,_0x35b44f._0x3a936d,0x2aa,0x2e6)]=_0xe55c27['message'],_0x2d89d3['status'](-0x4*0x57a+0x1378+-0x409*-0x1)[_0x256ac4(0x47,-0x54,_0x35b44f._0x3ce197,-0x30)](_0x36e16b);}}const _0xef5833={};_0xef5833[_0x256ac4(-0xd9,-_0x35b44f._0x477f91,-_0x35b44f._0x306322,-0xdf)]=_0x3ec66d[_0x256ac4(-_0x35b44f._0x27979c,-0xcc,-_0x35b44f._0x2eecb5,-_0x35b44f._0x4eee37)],_0xef5833[_0xe677ce(0x357,0x310,0x382,_0x35b44f._0x6bed87)]=_0xe55c27[_0xe677ce(_0x35b44f._0x500c6b,_0x35b44f._0x103482,0x29c,0x2e5)],_0x2d89d3[_0xe677ce(0x379,_0x35b44f._0x104cbd,_0x35b44f._0xc188f4,_0x35b44f._0x2b3b64)](-0x8f5*-0x4+-0x9d2*-0x3+-0x3f56)[_0xe677ce(0x34e,0x3b1,_0x35b44f._0x427d87,0x41b)](_0xef5833);}}),router[_0x5dd37e(0x6c2,0x64f,0x63c,0x6ab)](_0x5dd37e(0x5f1,0x641,0x5fc,0x5f4),requirePermission(_0x5dd37e(0x51c,0x570,0x559,0x50d)+'te'),async(_0x3b4750,_0x219d52)=>{const _0x7e04b8={_0x512352:0x41e,_0x114831:0x3e9,_0x6b8779:0x3ea,_0x1ecce5:0x2ae,_0x18dd30:0x352,_0x18fbf1:0x395,_0x86ac99:0x3e7,_0x8b1f42:0x3a3,_0x1b88f6:0x406,_0x24146f:0x34d,_0x253feb:0x373,_0x35e6ab:0x343,_0x297c70:0x340,_0x319e95:0x378,_0x5da3d1:0x3e6,_0x5a83fb:0x37e,_0x3df401:0x325,_0x3c387c:0x358,_0x2deff9:0x2ec,_0x4ecccc:0x38c,_0x1abb1a:0x32e,_0x4752cb:0x303,_0x2bd624:0x3e3,_0x118aa8:0x420,_0x4a79f7:0x3f3,_0x3e26bb:0x378,_0x54fba6:0x3a5,_0x2fe793:0x33e,_0x2bb3e8:0x2c5,_0x50de95:0x383,_0x50c7be:0x33e,_0x5176d8:0x396,_0x49ffbf:0x3a8,_0x2d4f1a:0x3d4,_0x32b56f:0x35c,_0x1e0e18:0x3c6,_0x1c8902:0x307,_0x1a0c2e:0x38b,_0x123f84:0x3bd,_0x308a51:0x302,_0x5988f7:0x402,_0x2a55c5:0x3f6,_0x28b863:0x36b,_0x14b322:0x3f9,_0xf4c3ed:0x353,_0x92ae1f:0x32b,_0x433abc:0x3c4,_0x2bc176:0x3a2,_0x51e364:0x425,_0x605525:0x3d7,_0x350960:0x45e,_0xfbf71c:0x33a,_0x156a3a:0x31a,_0x250ac4:0x3ad,_0x34e045:0x2d3,_0x24228a:0x33e,_0x4cce47:0x3c2,_0x4b8413:0x3e9,_0x4f538b:0x37e,_0x4172f0:0x34e,_0x45c439:0x3c0,_0x4d25b8:0x44d,_0x1d364d:0x42a,_0x170237:0x335,_0x1d65e2:0x2e4,_0x98ad58:0x2ea,_0x5ce264:0x3c9,_0x1fcdad:0x3d9,_0x4ea6ed:0x335,_0x4d44c3:0x2e9,_0x3ed1a3:0x338,_0x429517:0x2f8,_0x44b276:0x313,_0x133748:0x3d5,_0x9bbecd:0x3bd,_0x561c85:0x363,_0x2a2384:0x316,_0x3087ab:0x375,_0x2e3d76:0x37a,_0x19a66e:0x3a5,_0x1c3282:0x3c1,_0x3eb88c:0x3b8,_0x2687a9:0x430,_0x3fdc11:0x374,_0x47535c:0x369,_0x5a9749:0x305,_0x65432d:0x399,_0x1a0200:0x3b5,_0x3e7785:0x454,_0x18fd08:0x3c6,_0x32917a:0x40d,_0x1bb1db:0x3e9,_0x595488:0x3cd,_0x2d653a:0x429,_0x396cb4:0x29a,_0x35f350:0x45c,_0x5e9bde:0x35f,_0x2dca97:0x356,_0x4d7ea4:0x3a8,_0x5da72f:0x3d7,_0x32b1a9:0x3d8,_0xc5aae9:0x360,_0x135316:0x3a5,_0x3fa489:0x349,_0x5c3655:0x30e,_0x3ae6f2:0x382,_0x52e39a:0x34c,_0x4ccb83:0x2c7,_0x317745:0x314,_0x129f8e:0x389,_0x2c9444:0x348,_0x1401c6:0x351,_0x2b6f52:0x348,_0x3e0e72:0x3af,_0x44a04e:0x40e,_0x4a8126:0x409,_0x26f600:0x456,_0x222af4:0x358,_0x2019da:0x3b1,_0x3d2974:0x361,_0x518143:0x351,_0x124b4d:0x38a,_0x9a1b74:0x3fd,_0xd4df43:0x381,_0x2ab270:0x318,_0xd0f39a:0x3da,_0x248e63:0x37e,_0x47336a:0x393,_0x17cc0f:0x351,_0x3d5ec1:0x3bb,_0x420634:0x332,_0x6802d6:0x3d3,_0x1c63b8:0x392,_0xd3e4be:0x388,_0x3d639b:0x452,_0x3c652d:0x3d2,_0x15b991:0x365,_0x4fa7a5:0x3a2,_0x553158:0x36c,_0x54d7f7:0x438,_0x4829ff:0x360,_0x261031:0x3c5,_0x43730e:0x3c9,_0x50d3e6:0x3a6,_0x1fabfb:0x34f,_0x36dc8c:0x31c,_0x3df789:0x34c,_0x31ee3b:0x2e9,_0x266e79:0x2e6,_0x550bc6:0x2d7,_0x4648ed:0x40c,_0x49b67f:0x3f9,_0x510afc:0x3a8,_0x3bb033:0x30d,_0xdaba7a:0x3ce,_0x17356f:0x433,_0x1a5acc:0x41c,_0x1c91c2:0x3ae,_0x5c186f:0x3f1,_0x12ba01:0x43d,_0x1a6cf2:0x37b,_0x53a30d:0x322,_0x56b0cf:0x42c,_0x11345b:0x43d,_0x59f4bb:0x397,_0x18b3ff:0x3e6,_0x3d1c0c:0x404,_0x418837:0x3d5,_0x2e0e2e:0x445,_0x20c64c:0x3c8,_0x13bb87:0x311,_0x15ce55:0x3a1,_0x152931:0x415,_0x3aeb8d:0x3aa,_0x336321:0x3d0,_0x5cad59:0x44c,_0x422e1e:0x37f,_0x109b45:0x3a1,_0x1c333f:0x473,_0x1c1cc5:0x3f4,_0x95e731:0x389,_0x260b0c:0x3be,_0x53ec6e:0x36e,_0x3687b3:0x39a,_0x1d8e67:0x2bd,_0x38301a:0x348,_0xf6b9d3:0x2d2,_0x25ddc4:0x35d,_0x810b04:0x41a,_0x1365b0:0x490,_0x46b8f0:0x39a,_0x1f3817:0x369},_0x3f251b={_0x1188be:0xc0,_0x1e0272:0x257,_0x7f5adb:0xbe},_0x1b4225={_0x3b997d:0x10d,_0x211237:0x230,_0x39fd3d:0x136},_0x2c088f={'tUhpP':'Username\x20a'+'lready\x20exi'+_0x50ee32(0x3f9,0x433,0x3ff,_0x7e04b8._0x512352),'PGxsj':_0x40d36c(_0x7e04b8._0x114831,0x3fa,0x3d0,_0x7e04b8._0x6b8779)+_0x40d36c(0x316,0x2ae,_0x7e04b8._0x1ecce5,0x2b8),'hkmwz':'team','QkCvp':function(_0x243d12,_0x54f699){return _0x243d12===_0x54f699;},'IrktO':_0x50ee32(0x342,0x360,_0x7e04b8._0x18dd30,_0x7e04b8._0x18fbf1),'KRFrM':_0x40d36c(_0x7e04b8._0x86ac99,_0x7e04b8._0x8b1f42,_0x7e04b8._0x1b88f6,0x426)+_0x40d36c(_0x7e04b8._0x24146f,0x39f,0x3a8,0x36f)+_0x40d36c(0x348,_0x7e04b8._0x253feb,0x2fb,_0x7e04b8._0x35e6ab)+_0x50ee32(0x3f4,0x3fd,0x425,0x43f)+_0x50ee32(0x367,0x354,_0x7e04b8._0x297c70,_0x7e04b8._0x319e95),'eAbDe':function(_0x15a917,_0x1f973f){return _0x15a917!==_0x1f973f;},'GJSob':_0x50ee32(0x3b2,0x35f,_0x7e04b8._0x5da3d1,_0x7e04b8._0x5a83fb),'XMFtL':function(_0x3d672b,_0x5f3089){return _0x3d672b===_0x5f3089;},'almNV':_0x40d36c(0x367,_0x7e04b8._0x3df401,_0x7e04b8._0x3c387c,_0x7e04b8._0x2deff9),'nEKPs':_0x40d36c(_0x7e04b8._0x4ecccc,0x3ea,0x312,0x39e)+_0x50ee32(_0x7e04b8._0x1abb1a,_0x7e04b8._0x4752cb,0x2e7,0x330)+_0x50ee32(_0x7e04b8._0x2bd624,0x3ae,0x3ec,_0x7e04b8._0x118aa8),'nsRvi':_0x40d36c(0x39a,0x368,_0x7e04b8._0x4a79f7,0x38a)+'ound','fMHWQ':_0x50ee32(0x35c,0x3c4,_0x7e04b8._0x3e26bb,0x383),'tznTr':function(_0x160af0,_0x15dd49){return _0x160af0>_0x15dd49;},'nxqYM':'dmbKD','EWeix':_0x40d36c(_0x7e04b8._0x54fba6,0x41d,0x36a,0x34c)+'er\x20binding'+'s\x20during\x20u'+_0x50ee32(_0x7e04b8._0x2fe793,0x2da,_0x7e04b8._0x2bb3e8,_0x7e04b8._0x50de95)+'on','WiehX':_0x40d36c(0x36c,_0x7e04b8._0x50c7be,0x384,0x361),'djUmb':function(_0x67102,_0x51c5e3,_0x3c0a66){return _0x67102(_0x51c5e3,_0x3c0a66);},'xdjCp':function(_0x2f14f1,_0x1dbb91){return _0x2f14f1(_0x1dbb91);},'TjNCN':function(_0xcbc94e,_0x22feb2){return _0xcbc94e>_0x22feb2;},'gnaDT':function(_0x11c983,_0x512341){return _0x11c983>_0x512341;},'ncznn':_0x40d36c(0x3ed,_0x7e04b8._0x5176d8,_0x7e04b8._0x49ffbf,_0x7e04b8._0x2d4f1a),'xDbOK':_0x50ee32(0x3a9,0x425,0x35b,0x389)+_0x40d36c(_0x7e04b8._0x32b56f,_0x7e04b8._0x1e0e18,_0x7e04b8._0x1c8902,0x2ea)+_0x40d36c(0x3f9,_0x7e04b8._0x1e0e18,_0x7e04b8._0x1a0c2e,_0x7e04b8._0x123f84)+'\x20user\x20dele'+_0x40d36c(_0x7e04b8._0x297c70,0x379,_0x7e04b8._0x308a51,0x315),'HMqjF':function(_0x453715,_0x538bb1){return _0x453715(_0x538bb1);},'QyIMU':'User\x20delet'+'ed\x20success'+'fully','pujME':_0x40d36c(0x3bd,_0x7e04b8._0x5988f7,_0x7e04b8._0x2a55c5,_0x7e04b8._0x28b863),'FrGMK':_0x40d36c(0x3e9,_0x7e04b8._0x14b322,0x37b,0x3b9)+_0x50ee32(0x3a6,_0x7e04b8._0xf4c3ed,_0x7e04b8._0x92ae1f,0x333)+'r'};function _0x50ee32(_0x2af93b,_0x1d2c89,_0x4827dc,_0x4a33a6){return _0x5dd37e(_0x2af93b-_0x1b4225._0x3b997d,_0x2af93b- -_0x1b4225._0x211237,_0x4827dc,_0x4a33a6-_0x1b4225._0x39fd3d);}function _0x40d36c(_0x1affa0,_0x5f38e9,_0x28eebc,_0x27a95b){return _0x5dd37e(_0x1affa0-_0x3f251b._0x1188be,_0x1affa0- -_0x3f251b._0x1e0272,_0x27a95b,_0x27a95b-_0x3f251b._0x7f5adb);}try{if(_0x2c088f[_0x50ee32(_0x7e04b8._0x433abc,0x3be,_0x7e04b8._0x2bc176,0x441)](_0x2c088f[_0x50ee32(_0x7e04b8._0x51e364,_0x7e04b8._0x605525,0x447,0x441)],_0x2c088f[_0x40d36c(0x3fe,0x444,0x44e,_0x7e04b8._0x350960)])){const _0x144437={};return _0x144437[_0x50ee32(_0x7e04b8._0xfbf71c,_0x7e04b8._0x156a3a,0x370,_0x7e04b8._0x250ac4)]=_0x2c088f[_0x40d36c(0x32a,0x2d7,0x2b6,0x34b)],_0x144437['message']=_0x2410ca[_0x50ee32(0x348,_0x7e04b8._0x34e045,0x392,_0x7e04b8._0x24228a)],_0x4c80ca[_0x40d36c(0x3f3,0x3e0,0x3a2,0x469)](0x13*0x19d+0x1d6+-0x1ee4)[_0x40d36c(_0x7e04b8._0x4cce47,_0x7e04b8._0x4b8413,0x42c,0x384)](_0x144437);}else{const _0x1a7d84=_0x3b4750[_0x50ee32(_0x7e04b8._0x4f538b,0x330,_0x7e04b8._0x4172f0,_0x7e04b8._0x45c439)]['id'];if(_0x2c088f[_0x50ee32(0x41e,0x3ac,_0x7e04b8._0x4d25b8,_0x7e04b8._0x1d364d)](_0x1a7d84,_0x3b4750[_0x40d36c(_0x7e04b8._0x170237,_0x7e04b8._0x1d65e2,_0x7e04b8._0x98ad58,0x3b0)]['id'])){if(_0x2c088f[_0x50ee32(0x41e,0x439,_0x7e04b8._0x5ce264,_0x7e04b8._0x1fcdad)](_0x2c088f[_0x40d36c(0x338,0x2de,_0x7e04b8._0x4ea6ed,_0x7e04b8._0x4d44c3)],_0x2c088f[_0x40d36c(_0x7e04b8._0x3ed1a3,0x3b7,0x2d7,_0x7e04b8._0x429517)])){const _0x47afb8={};return _0x47afb8[_0x40d36c(_0x7e04b8._0x44b276,0x2de,0x2f8,0x325)]=_0x2c088f[_0x40d36c(_0x7e04b8._0x133748,_0x7e04b8._0x9bbecd,0x36c,_0x7e04b8._0x561c85)],_0x47afb8[_0x50ee32(0x348,_0x7e04b8._0x2a2384,_0x7e04b8._0x3087ab,0x2e4)]=_0x50ee32(_0x7e04b8._0x2e3d76,_0x7e04b8._0x19a66e,0x383,0x3a8)+_0x40d36c(_0x7e04b8._0x1c3282,_0x7e04b8._0x3eb88c,_0x7e04b8._0x2687a9,_0x7e04b8._0x433abc)+_0x50ee32(0x331,_0x7e04b8._0x3fdc11,_0x7e04b8._0x47535c,_0x7e04b8._0x5a9749)+_0x40d36c(0x3c4,_0x7e04b8._0x65432d,_0x7e04b8._0x1a0200,0x3c0)+_0x50ee32(0x3e0,0x45d,_0x7e04b8._0x3e7785,_0x7e04b8._0x253feb),_0x219d52[_0x40d36c(0x3f3,_0x7e04b8._0x18fd08,0x375,_0x7e04b8._0x32917a)](0x29*0x6f+-0x2100+0x10c9*0x1)[_0x50ee32(_0x7e04b8._0x1bb1db,_0x7e04b8._0x595488,_0x7e04b8._0x2d653a,0x36b)](_0x47afb8);}else _0x41e6b8['add'](_0x3b1bf0['subject_id']);}const _0x584584=await findUserById(_0x1a7d84);if(!_0x584584){const _0x386beb={};return _0x386beb[_0x40d36c(0x313,_0x7e04b8._0x396cb4,0x339,0x375)]=_0x2c088f['nsRvi'],_0x219d52[_0x40d36c(0x3f3,0x3ae,_0x7e04b8._0x35f350,0x3f1)](-0x6f1*0x3+0x9*0x23+0x21e*0xa)[_0x40d36c(0x3c2,_0x7e04b8._0x5e9bde,0x394,0x397)](_0x386beb);}const _0x444f05=await deleteBindingsBySubject(_0x2c088f[_0x40d36c(0x33e,0x36a,0x3aa,_0x7e04b8._0x5e9bde)],_0x1a7d84);if(_0x2c088f['tznTr'](_0x444f05,-0x4*-0x5fc+0x23*0xd0+-0x20*0x1a3)){if(_0x2c088f[_0x40d36c(0x362,_0x7e04b8._0x2dca97,_0x7e04b8._0x4d7ea4,0x2ec)](_0x40d36c(0x35b,0x318,0x3c1,_0x7e04b8._0x5da72f),_0x2c088f['nxqYM'])){const _0x1a48c0={};_0x1a48c0[_0x40d36c(0x37b,0x357,0x30b,0x39b)]=_0x1a7d84,_0x1a48c0[_0x50ee32(_0x7e04b8._0x32b1a9,_0x7e04b8._0xc5aae9,0x38e,0x423)+_0x40d36c(0x3de,_0x7e04b8._0x135316,0x413,0x3e7)]=_0x444f05,logger['info'](_0x2c088f[_0x40d36c(0x32e,0x31a,0x361,_0x7e04b8._0x3fa489)],_0x1a48c0);}else{_0x14dc20['error'](_0x2c088f[_0x40d36c(_0x7e04b8._0x5c3655,0x297,_0x7e04b8._0x3ae6f2,_0x7e04b8._0x52e39a)],_0x450855);const _0x529990={};_0x529990[_0x40d36c(0x313,0x2af,0x31a,0x2ab)]=_0x2c088f[_0x50ee32(0x335,_0x7e04b8._0x4ccb83,_0x7e04b8._0x317745,_0x7e04b8._0x129f8e)],_0x529990[_0x50ee32(_0x7e04b8._0x2c9444,0x396,0x3b3,_0x7e04b8._0x1401c6)]=_0x303288[_0x50ee32(_0x7e04b8._0x2b6f52,_0x7e04b8._0x3e0e72,0x32e,0x2f3)],_0x176d67[_0x40d36c(_0x7e04b8._0x4a79f7,0x3b1,0x3b7,_0x7e04b8._0x44a04e)](0x64b+0xff6+0x144d*-0x1)['json'](_0x529990);}}const _0x36f12f=await getTeamsByUserId(_0x1a7d84);for(const _0x217d20 of _0x36f12f){_0x2c088f[_0x50ee32(0x41e,_0x7e04b8._0x4a8126,0x45b,_0x7e04b8._0x26f600)](_0x2c088f[_0x50ee32(_0x7e04b8._0x222af4,0x3af,0x3d5,0x3a5)],_0x40d36c(0x36d,_0x7e04b8._0x2019da,_0x7e04b8._0x35e6ab,_0x7e04b8._0x3d2974))?_0x1793b9[_0x40d36c(_0x7e04b8._0x45c439,0x3b2,_0x7e04b8._0x518143,_0x7e04b8._0x2687a9)+'pe']===_0x2c088f[_0x50ee32(0x3e5,0x390,_0x7e04b8._0x124b4d,0x3d1)]&&_0x2c088f['QkCvp'](_0x56229c[_0x40d36c(0x361,0x2fb,_0x7e04b8._0x32b1a9,0x3bb)+_0x40d36c(_0x7e04b8._0x9a1b74,0x3e7,0x47c,_0x7e04b8._0x3eb88c)],_0x2c088f[_0x50ee32(_0x7e04b8._0xd4df43,0x3ba,_0x7e04b8._0x2ab270,_0x7e04b8._0xd0f39a)])&&_0x2c088f[_0x50ee32(0x389,_0x7e04b8._0x248e63,_0x7e04b8._0x47336a,0x3ed)](_0x5e7415['role_id'],_0x50ee32(0x36b,0x375,0x332,0x3b2)+_0x40d36c(0x399,_0x7e04b8._0x17cc0f,0x383,0x40a)+_0x50ee32(0x3a1,0x37a,_0x7e04b8._0x3d5ec1,_0x7e04b8._0x420634))&&_0x3f9385[_0x40d36c(_0x7e04b8._0x32b1a9,_0x7e04b8._0x6802d6,_0x7e04b8._0x1c63b8,_0x7e04b8._0xd3e4be)](_0x55ce15[_0x50ee32(0x3e6,0x3bd,_0x7e04b8._0x3d639b,_0x7e04b8._0x5ce264)]):await _0x2c088f['djUmb'](removeMember,_0x217d20['id'],_0x1a7d84);}if(_0x36f12f[_0x40d36c(_0x7e04b8._0x49ffbf,0x3a5,_0x7e04b8._0x3c652d,_0x7e04b8._0x15b991)]>0x1d*-0x43+-0x2561+-0x2cf8*-0x1){const _0x29af08={};_0x29af08[_0x50ee32(_0x7e04b8._0x4fa7a5,0x32d,0x331,_0x7e04b8._0x553158)]=_0x1a7d84,_0x29af08['teamCount']=_0x36f12f['length'],logger[_0x50ee32(_0x7e04b8._0x2d653a,_0x7e04b8._0x54d7f7,0x443,0x426)](_0x2c088f['KRFrM'],_0x29af08);}const _0x211426=await _0x2c088f['xdjCp'](deleteAllUserGitTokens,_0x1a7d84);if(_0x2c088f[_0x40d36c(_0x7e04b8._0x4829ff,0x39b,_0x7e04b8._0x261031,_0x7e04b8._0x2deff9)](_0x211426,0x4af+0x11e8+0x1*-0x1697)){const _0x7d0c50={};_0x7d0c50[_0x50ee32(0x3a2,_0x7e04b8._0x43730e,0x389,_0x7e04b8._0x50d3e6)]=_0x1a7d84,_0x7d0c50[_0x40d36c(_0x7e04b8._0x1fabfb,_0x7e04b8._0x36dc8c,0x31e,0x33c)+_0x40d36c(_0x7e04b8._0x3df789,_0x7e04b8._0x31ee3b,_0x7e04b8._0x266e79,_0x7e04b8._0x550bc6)]=_0x211426,logger[_0x40d36c(0x402,_0x7e04b8._0x4648ed,0x418,0x401)]('Deleted\x20us'+'er\x20git\x20tok'+_0x40d36c(_0x7e04b8._0x49b67f,0x440,0x422,_0x7e04b8._0x510afc)+'\x20user\x20dele'+_0x40d36c(0x340,_0x7e04b8._0x3bb033,0x2e8,_0x7e04b8._0x3c387c),_0x7d0c50);}const _0x32b3c4=await _0x2c088f[_0x40d36c(_0x7e04b8._0xdaba7a,_0x7e04b8._0x17356f,_0x7e04b8._0x1a5acc,0x424)](revokeTokensByUser,_0x1a7d84);if(_0x2c088f['gnaDT'](_0x32b3c4,-0xe18+0x2c*-0xa3+0x16*0x1ea)){if(_0x2c088f[_0x40d36c(0x39c,_0x7e04b8._0x1c91c2,0x3af,0x3ae)]!==_0x40d36c(_0x7e04b8._0x5c186f,0x3d4,_0x7e04b8._0x12ba01,0x43a)){const _0x50319c={};_0x50319c[_0x40d36c(_0x7e04b8._0x1a6cf2,0x3a3,0x392,_0x7e04b8._0x53a30d)]=_0x1a7d84,_0x50319c['revokedPas'+_0x40d36c(0x401,_0x7e04b8._0x56b0cf,0x3e4,_0x7e04b8._0x11345b)+'s']=_0x32b3c4,logger['info'](_0x2c088f['xDbOK'],_0x50319c);}else{const _0x5e0c0c={};_0x5e0c0c[_0x50ee32(0x3a2,0x3fc,_0x7e04b8._0x59f4bb,_0x7e04b8._0x18b3ff)]=_0x174e6,_0x5e0c0c[_0x50ee32(_0x7e04b8._0x3d1c0c,0x473,0x46d,_0x7e04b8._0x418837)]=_0x7ee869['length'],_0x38cc40['info'](_0x2c088f[_0x50ee32(0x3c5,0x3e7,0x43a,0x39a)],_0x5e0c0c);}}const _0x2cb122=await _0x2c088f[_0x50ee32(0x3d6,_0x7e04b8._0x2e0e2e,0x385,_0x7e04b8._0x20c64c)](deleteUser,_0x1a7d84);if(!_0x2cb122){const _0xe3cf20={};return _0xe3cf20[_0x40d36c(_0x7e04b8._0x44b276,0x29c,_0x7e04b8._0x13bb87,0x329)]=_0x50ee32(_0x7e04b8._0x1c3282,_0x7e04b8._0x15ce55,_0x7e04b8._0x152931,_0x7e04b8._0x3aeb8d)+'ound',_0x219d52[_0x40d36c(0x3f3,_0x7e04b8._0x336321,_0x7e04b8._0x5cad59,0x450)](-0x2*0x107e+0x12a*0xb+0x15c2)[_0x40d36c(_0x7e04b8._0x4cce47,_0x7e04b8._0x422e1e,0x364,_0x7e04b8._0x109b45)](_0xe3cf20);}const _0x3225fe={};_0x3225fe[_0x50ee32(0x348,0x368,_0x7e04b8._0x8b1f42,0x36a)]=_0x2c088f[_0x50ee32(0x412,0x3ee,0x420,_0x7e04b8._0x1c333f)],_0x219d52[_0x40d36c(0x3c2,_0x7e04b8._0x59f4bb,_0x7e04b8._0x1c1cc5,0x376)](_0x3225fe);}}catch(_0x2bf543){if(_0x2c088f[_0x50ee32(_0x7e04b8._0x95e731,_0x7e04b8._0x260b0c,0x350,0x357)](_0x50ee32(0x3e4,0x3c2,_0x7e04b8._0x53ec6e,_0x7e04b8._0x3687b3),_0x2c088f['pujME'])){logger[_0x50ee32(0x33a,0x33d,_0x7e04b8._0x1d8e67,_0x7e04b8._0xd4df43)](_0x2c088f['FrGMK'],_0x2bf543);const _0x2f76a4={};_0x2f76a4['error']=_0x2c088f[_0x50ee32(_0x7e04b8._0x5ce264,_0x7e04b8._0x3d1c0c,0x359,_0x7e04b8._0x47336a)],_0x2f76a4['message']=_0x2bf543[_0x50ee32(_0x7e04b8._0x38301a,_0x7e04b8._0xf6b9d3,0x3a0,_0x7e04b8._0x25ddc4)],_0x219d52[_0x50ee32(_0x7e04b8._0x810b04,_0x7e04b8._0x1365b0,0x3ca,_0x7e04b8._0x1bb1db)](-0xf67*0x2+-0x800+0x25*0x11a)[_0x50ee32(_0x7e04b8._0x4b8413,0x440,_0x7e04b8._0x46b8f0,0x36d)](_0x2f76a4);}else _0x27051d=_0x4d8b4a[_0x40d36c(0x35e,0x335,_0x7e04b8._0x1f3817,0x31e)](_0x1dc666=>_0x3f7e79['has'](_0x1dc666['id']));}});export default router;
|