@profoundlogic/coderflow-server 0.8.3 → 0.8.4
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/dist/coder-server.js +1 -1
- 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 -1
- 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 -1
- 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 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/compression-filter.js +1 -1
- 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 -1
- 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/memory-utils.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-aliases.js +1 -1
- package/dist/lib/task-container-init.js +1 -1
- package/dist/lib/task-context-usage.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/playwright.task-terminal.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/logs.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/stats.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/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/admin.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/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/file-selection-tree.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/ibmi-file-filter.js +1 -1
- 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/permissions.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.js +1 -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/task-judging-helpers.js +1 -1
- package/dist/web-ui/public/task.js +1 -1
- 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.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
package/dist/routes/password.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x48ab13,_0x193a1e){const _0x3a378b={_0x27259e:0x1ec,_0x5dff5a:0x280,_0xaec606:0x2b9,_0x3266e7:0x22c,_0x18e3b0:0x36,_0x15dcfb:0xc0,_0x40a3f9:0xf1,_0x52da89:0x283,_0x178455:0x253,_0x341e0a:0x275,_0x1a9024:0xab,_0x3c2a08:0xcd,_0x49b61e:0x80,_0x3c7b52:0x8c},_0x4e89e2={_0x4f3cf1:0x148},_0x48e8e3=_0x48ab13();function _0x2406e4(_0x30e0a9,_0xb8fa0,_0x22c753,_0x115697){return _0x5d86(_0x22c753-_0x4e89e2._0x4f3cf1,_0xb8fa0);}function _0x243083(_0x334ec2,_0x5ccf55,_0x3ca084,_0x497985){return _0x5d86(_0x3ca084- -0x1b5,_0x334ec2);}while(!![]){try{const _0x26f1ca=parseInt(_0x2406e4(_0x3a378b._0x27259e,0x21d,0x235,0x255))/(0x7*-0x41d+0x19*0x38+0x1*0x1754)+parseInt(_0x2406e4(0x279,0x233,_0x3a378b._0x5dff5a,_0x3a378b._0xaec606))/(-0x595*0x2+0x2275+0x7c3*-0x3)+-parseInt(_0x2406e4(0x24d,0x224,_0x3a378b._0x3266e7,0x22b))/(0x541+0x1*-0x1bbe+-0xb4*-0x20)+-parseInt(_0x243083(-0x32,-_0x3a378b._0x18e3b0,-0x75,-0x93))/(-0x1056+-0x25ae+-0x7*-0x7b8)+parseInt(_0x2406e4(0x2b4,0x2e7,0x2b1,0x2ee))/(-0x25d5*-0x1+0x412*0x5+-0x3a2a)+-parseInt(_0x243083(-_0x3a378b._0x15dcfb,-0xdc,-0xd7,-_0x3a378b._0x40a3f9))/(0x1*0x1ef3+0x1cc5+-0x1dd9*0x2)*(-parseInt(_0x2406e4(_0x3a378b._0x52da89,_0x3a378b._0x178455,_0x3a378b._0x341e0a,0x286))/(0xa5c+-0x965+0x3*-0x50))+-parseInt(_0x243083(-_0x3a378b._0x1a9024,-0xbe,-_0x3a378b._0x3c2a08,-_0x3a378b._0x49b61e))/(-0xd*-0x251+-0x1*0x1471+-0x269*0x4)*(parseInt(_0x243083(-0x54,-0x87,-_0x3a378b._0x3c7b52,-0xd3))/(0x7ea+-0x1d6a+0x1589));if(_0x26f1ca===_0x193a1e)break;else _0x48e8e3['push'](_0x48e8e3['shift']());}catch(_0x4c440e){_0x48e8e3['push'](_0x48e8e3['shift']());}}}(_0x38f7,-0x65d6a+0x1021f8+0x40e*-0x46));function _0xb66301(_0x280c22,_0x52a641,_0x198b81,_0x394348){return _0x5d86(_0x280c22-0x36d,_0x52a641);}function _0x4b6791(_0x498ac0,_0x471f77,_0x25e779,_0x4e0ccf){const _0x2bd35d={_0x3755d7:0x3e6};return _0x5d86(_0x4e0ccf-_0x2bd35d._0x3755d7,_0x471f77);}import _0x87c792 from'express';import{logger}from'../lib/logger.js';import{requireAuth,requireAdmin}from'../middleware/requireAuth.js';import{getRequestBaseUrl}from'../lib/request-url.js';import{findUserById,setUserPassword}from'../lib/users.js';function _0x5d86(_0x571bb5,_0x52730b){_0x571bb5=_0x571bb5-(0x1d5c*-0x1+-0x86a*0x3+0x376a);const _0x13a0fe=_0x38f7();let _0x427c0c=_0x13a0fe[_0x571bb5];if(_0x5d86['UWuEru']===undefined){var _0x3f517d=function(_0x172149){const _0x377063='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2f3f1a='',_0x9d636e='';for(let _0x1c6718=-0x18ce+-0xb2e+0x23fc,_0x5106c7,_0x42c0bd,_0x5a115f=-0x2*0xcf2+-0xd*-0x27f+0x17*-0x49;_0x42c0bd=_0x172149['charAt'](_0x5a115f++);~_0x42c0bd&&(_0x5106c7=_0x1c6718%(0x17ec+-0x7*0x130+-0x2*0x7cc)?_0x5106c7*(-0x3c1*0xa+0x139+-0x353*-0xb)+_0x42c0bd:_0x42c0bd,_0x1c6718++%(0x63f+-0xbf+-0xc*0x75))?_0x2f3f1a+=String['fromCharCode'](0xe36+-0x2*-0xda8+-0x19f*0x19&_0x5106c7>>(-(0x9*-0x147+-0xd*-0x25a+0x3*-0x65b)*_0x1c6718&0x24da+-0x116*-0x1a+-0x4110)):-0x1*-0xd1f+0x150*0x18+-0x2c9f*0x1){_0x42c0bd=_0x377063['indexOf'](_0x42c0bd);}for(let _0x3f88bc=-0x6*0x14d+0x3c2+0x94*0x7,_0x43dffd=_0x2f3f1a['length'];_0x3f88bc<_0x43dffd;_0x3f88bc++){_0x9d636e+='%'+('00'+_0x2f3f1a['charCodeAt'](_0x3f88bc)['toString'](0x60b+-0x17d0+0x11d5))['slice'](-(0x254b+-0x109*-0x1+-0x2d*0xda));}return decodeURIComponent(_0x9d636e);};_0x5d86['NPhwwD']=_0x3f517d,_0x5d86['axkuiw']={},_0x5d86['UWuEru']=!![];}const _0x2e292c=_0x13a0fe[0xb0c*-0x1+-0x3d*-0x4e+-0x78a],_0x5cd072=_0x571bb5+_0x2e292c,_0xe4a2b2=_0x5d86['axkuiw'][_0x5cd072];return!_0xe4a2b2?(_0x427c0c=_0x5d86['NPhwwD'](_0x427c0c),_0x5d86['axkuiw'][_0x5cd072]=_0x427c0c):_0x427c0c=_0xe4a2b2,_0x427c0c;}import{createPasswordToken,validateToken,markTokenAsUsed,getUserTokens,revokeToken}from'../lib/passwordTokens.js';function _0x38f7(){const _0x17c140=['zxHWAxjLC19HDa','y29UzMLNihn0yq','vg9Rzw4GCMv2BW','ntm4otu3mgzOweznsW','BfPwEeq','B2TLBIbJCMvHDa','CgfZC3DVCMqGyq','B25UvMW','sNzjEfO','Aw5MBW','CMvZzxq','y29UzMLNDxjLza','B3b5ihrOzsbSAq','igv4CgLYzwqGDa','DKz5CwO','BwvUDcb2yxjPyq','CgfZC3DVCMqTCW','BgvHC3qGocbJAa','BwvZC2fNzq','yMuGiNnLDhvWiG','DhLWzq','C3DVCMqUAhrTBa','zxr1CcbLBwfPBa','C3rHDhvZ','B2TLBKLK','A1DNAfO','ig9YicjYzxnLDa','Dg9Rzw5jza','ugfZC3DVCMqGCW','B2TyCe0','rhDWsxi','zwqGyw5KigvTyq','BMfTzq','vK5PzMK','DxnLCG','ywrTAw5vC2vYBG','C2vUzevTywLS','DgvTCgXHDgu','ru9or2m','v1Lisxi','vg9Rzw4GAxmGCG','zhjmuMO','tMLoCK8','mZKWDw5fwwjO','rw1HAwWGBM90ia','zKHTrfm','C3vIAMvJDa','yvLzzK0','vgrjtvq','nZy4nZiZAhjdDhnM','CuLXvxy','BxPHqva','ELbWAMK','ndi3ndiYne5nA3rcAq','sw52ywXPzcbVCG','ELDzyMe','nYbKyxLZ','D2TlA0m','nZGXnZuWwfPVthD4','z2v0','suXyCuC','CMv2B2TLihrVAW','C2z1BgX5','zxr1Ca','BgvUz3rO','DcbJB25MAwD1CG','sxrIAwe','B3vUza','Eg5WDKG','vxnLCIbjrcbPCW','vxnLCIbUB3qGzG','ywrTAw5jza','l3rVA2vUCY86Dq','DxnLCKLK','C2v0DxbvCMW','C2v0ihbHC3n3BW','zwqGC3vJy2vZCW','zxqGC3vJy2vZCW','Au9QveO','sw1TrvO','z2v0ihvZzxiGDa','l2vTywLSlwnVBG','yM9KEq','BMSGBwfUDwfSBa','z2v0igvTywLSia','zw1HAwXfCNjVCG','rhj0BfK','Dev1wwG','EeLQufq','u01uucbPCYbUBW','qLnLBKC','y29UzMLNDxjHDa','Dg9Rzw4','AfbeEMW','A2XOtxK','CM9Ut00','CMPbrvC','v1vrD3K','C2vUzcbLBwfPBa','Cg9ZDa','C2vUzcbWyxnZDW','zw1HAwW','lIbqBgvHC2uGyW','yMXdt1y','C3DVCMqGDg9Rzq','ugfZC3DVCMqGDa','ihnLBNq','z0DfqLy','zMLN','CgfYyw1Z','DLfXzw4','zNvSBhK','zwqUifbSzwfZzq','zxf1AxjLza','DhvZ','De1VshK','vg9Rzw4Gyw5Kia','s2j5ENa','mtHWwMXAuvO','l2nYzwf0zs10BW','AwLoq00','Dg9Rzw5uExbL','mZa2otvWzwXPuxu','ihjLCxvPCMvK','vNjtAuK','Dxn0igjLigf0ia','ugfZC3DVCMqGBq','DgfYz2v0vxnLCG','AwWGC2vUDcb0BW','rLfcthG','zvHZtNq','zxqGDMLHihrVAW','yxjHy3rLCNm','oduWmdm4rwDjBvff','A2vKihn1y2nLCW','DMfSAwq','wgPRsMC','vg9Rzw4GBM90ia','BK1UvLa','AfPSsNG','DMfSAwrHDguGDa','mJCWotCXnNjXyNzPra','B2TLBG','DxnLCM5HBwu','zxjYB3i','uvHfr0y','A2vU','Aw9Uihn0yxr1CW','B2TLBNm','t0nVBgy','CeT1B0e','tK1Psfq','zNbts1G','s2jKqvK','yw1L','vhLWzsbTDxn0ia','A2vK','BMqGzw1HAwXZlG','DuLHA2e','zM91BMq','zvnwuuq','CxnttgW','Dgfuveu','Agr6CeO','z1jhqKS','rMfPBgvKihrVia','reH5AeK','uM91DgvY','tgTwsfG','yMXLCYb0BYbZzq','u3v0sKu','ANnVBG','zgXyqvy','u2TNA2m','u2nlqvq','vfaGzw52AxjVBG','sM9sBem','l3zHBgLKyxrLlq','zw1HAwXtzw50'];_0x38f7=function(){return _0x17c140;};return _0x38f7();}import{isEmailConfigured,sendTemplatedEmail,getEmailConfigStatus}from'../lib/email.js';import{renderTemplate}from'../lib/emailTemplates.js';const router=_0x87c792[_0x4b6791(0x4f8,0x50e,0x57b,0x540)]();router[_0x4b6791(0x51a,0x4b7,0x4bf,0x4d4)](_0x4b6791(0x4af,0x4d9,0x4ef,0x4ea)+_0xb66301(0x48c,0x4bf,0x46a,0x4bb),requireAuth,requireAdmin,async(_0x4ff566,_0x1a7f41)=>{const _0x48d989={_0x35aea0:0x493,_0x143c72:0x47f,_0x27962a:0x4e4,_0xbe79b9:0x443,_0x143e7e:0x444,_0x4b87e7:0x482,_0xb7a914:0x4cc,_0xce66a0:0x4e2,_0x30023c:0x535,_0x214a09:0x4fa,_0x475034:0x1e2,_0x405172:0x232,_0x48c817:0x217,_0x2dc904:0x213,_0x236cb2:0x21e,_0x4e71fa:0x248,_0x1ba53e:0x256,_0x3f0c52:0x222,_0x28c73c:0x1bc,_0x48ef66:0x1a6,_0x2576c0:0x1c1,_0x550d64:0x1ad,_0xf2eb8a:0x4a0,_0x2333c8:0x49e,_0x156dab:0x4bb},_0x4e3b83={_0x4355ce:0xce,_0x3778cd:0xfc,_0x53a851:0x6b},_0x2f6740={_0x1ce5d0:0x6ad,_0x3a317d:0x1ea},_0x2b0f96={};_0x2b0f96['gGEBV']=_0xf3d1cd(_0x48d989._0x35aea0,_0x48d989._0x143c72,_0x48d989._0x27962a,0x4d3)+_0xf3d1cd(_0x48d989._0xbe79b9,_0x48d989._0x143e7e,0x48d,_0x48d989._0x4b87e7)+_0xf3d1cd(0x510,0x4f9,_0x48d989._0xb7a914,_0x48d989._0xce66a0)+'tus',_0x2b0f96[_0xf3d1cd(_0x48d989._0x30023c,0x527,0x4d2,_0x48d989._0x214a09)]='Failed\x20to\x20'+_0x239806(-0x203,-0x24d,-0x221,-0x239)+_0x239806(-0x271,-0x259,-_0x48d989._0x475034,-_0x48d989._0x405172)+_0x239806(-_0x48d989._0x48c817,-0x1ec,-_0x48d989._0x2dc904,-0x1fa);const _0x12ace6=_0x2b0f96;function _0x239806(_0x5e9807,_0x497fbc,_0x44149c,_0x517b80){return _0xb66301(_0x517b80- -_0x2f6740._0x1ce5d0,_0x5e9807,_0x44149c-0x1d7,_0x517b80-_0x2f6740._0x3a317d);}function _0xf3d1cd(_0x349344,_0x3c32c3,_0x397bd3,_0x4cc206){return _0x4b6791(_0x349344-_0x4e3b83._0x4355ce,_0x349344,_0x397bd3-_0x4e3b83._0x3778cd,_0x4cc206- -_0x4e3b83._0x53a851);}try{const _0x376fa7=getEmailConfigStatus();_0x1a7f41[_0x239806(-0x1aa,-0x1b5,-0x1f5,-_0x48d989._0x475034)](_0x376fa7);}catch(_0x3c87f3){logger[_0x239806(-_0x48d989._0x236cb2,-0x22b,-_0x48d989._0x4e71fa,-0x1fd)](_0x12ace6[_0x239806(-0x27b,-_0x48d989._0x1ba53e,-0x243,-_0x48d989._0x3f0c52)],_0x3c87f3);const _0x316972={};_0x316972[_0x239806(-0x20b,-0x253,-_0x48d989._0x28c73c,-0x1fd)]=_0x12ace6[_0x239806(-0x170,-0x1bc,-_0x48d989._0x48ef66,-_0x48d989._0x2576c0)],_0x1a7f41[_0x239806(-_0x48d989._0x550d64,-0x192,-0x1c2,-0x1c3)](-0x23da+0x1*-0x67d+-0x17*-0x1ed)[_0xf3d1cd(_0x48d989._0xf2eb8a,_0x48d989._0x2333c8,_0x48d989._0x156dab,0x4d9)](_0x316972);}}),router[_0xb66301(0x483,0x4aa,0x42d,0x48c)](_0x4b6791(0x4d1,0x4b9,0x4e3,0x510)+_0xb66301(0x4b2,0x47c,0x4bb,0x49b),requireAuth,requireAdmin,async(_0x21c6c5,_0x819c4)=>{const _0x25cf3f={_0x16dee6:0x3d1,_0x158177:0x420,_0x52a391:0x3cc,_0x42129e:0x48e,_0x4490f1:0x46c,_0x19335f:0x410,_0x53716c:0x43a,_0x208b9a:0x417,_0x20a3cf:0x450,_0x107eea:0x41b,_0x491323:0x447,_0x376162:0x35a,_0x50b252:0x3c2,_0x62a243:0x43d,_0x1e72b8:0x406,_0x31c2dc:0x3ca,_0x396f73:0x425,_0x309e6f:0x3ff,_0x31f912:0x37c,_0x4c5702:0x3eb,_0x5afdc4:0x397,_0x125b53:0x394,_0x4d601c:0x452,_0x1f3d27:0x42c,_0x2ef339:0x3e0,_0x5a9b0a:0x3c0,_0x5a9cd3:0x3c6,_0x57cc84:0x465,_0x24f863:0x428,_0x40af76:0x46a,_0x402ce1:0x485,_0x3d229e:0x3cb,_0x178f0e:0x40a,_0x21a563:0x3fa,_0x2408ff:0x4b2,_0x4bb3c6:0x3d1,_0x505a38:0x3db,_0x454af4:0x414,_0x525335:0x411,_0x578eed:0x402,_0x1a1e06:0x443,_0x375486:0x44d,_0x35f6c9:0x3d0,_0x49ee57:0x3e3,_0x99593:0x42d,_0x3dfbce:0x3ab,_0x2f0494:0x40f,_0xcb5f7e:0x451,_0x486cb9:0x427,_0x5d84bc:0x432,_0x4876ef:0x440,_0x9770f:0x491,_0x3e181f:0x429,_0x9e6003:0x455,_0x4d34e2:0x434,_0x4e15f9:0x482,_0x46c35a:0x3cb,_0x4420b8:0x394,_0x524027:0x3b9,_0x4757fa:0x380,_0x3079a6:0x408,_0x40ed0a:0x3b4,_0x5ebea9:0x3f7,_0x508bb2:0x409,_0xff166a:0x35e,_0x4c5729:0x35c,_0xc61462:0x3a8,_0x53580a:0x3fc,_0x426db5:0x3d7,_0x113bda:0x455,_0x39ecbd:0x475,_0x4be9c3:0x453,_0x5281f2:0x351,_0x59364c:0x37a,_0x4b944a:0x472,_0x102098:0x4bc,_0x4ab93d:0x48a,_0x5ccd24:0x423,_0x4282e2:0x407,_0x54548a:0x43f,_0x26fe98:0x4c3,_0x364c81:0x41a,_0x3eeea4:0x3d3,_0x557b05:0x3e1,_0x2696c2:0x337,_0x12d824:0x34d,_0x5671ad:0x338,_0x560b8c:0x36f,_0x3ab9a0:0x44d,_0x5086ad:0x4ba,_0x4115ac:0x48d,_0x10423d:0x4df,_0x1ce7f7:0x44e,_0x599be2:0x3bf,_0x35455a:0x3c4,_0x21914e:0x42b,_0xa051a2:0x3e2,_0x55efcc:0x3a7,_0x4e430f:0x33d,_0x58eaed:0x3dd,_0x53277a:0x388,_0x47e446:0x3ea,_0x3be2d:0x3e1,_0x29b7bd:0x3a9,_0x53fc2b:0x3ef,_0x111bdc:0x440,_0x4f837a:0x3fc,_0x4c7509:0x3b1,_0x49f9ef:0x48e,_0x10b65c:0x48d,_0x543381:0x3f5,_0x196cff:0x38b,_0x2bb234:0x42e,_0x4cdb42:0x3e6,_0xd2c77d:0x497,_0xc6319a:0x452,_0x3269eb:0x432,_0x46cf3e:0x442,_0xdec5ad:0x463,_0x2dff98:0x3c5,_0x26e6e5:0x3bf,_0x2166da:0x415,_0x12c9cf:0x490,_0x34aae9:0x43e,_0x21c8a9:0x418,_0x3911e7:0x43c,_0x1a1790:0x392,_0x10a228:0x385,_0x5e7983:0x3d6,_0x27ddd5:0x42c,_0x271413:0x49a,_0x13c5d4:0x47b,_0x18ba7b:0x45b,_0x1951e7:0x47e,_0x3efc3d:0x471,_0x2f8638:0x45e,_0x1a00f2:0x40c,_0x3fd9ed:0x41f,_0x2af26f:0x3a5,_0x5d714a:0x4bf,_0x3ef723:0x48a,_0x5b72c7:0x440,_0x1a0525:0x41d,_0x2328a1:0x476,_0x51cdbd:0x40d,_0x513adc:0x3a4,_0x4cd9f7:0x438,_0x253ebd:0x431,_0xf6a513:0x3c1,_0x59c0ad:0x420,_0x3a78d3:0x428,_0x10c1b2:0x37a,_0x22d83b:0x3e9,_0x26bc81:0x353,_0x2e7188:0x3a1,_0x309981:0x396,_0xb3b113:0x3b8,_0x53a874:0x403,_0x80b213:0x3ec,_0x3ad21a:0x3f1,_0x40f6c6:0x387,_0x30db1b:0x439,_0x798856:0x3a6,_0x2971b2:0x436,_0x120b8d:0x480,_0x44c811:0x405,_0x486878:0x3ec,_0x53e383:0x3ef,_0x53a6f5:0x3b7,_0x36cf47:0x3d9,_0x317429:0x3d3,_0x5f5cd2:0x3e1,_0x15e4de:0x389,_0x26445d:0x3e4,_0x5b2d91:0x443,_0x451042:0x386,_0x180054:0x388,_0xe34d85:0x3ce,_0x213383:0x3d5,_0x28c1ad:0x427,_0x37cf27:0x3e0,_0x3f9845:0x3e9,_0x3d5047:0x39a,_0x2ccc48:0x4cf,_0xdd5dc7:0x36e,_0x356836:0x34b,_0x1c76ef:0x37b,_0x232c0f:0x3cf,_0x130f7c:0x37f,_0x106897:0x3b7,_0x22760e:0x3e8,_0x11033c:0x3fe,_0x4df950:0x462,_0xabb992:0x3ed,_0x2e531b:0x457,_0x2ee9ef:0x404,_0x25da1d:0x386,_0x110393:0x3af,_0x3b8263:0x3b6,_0x237d87:0x3f0,_0x45b111:0x3e0,_0x48550c:0x3e7,_0x53dce6:0x3a1,_0xf60c:0x43a,_0x1f838e:0x47f,_0x166c25:0x498,_0x41116e:0x454,_0x503d7b:0x3c2,_0x17155d:0x411,_0x5f4a95:0x399,_0x331a60:0x36b,_0x386586:0x36c,_0x2d9bae:0x3dc,_0x1a4212:0x3a3,_0x50d9d8:0x35d,_0x573f6a:0x34a,_0x2a07ef:0x393,_0x401774:0x46d,_0x232313:0x374,_0x5e1600:0x3d3},_0x338a88={_0x937442:0x1e8};function _0x1f3158(_0x1ec438,_0x47db05,_0x7c2fd3,_0x54f996){return _0xb66301(_0x7c2fd3- -0x5d,_0x47db05,_0x7c2fd3-0x5d,_0x54f996-0xdc);}function _0x2b5374(_0x2188da,_0x36072e,_0x418f91,_0x8d560){return _0xb66301(_0x8d560- -0xcf,_0x2188da,_0x418f91-0x48,_0x8d560-_0x338a88._0x937442);}const _0x1d2d2f={'drLRj':_0x1f3158(_0x25cf3f._0x16dee6,0x418,0x408,0x3d5)+_0x2b5374(_0x25cf3f._0x158177,0x37c,0x412,_0x25cf3f._0x52a391),'VrSiI':_0x1f3158(_0x25cf3f._0x42129e,_0x25cf3f._0x4490f1,0x468,_0x25cf3f._0x19335f)+_0x1f3158(_0x25cf3f._0x53716c,0x407,_0x25cf3f._0x208b9a,_0x25cf3f._0x20a3cf)+'config\x20sta'+_0x2b5374(0x38e,_0x25cf3f._0x107eea,0x406,0x3c3),'xsjCI':_0x2b5374(_0x25cf3f._0x491323,0x3f0,0x3f3,0x3f6)+_0x2b5374(0x384,_0x25cf3f._0x376162,_0x25cf3f._0x50b252,0x3a5)+_0x1f3158(0x426,0x429,0x41e,0x3cc)+_0x1f3158(0x4a2,_0x25cf3f._0x62a243,0x456,_0x25cf3f._0x1e72b8),'xnpvH':'setup','aYYfM':function(_0x4b2957,_0x518665){return _0x4b2957===_0x518665;},'DwpIr':_0x2b5374(_0x25cf3f._0x31c2dc,_0x25cf3f._0x396f73,_0x25cf3f._0x309e6f,0x3ec)+'be\x20\x22setup\x22'+'\x20or\x20\x22reset'+'\x22','OncHU':function(_0x222c72,_0x429ed4){return _0x222c72(_0x429ed4);},'QXEGF':function(_0x3d5742,_0x204684){return _0x3d5742!==_0x204684;},'zWYba':'TwMgr','rjAEW':_0x1f3158(0x3d1,0x3f5,0x409,0x43d)+_0x2b5374(_0x25cf3f._0x31f912,_0x25cf3f._0x4c5702,_0x25cf3f._0x5afdc4,_0x25cf3f._0x125b53),'KbdAY':function(_0x376d77,_0x5593d3,_0x501030){return _0x376d77(_0x5593d3,_0x501030);},'JvIxZ':function(_0x25d036,_0x2a5bd2){return _0x25d036(_0x2a5bd2);},'uIaka':_0x1f3158(_0x25cf3f._0x19335f,_0x25cf3f._0x4d601c,_0x25cf3f._0x1f3d27,_0x25cf3f._0x2ef339)+'oken\x20creat'+_0x2b5374(0x3cb,0x3b4,0x36e,0x39d)+_0x2b5374(0x3bf,0x3a3,0x405,_0x25cf3f._0x5a9b0a),'eSVQD':function(_0x4848be){return _0x4848be();},'eXsNt':_0x1f3158(0x3f9,_0x25cf3f._0x5a9cd3,0x41c,0x44a)+_0x2b5374(0x3a3,0x357,0x3d6,0x392)+_0x1f3158(0x488,_0x25cf3f._0x57cc84,0x433,0x45f)+'\x20set\x20up\x20SM'+_0x1f3158(_0x25cf3f._0x24f863,0x45e,0x472,0x45e)+_0x1f3158(_0x25cf3f._0x40af76,0x4a9,_0x25cf3f._0x402ce1,0x49f)+_0x2b5374(_0x25cf3f._0x3d229e,0x446,_0x25cf3f._0x178f0e,_0x25cf3f._0x21a563)+_0x1f3158(0x49b,_0x25cf3f._0x2408ff,0x460,0x463),'EFdhf':'password-r'+'eset','xIjPT':_0x2b5374(0x419,_0x25cf3f._0x4bb3c6,_0x25cf3f._0x505a38,_0x25cf3f._0x454af4)+_0x1f3158(_0x25cf3f._0x525335,0x3f5,_0x25cf3f._0x578eed,0x3f5),'EONGc':_0x1f3158(_0x25cf3f._0x1a1e06,0x3a8,0x3fb,_0x25cf3f._0x375486),'xKQdK':function(_0x1c9a79,_0x2142f9){return _0x1c9a79(_0x2142f9);},'iOjTJ':_0x2b5374(_0x25cf3f._0x35f6c9,0x435,0x41b,_0x25cf3f._0x158177)+_0x2b5374(0x3e5,0x450,0x3dd,0x41a)+_0x1f3158(0x45e,_0x25cf3f._0x49ee57,_0x25cf3f._0x99593,0x446),'ronOM':_0x2b5374(0x3c1,0x3ca,_0x25cf3f._0x3dfbce,0x3f6)+_0x1f3158(_0x25cf3f._0x2f0494,_0x25cf3f._0xcb5f7e,_0x25cf3f._0x486cb9,_0x25cf3f._0x5d84bc)+'ord\x20email','Itbia':_0x1f3158(0x465,_0x25cf3f._0x4876ef,0x468,_0x25cf3f._0x9770f)+_0x2b5374(0x35e,0x3c6,0x39b,0x3b3)+_0x1f3158(_0x25cf3f._0x4d601c,0x3fe,_0x25cf3f._0x3e181f,_0x25cf3f._0x9e6003)+_0x1f3158(0x4b2,_0x25cf3f._0x4d34e2,_0x25cf3f._0x4e15f9,0x44b)+_0x1f3158(0x42c,_0x25cf3f._0x46c35a,0x416,0x3e1)+'y.','vQqen':_0x2b5374(0x3e4,0x420,0x3cc,0x3f6)+'create\x20pas'+_0x2b5374(0x36e,_0x25cf3f._0x4420b8,0x3e5,0x3b9)+'n'};try{const {userId:_0x55de6c,type:type=_0x1d2d2f['xnpvH'],sendEmail:sendEmail=![]}=_0x21c6c5['body'];if(!_0x55de6c){if(_0x1d2d2f[_0x2b5374(0x3a8,_0x25cf3f._0x524027,0x355,_0x25cf3f._0x4757fa)](_0x1f3158(0x43b,0x491,0x45b,0x49c),_0x1f3158(_0x25cf3f._0x3079a6,_0x25cf3f._0x40ed0a,0x3ff,0x446))){const _0x330204={};return _0x330204[_0x2b5374(_0x25cf3f._0x5ebea9,0x3e6,0x3da,0x3e1)]=_0x1f3158(0x3f1,0x44f,_0x25cf3f._0x508bb2,0x407)+_0x2b5374(_0x25cf3f._0xff166a,_0x25cf3f._0x4c5729,_0x25cf3f._0xc61462,0x394),_0x27e1e9[_0x2b5374(0x44d,0x3f4,_0x25cf3f._0x53580a,0x41b)](0x14b*0x12+0x23*0x10+-0x17e2)[_0x2b5374(_0x25cf3f._0x426db5,_0x25cf3f._0x113bda,0x3c3,0x3fc)](_0x330204);}else{const _0x2a96c0={};return _0x2a96c0[_0x1f3158(_0x25cf3f._0x39ecbd,0x478,_0x25cf3f._0x4be9c3,0x466)]=_0x1d2d2f[_0x2b5374(0x392,0x392,_0x25cf3f._0x5281f2,_0x25cf3f._0x59364c)],_0x819c4[_0x2b5374(_0x25cf3f._0x4b944a,0x43a,0x432,0x41b)](-0x164f*-0x1+-0x45a*-0x6+0x2edb*-0x1)[_0x1f3158(_0x25cf3f._0x102098,_0x25cf3f._0x4ab93d,0x46e,_0x25cf3f._0x5ccd24)](_0x2a96c0);}}if(![_0x1d2d2f[_0x1f3158(0x45e,0x3c8,_0x25cf3f._0x4282e2,0x41e)],_0x1f3158(_0x25cf3f._0x54548a,0x4b8,0x480,_0x25cf3f._0x26fe98)]['includes'](type)){const _0x11de8b={};return _0x11de8b[_0x2b5374(_0x25cf3f._0x364c81,0x3f7,_0x25cf3f._0x3eeea4,_0x25cf3f._0x557b05)]=_0x1d2d2f[_0x2b5374(_0x25cf3f._0x2696c2,_0x25cf3f._0x12d824,_0x25cf3f._0x5671ad,_0x25cf3f._0x560b8c)],_0x819c4[_0x1f3158(_0x25cf3f._0x3ab9a0,_0x25cf3f._0x5086ad,_0x25cf3f._0x4115ac,_0x25cf3f._0x10423d)](-0x724+0x50f+0x3a5)[_0x2b5374(0x44b,_0x25cf3f._0x4d34e2,_0x25cf3f._0x1ce7f7,0x3fc)](_0x11de8b);}const _0x9d6bb=await _0x1d2d2f['OncHU'](findUserById,_0x55de6c);if(!_0x9d6bb){if(_0x1d2d2f[_0x2b5374(_0x25cf3f._0x599be2,_0x25cf3f._0x35455a,_0x25cf3f._0x21914e,_0x25cf3f._0xa051a2)](_0x1d2d2f[_0x2b5374(0x359,_0x25cf3f._0x55efcc,_0x25cf3f._0x16dee6,0x388)],_0x1d2d2f[_0x2b5374(_0x25cf3f._0x4e430f,_0x25cf3f._0x4c5729,_0x25cf3f._0x58eaed,_0x25cf3f._0x53277a)])){const _0xf65b61={};return _0xf65b61[_0x2b5374(0x3c5,_0x25cf3f._0x47e446,_0x25cf3f._0x525335,_0x25cf3f._0x3be2d)]=_0x1d2d2f[_0x1f3158(0x3d7,0x423,0x3ec,_0x25cf3f._0x29b7bd)],_0x3b8888[_0x2b5374(0x425,_0x25cf3f._0x53fc2b,0x3ec,0x41b)](0x296+0xb03*-0x1+0x9fd)[_0x2b5374(0x404,0x3ef,_0x25cf3f._0x111bdc,_0x25cf3f._0x4f837a)](_0xf65b61);}else{const _0x1856bc={};return _0x1856bc[_0x2b5374(0x40e,0x437,0x3b5,0x3e1)]=_0x1d2d2f[_0x2b5374(0x37d,0x3a0,0x359,_0x25cf3f._0x4c7509)],_0x819c4[_0x1f3158(0x4ac,_0x25cf3f._0x49f9ef,_0x25cf3f._0x10b65c,0x4c7)](0xe86+0x19e+0x748*-0x2)['json'](_0x1856bc);}}const _0x2c7a12=await _0x1d2d2f[_0x2b5374(0x3cf,0x397,_0x25cf3f._0x543381,0x3ea)](createPasswordToken,_0x55de6c,type),_0xee6a85={};_0xee6a85['adminId']=_0x21c6c5[_0x2b5374(0x35d,0x375,_0x25cf3f._0x196cff,0x373)]['id'],_0xee6a85[_0x1f3158(_0x25cf3f._0x2bb234,_0x25cf3f._0x35f6c9,_0x25cf3f._0x4cdb42,0x436)+_0x2b5374(0x3c7,_0x25cf3f._0x599be2,0x413,_0x25cf3f._0x4c5702)]=_0x21c6c5[_0x1f3158(_0x25cf3f._0x3be2d,_0x25cf3f._0x2f0494,0x3e5,_0x25cf3f._0x208b9a)][_0x1f3158(0x4aa,_0x25cf3f._0xd2c77d,_0x25cf3f._0xc6319a,0x45e)],_0xee6a85['targetUser'+'Id']=_0x55de6c,_0xee6a85[_0x1f3158(0x418,_0x25cf3f._0x3269eb,_0x25cf3f._0x46cf3e,_0x25cf3f._0xdec5ad)+_0x1f3158(_0x25cf3f._0x2dff98,0x41c,0x3e3,_0x25cf3f._0x26e6e5)]=_0x9d6bb[_0x1f3158(_0x25cf3f._0x2166da,0x417,0x452,_0x25cf3f._0x12c9cf)],_0xee6a85[_0x1f3158(_0x25cf3f._0x34aae9,_0x25cf3f._0x21c8a9,_0x25cf3f._0x3911e7,0x46a)]=type,_0xee6a85[_0x2b5374(_0x25cf3f._0x53277a,_0x25cf3f._0x1a1790,_0x25cf3f._0x10a228,0x375)]=sendEmail,logger[_0x2b5374(_0x25cf3f._0x4282e2,0x447,0x402,0x40d)](_0x1f3158(_0x25cf3f._0x2166da,_0x25cf3f._0x5e7983,_0x25cf3f._0x27ddd5,0x3df)+_0x1f3158(0x4cf,_0x25cf3f._0x271413,_0x25cf3f._0x13c5d4,_0x25cf3f._0x18ba7b)+'ed',_0xee6a85);const _0x2fdb6b=_0x1d2d2f[_0x1f3158(_0x25cf3f._0x5086ad,_0x25cf3f._0x13c5d4,_0x25cf3f._0x1951e7,_0x25cf3f._0x3efc3d)](getRequestBaseUrl,_0x21c6c5),_0x2dc44b=_0x2fdb6b+('/setup-pas'+_0x2b5374(0x411,_0x25cf3f._0x2f8638,_0x25cf3f._0x1a00f2,0x419)+'?token=')+_0x2c7a12[_0x1f3158(0x3f6,_0x25cf3f._0x40af76,_0x25cf3f._0x3fd9ed,0x41e)],_0x4a4ad2={};_0x4a4ad2['id']=_0x2c7a12['id'],_0x4a4ad2['token']=_0x2c7a12[_0x2b5374(0x3b2,_0x25cf3f._0x2af26f,0x3ee,0x3ad)],_0x4a4ad2['type']=_0x2c7a12[_0x1f3158(0x4e4,_0x25cf3f._0x5d714a,_0x25cf3f._0x3ef723,_0x25cf3f._0x5b72c7)],_0x4a4ad2[_0x1f3158(0x48c,0x472,0x476,0x4a6)]=_0x2c7a12[_0x1f3158(_0x25cf3f._0x1a0525,0x429,_0x25cf3f._0x2328a1,0x440)],_0x4a4ad2[_0x1f3158(_0x25cf3f._0x491323,0x422,_0x25cf3f._0x51cdbd,0x3c8)]=_0x2dc44b;const _0x314021={};_0x314021['id']=_0x9d6bb['id'],_0x314021['username']=_0x9d6bb[_0x2b5374(0x417,_0x25cf3f._0x513adc,_0x25cf3f._0x4f837a,0x3e0)],_0x314021[_0x1f3158(0x3de,0x41c,_0x25cf3f._0x49ee57,_0x25cf3f._0x4cd9f7)]=_0x9d6bb[_0x1f3158(_0x25cf3f._0x253ebd,0x429,0x3e3,_0x25cf3f._0xf6a513)],_0x314021[_0x1f3158(0x3e6,_0x25cf3f._0x59c0ad,_0x25cf3f._0x3a78d3,0x401)]=_0x9d6bb[_0x2b5374(_0x25cf3f._0x10c1b2,0x3a9,_0x25cf3f._0x22d83b,0x3b6)];const _0x6e6d55={};_0x6e6d55[_0x1f3158(0x4d9,0x4c3,0x488,0x49c)]=_0x1d2d2f[_0x1f3158(0x450,0x480,0x461,0x49a)],_0x6e6d55[_0x2b5374(_0x25cf3f._0x50b252,_0x25cf3f._0xa051a2,_0x25cf3f._0x26bc81,0x3ad)]=_0x4a4ad2,_0x6e6d55[_0x2b5374(_0x25cf3f._0x2e7188,_0x25cf3f._0x309981,0x351,0x373)]=_0x314021,_0x6e6d55[_0x2b5374(_0x25cf3f._0x3be2d,_0x25cf3f._0xb3b113,0x3c6,_0x25cf3f._0x53a874)]=![];const _0x42b1c6=_0x6e6d55;if(sendEmail){if(!_0x1d2d2f[_0x2b5374(0x3be,_0x25cf3f._0x80b213,0x3cf,_0x25cf3f._0x3ad21a)](isEmailConfigured)){if(_0x1f3158(_0x25cf3f._0x40f6c6,_0x25cf3f._0x30db1b,0x3e0,_0x25cf3f._0x798856)!==_0x1f3158(0x3e8,0x468,_0x25cf3f._0x2971b2,0x430)){const _0x4051b9={};return _0x4051b9[_0x1f3158(0x429,_0x25cf3f._0x120b8d,0x453,_0x25cf3f._0x44c811)]=_0x1f3158(0x3dd,_0x25cf3f._0x486878,_0x25cf3f._0x53e383,0x39d)+'configured',_0x4051b9['message']=_0x1d2d2f[_0x2b5374(_0x25cf3f._0x53a6f5,0x427,_0x25cf3f._0x36cf47,_0x25cf3f._0x317429)],_0x819c4['status'](-0x15ac+-0xd9+0x1815)['json'](_0x4051b9);}else{_0x374fb8[_0x2b5374(0x3f9,0x3bc,0x3b7,_0x25cf3f._0x5f5cd2)](_0x1d2d2f[_0x2b5374(_0x25cf3f._0x15e4de,0x3c3,_0x25cf3f._0x578eed,0x3cd)],_0x2ec75b);const _0x2e5605={};_0x2e5605[_0x2b5374(0x3cf,_0x25cf3f._0x26445d,0x3d6,0x3e1)]=_0x1d2d2f['xsjCI'],_0x195bc9[_0x1f3158(_0x25cf3f._0x3911e7,0x4a1,0x48d,0x4e7)](0x233a+0x191c+-0x3a62)[_0x1f3158(0x473,_0x25cf3f._0x5b2d91,0x46e,_0x25cf3f._0x4ab93d)](_0x2e5605);}}try{const _0x56fcac=_0x1d2d2f[_0x2b5374(0x394,_0x25cf3f._0x451042,_0x25cf3f._0x180054,0x380)](type,'reset')?_0x1d2d2f['EFdhf']:_0x1d2d2f[_0x2b5374(_0x25cf3f._0x309e6f,0x361,0x397,0x3a9)],_0x3d2e50={};_0x3d2e50['userName']=_0x9d6bb[_0x1f3158(0x38c,_0x25cf3f._0x53a874,0x3e3,_0x25cf3f._0xe34d85)],_0x3d2e50[_0x2b5374(_0x25cf3f._0x213383,_0x25cf3f._0x28c1ad,_0x25cf3f._0x3dfbce,_0x25cf3f._0x37cf27)]=_0x9d6bb['username'],_0x3d2e50[_0x1f3158(_0x25cf3f._0x5d84bc,0x457,0x40d,0x3c8)]=_0x2dc44b,_0x3d2e50['expiresIn']=_0x1d2d2f[_0x1f3158(0x40b,_0x25cf3f._0x5f5cd2,_0x25cf3f._0x3f9845,_0x25cf3f._0x3d5047)],_0x3d2e50[_0x1f3158(0x4a0,_0x25cf3f._0x2ccc48,0x48a,0x489)]=type;const _0x113da6=_0x3d2e50,{subject:_0x4a558a}=renderTemplate(_0x56fcac,_0x113da6),_0x2bbdd0={};_0x2bbdd0['to']=_0x9d6bb[_0x2b5374(_0x25cf3f._0xdd5dc7,0x3d1,_0x25cf3f._0x451042,0x3b6)],_0x2bbdd0[_0x2b5374(_0x25cf3f._0x356836,_0x25cf3f._0x1c76ef,_0x25cf3f._0x232c0f,_0x25cf3f._0x130f7c)]=_0x4a558a,_0x2bbdd0[_0x1f3158(0x3ba,_0x25cf3f._0x106897,_0x25cf3f._0x22760e,_0x25cf3f._0x11033c)]=_0x56fcac,_0x2bbdd0['data']=_0x113da6,await _0x1d2d2f['xKQdK'](sendTemplatedEmail,_0x2bbdd0),_0x42b1c6['emailSent']=!![],_0x42b1c6['message']=_0x1f3158(0x3e5,0x47b,0x42c,_0x25cf3f._0x4df950)+_0x1f3158(0x47a,0x46e,_0x25cf3f._0x13c5d4,0x4a4)+_0x1f3158(0x3d8,0x3f6,_0x25cf3f._0xa051a2,0x406)+_0x1f3158(_0x25cf3f._0xabb992,_0x25cf3f._0x2e531b,_0x25cf3f._0x5b2d91,0x450)+'\x20'+_0x9d6bb[_0x1f3158(_0x25cf3f._0x2ee9ef,0x481,_0x25cf3f._0x3a78d3,0x42c)];const _0xa70e6a={};_0xa70e6a['to']=_0x9d6bb[_0x2b5374(_0x25cf3f._0x1c76ef,_0x25cf3f._0x25da1d,_0x25cf3f._0x110393,_0x25cf3f._0x3b8263)],_0xa70e6a['type']=type,_0xa70e6a[_0x2b5374(_0x25cf3f._0x237d87,0x3ba,0x41c,_0x25cf3f._0x45b111)]=_0x9d6bb[_0x2b5374(_0x25cf3f._0x48550c,0x3b9,_0x25cf3f._0x53dce6,_0x25cf3f._0x2ef339)],logger[_0x1f3158(0x458,_0x25cf3f._0xf60c,_0x25cf3f._0x1f838e,_0x25cf3f._0x166c25)](_0x1d2d2f[_0x1f3158(_0x25cf3f._0x41116e,_0x25cf3f._0x503d7b,_0x25cf3f._0x17155d,_0x25cf3f._0x2f8638)],_0xa70e6a);}catch(_0x289c0f){logger[_0x2b5374(_0x25cf3f._0x3b8263,0x423,_0x25cf3f._0x5f4a95,_0x25cf3f._0x3be2d)](_0x1d2d2f[_0x2b5374(_0x25cf3f._0x331a60,_0x25cf3f._0x386586,_0x25cf3f._0x44c811,0x3b0)],_0x289c0f),_0x42b1c6[_0x2b5374(_0x25cf3f._0x2d9bae,_0x25cf3f._0x1a4212,_0x25cf3f._0x50d9d8,_0x25cf3f._0x798856)]=_0x1d2d2f[_0x2b5374(0x3c0,_0x25cf3f._0x573f6a,0x3df,_0x25cf3f._0x2a07ef)];}}_0x819c4[_0x1f3158(0x41e,0x4a6,0x46e,0x489)](_0x42b1c6);}catch(_0x44e61c){logger[_0x1f3158(0x425,0x433,_0x25cf3f._0x4be9c3,_0x25cf3f._0x401774)](_0x1d2d2f[_0x2b5374(_0x25cf3f._0x237d87,_0x25cf3f._0x232313,0x390,0x3bf)],_0x44e61c);const _0x881a6f={};_0x881a6f[_0x2b5374(_0x25cf3f._0x19335f,0x43a,_0x25cf3f._0x21914e,_0x25cf3f._0x5f5cd2)]=_0x1d2d2f['vQqen'],_0x819c4['status'](-0x93b+0x14ee*0x1+-0x9bf)[_0x2b5374(_0x25cf3f._0x53a874,_0x25cf3f._0x27ddd5,_0x25cf3f._0x5e1600,0x3fc)](_0x881a6f);}}),router[_0x4b6791(0x50c,0x505,0x4b7,0x4d4)](_0x4b6791(0x58e,0x5a2,0x53a,0x54a)+_0xb66301(0x47c,0x434,0x484,0x453),async(_0x535bfa,_0x28ea29)=>{const _0x43d704={_0x475676:0x42,_0x1ec5c9:0x15,_0x32eb62:0x31,_0x487a14:0x9,_0x1ce405:0x20,_0x4059eb:0x24,_0x47a3c8:0x450,_0x256431:0x4a7,_0x26175e:0x1b,_0x42ac9e:0xf,_0x5d5b96:0x443,_0x2a5edd:0x44a,_0x1e4d04:0x84,_0x58a038:0x4a6,_0x5ea3f7:0x495,_0x4ff65e:0x45,_0x376878:0x3b,_0x162ecb:0x7,_0x4cf419:0x23,_0x54e441:0x1,_0x32daf2:0x49c,_0x211bb9:0x4c6,_0x38c1b0:0x4ea,_0x4a71d9:0x46a,_0x53bc27:0x4b1,_0x24a03b:0x46e,_0x123135:0x441,_0x16cf7b:0x7c,_0x20f835:0x438,_0x175942:0x7a,_0x59ce9c:0x46,_0x1e8538:0x65,_0x4a11cb:0x18,_0x11b125:0x6,_0x5ab90a:0x485,_0x3bcdbd:0x42c,_0x49a979:0x1e,_0x28cda4:0x75,_0x3f5734:0x46a,_0x56ba50:0x414,_0x5b903c:0x3c9,_0x4c9c30:0x421,_0x2f6a31:0x459,_0x34084e:0x22,_0x522f66:0x11,_0x56ea22:0x17,_0x20918b:0x434,_0x201e76:0x465,_0x550f5c:0x19,_0x4fdb57:0x3d,_0x11d7cb:0x39,_0x44b999:0x4de,_0x1359c1:0x46c,_0xd9b926:0x66,_0x4fa4bc:0x83,_0x1c86b3:0x9f,_0x1fe2ca:0x463,_0x299b3f:0x481,_0x6437d4:0x49f,_0x2abcb4:0x480,_0x342b9e:0x5b,_0x55e860:0x425,_0x4ade93:0x416,_0x2a96cc:0x43e,_0x40257f:0x19,_0x4f7242:0x35,_0x52a3b4:0x74,_0x59acf5:0x42,_0x33e316:0x487,_0x1826ef:0x433,_0x2ad544:0x4d4,_0x511a22:0x42b,_0x439b62:0x424,_0x45be00:0x426,_0x119655:0x2c,_0x2cc37d:0x55,_0xc0ac50:0x29,_0x101905:0xc,_0x5dcedf:0x3d5,_0x287056:0x36,_0xbc72af:0x1e,_0x49311d:0x59,_0x32b41b:0x3d,_0x358242:0x48,_0x3448ae:0x77,_0x46043d:0x487,_0x20cf0e:0x4cc,_0x5600ab:0x448,_0x51667b:0x3ee,_0x4fc1b0:0x42d,_0x593140:0x489,_0x544a23:0x44f,_0x4da4a9:0x48a,_0x8e1665:0x2a,_0x15e9b0:0x18,_0xc20534:0x63,_0x3b40be:0x54,_0x7ff0fb:0x12,_0x12102d:0x59,_0x236481:0x474,_0x47c804:0x41b,_0x22b82d:0x480},_0x459179={_0x202f98:0x119,_0x4909f8:0x12};function _0x49ede3(_0x1e8737,_0x5ccd8f,_0x664f89,_0x55c2c3){return _0xb66301(_0x1e8737- -0x44,_0x664f89,_0x664f89-_0x459179._0x202f98,_0x55c2c3-_0x459179._0x4909f8);}function _0x23bce8(_0x581566,_0x1fce51,_0x4ef158,_0x43b809){return _0x4b6791(_0x581566-0x149,_0x4ef158,_0x4ef158-0x19e,_0x1fce51- -0x507);}const _0x20f76f={};_0x20f76f[_0x23bce8(-0xd,_0x43d704._0x475676,_0x43d704._0x1ec5c9,0x78)]=_0x23bce8(0x4,0x1b,0xf,-0x36)+_0x23bce8(0x83,_0x43d704._0x32eb62,-_0x43d704._0x487a14,0x56),_0x20f76f[_0x23bce8(_0x43d704._0x1ce405,-0x1f,-_0x43d704._0x4059eb,0x1c)]=_0x49ede3(_0x43d704._0x47a3c8,0x478,0x48a,0x44d)+'password\x20a'+'re\x20require'+'d',_0x20f76f[_0x49ede3(0x473,_0x43d704._0x256431,0x482,0x44f)]='Password\x20m'+_0x23bce8(_0x43d704._0x26175e,_0x43d704._0x42ac9e,0x3b,0x12)+'least\x208\x20ch'+_0x49ede3(0x460,0x473,_0x43d704._0x5d5b96,_0x43d704._0x2a5edd),_0x20f76f[_0x23bce8(-_0x43d704._0x1e4d04,-0x3c,-_0x43d704._0x475676,-0x55)]=function(_0x4d5725,_0x43781f){return _0x4d5725!==_0x43781f;},_0x20f76f[_0x49ede3(0x454,_0x43d704._0x58a038,_0x43d704._0x5ea3f7,0x45a)]='nBuUG',_0x20f76f[_0x23bce8(-_0x43d704._0x4ff65e,-_0x43d704._0x376878,_0x43d704._0x162ecb,-_0x43d704._0x4cf419)]=_0x23bce8(-0x33,-0x38,-0x13,-_0x43d704._0x54e441)+_0x49ede3(_0x43d704._0x32daf2,_0x43d704._0x211bb9,_0x43d704._0x38c1b0,0x4b2)+_0x49ede3(_0x43d704._0x4a71d9,_0x43d704._0x53bc27,_0x43d704._0x24a03b,_0x43d704._0x123135),_0x20f76f[_0x23bce8(-0x43,-0x44,-0x8e,-_0x43d704._0x16cf7b)]=_0x23bce8(0x18,-0x3e,0x7,-0x84),_0x20f76f[_0x49ede3(0x415,0x41b,_0x43d704._0x20f835,0x407)]='User\x20not\x20f'+_0x23bce8(-_0x43d704._0x175942,-0x2b,0x2a,-0x42),_0x20f76f['VNifi']=function(_0x1061c9,_0x6c46e4){return _0x1061c9===_0x6c46e4;},_0x20f76f[_0x23bce8(_0x43d704._0x59ce9c,0x3f,_0x43d704._0x1e8538,0x2d)]='ScKAT',_0x20f76f[_0x23bce8(0x22,-_0x43d704._0x4a11cb,-_0x43d704._0x11b125,0xa)]=_0x49ede3(0x481,0x477,_0x43d704._0x5ab90a,_0x43d704._0x3bcdbd)+_0x23bce8(-0x34,_0x43d704._0x49a979,-0x12,_0x43d704._0x28cda4)+_0x49ede3(_0x43d704._0x3f5734,0x46e,0x44a,_0x43d704._0x56ba50);const _0x19e431=_0x20f76f;try{const {token:_0x55a85e}=_0x535bfa['query'];if(!_0x55a85e){if(_0x19e431[_0x49ede3(0x40e,0x3c0,_0x43d704._0x5b903c,0x455)]('OavfO',_0x19e431[_0x49ede3(0x454,_0x43d704._0x4c9c30,0x436,_0x43d704._0x2f6a31)])){const _0x14584b={};return _0x14584b[_0x23bce8(0x16,_0x43d704._0x34084e,-0xd,-0x1b)]=_0x23bce8(_0x43d704._0x522f66,-0x46,-_0x43d704._0x56ea22,-0x3c)+_0x49ede3(0x44d,0x45a,_0x43d704._0x20918b,_0x43d704._0x201e76),_0x14584b[_0x23bce8(0x3f,_0x43d704._0x550f5c,-_0x43d704._0x4fdb57,_0x43d704._0x11d7cb)]=![],_0x28ea29[_0x49ede3(_0x43d704._0x58a038,0x4a9,0x46e,0x493)](-0x112*-0x14+0x11*-0xfb+-0x32d)[_0x49ede3(0x487,0x442,_0x43d704._0x44b999,0x4d5)](_0x14584b);}else{const _0x4a672e={};return _0x4a672e[_0x49ede3(_0x43d704._0x1359c1,0x41a,0x432,0x46d)]=_0x19e431[_0x23bce8(-_0x43d704._0x42ac9e,0x42,_0x43d704._0xd9b926,_0x43d704._0x4fa4bc)],_0x475329[_0x23bce8(0x93,0x5c,_0x43d704._0x1c86b3,0x9)](0x13f4*-0x1+-0xb3*0xb+-0x1*-0x1d39)['json'](_0x4a672e);}}const _0x55441e=await validateToken(_0x55a85e);if(!_0x55441e){const _0x497f52={};return _0x497f52[_0x49ede3(_0x43d704._0x1fe2ca,_0x43d704._0x299b3f,_0x43d704._0x6437d4,_0x43d704._0x2abcb4)]=![],_0x497f52['error']=_0x19e431['mzaAP'],_0x28ea29[_0x23bce8(0xd,0x3d,0x8a,_0x43d704._0x342b9e)](_0x497f52);}const _0x22cd32=await findUserById(_0x55441e[_0x49ede3(_0x43d704._0x55e860,_0x43d704._0x4ade93,0x414,_0x43d704._0x2a96cc)]);if(!_0x22cd32){if(_0x19e431['NiNrO']===_0x19e431['NiNrO']){const _0x43811e={};return _0x43811e[_0x23bce8(0x20,_0x43d704._0x40257f,_0x43d704._0x4f7242,-0x1e)]=![],_0x43811e[_0x23bce8(_0x43d704._0x52a3b4,0x22,0x4a,0x9)]=_0x19e431[_0x23bce8(-0x78,-0x35,-0x6b,-_0x43d704._0x59acf5)],_0x28ea29[_0x49ede3(_0x43d704._0x33e316,_0x43d704._0x1826ef,_0x43d704._0x2ad544,0x4b0)](_0x43811e);}else{const _0xa9b7d2={};return _0xa9b7d2[_0x23bce8(-_0x43d704._0x56ea22,_0x43d704._0x34084e,-0x2a,-0x12)]=_0x19e431[_0x49ede3(_0x43d704._0x511a22,0x436,_0x43d704._0x439b62,_0x43d704._0x45be00)],_0x34461a[_0x23bce8(_0x43d704._0x4ff65e,0x5c,0x76,_0x43d704._0x119655)](0xaed*0x3+0x2*-0x9c8+-0x13*0x9d)[_0x23bce8(0x7f,_0x43d704._0x4fdb57,_0x43d704._0x2cc37d,-_0x43d704._0x26175e)](_0xa9b7d2);}}const _0x474222={};_0x474222[_0x23bce8(-_0x43d704._0xc0ac50,0x21,0x6,_0x43d704._0x101905)]=_0x22cd32[_0x49ede3(0x46b,_0x43d704._0x2a5edd,0x4a7,0x4b4)],_0x474222[_0x49ede3(0x3fc,_0x43d704._0x5dcedf,0x44e,0x410)]=_0x22cd32['name'];const _0x3a3062={};_0x3a3062[_0x23bce8(0x56,_0x43d704._0x40257f,-_0x43d704._0x287056,0x56)]=!![],_0x3a3062[_0x23bce8(_0x43d704._0xbc72af,_0x43d704._0x49311d,_0x43d704._0x32b41b,_0x43d704._0x358242)]=_0x55441e[_0x49ede3(0x4a3,0x485,0x48b,0x468)],_0x3a3062[_0x23bce8(-0x60,-0x4c,-_0x43d704._0x3448ae,-0x6f)]=_0x474222,_0x28ea29[_0x49ede3(_0x43d704._0x46043d,0x453,_0x43d704._0x20cf0e,_0x43d704._0x5600ab)](_0x3a3062);}catch(_0x511eaa){if(_0x19e431[_0x49ede3(0x3fd,_0x43d704._0x51667b,0x3d1,_0x43d704._0x4fc1b0)](_0x19e431[_0x49ede3(_0x43d704._0x593140,_0x43d704._0x544a23,0x4e2,_0x43d704._0x4da4a9)],_0x23bce8(0x95,0x40,0x8c,0x9))){logger[_0x23bce8(0x4e,0x22,_0x43d704._0x3448ae,_0x43d704._0x34084e)](_0x19e431[_0x23bce8(-_0x43d704._0x8e1665,-_0x43d704._0x15e9b0,_0x43d704._0x59acf5,0x2e)],_0x511eaa);const _0x56f1be={};_0x56f1be['error']=_0x19e431['DrtlY'],_0x56f1be[_0x23bce8(0x21,0x19,0x35,_0x43d704._0xc20534)]=![],_0x28ea29[_0x23bce8(_0x43d704._0x3b40be,0x5c,_0x43d704._0x7ff0fb,_0x43d704._0x12102d)](0x1f*0xb2+0x6a3*-0x4+0x6f2*0x1)[_0x49ede3(0x487,_0x43d704._0x236481,0x451,0x49b)](_0x56f1be);}else{const _0x9daef0={};return _0x9daef0[_0x49ede3(0x46c,_0x43d704._0x47c804,0x47f,0x496)]=_0x19e431[_0x23bce8(0x30,_0x43d704._0xc0ac50,0x7f,0x23)],_0x25f6a1[_0x49ede3(_0x43d704._0x58a038,0x4ef,_0x43d704._0x22b82d,0x4c1)](0x10fa*-0x2+-0x1*0xc9b+-0x7f*-0x61)['json'](_0x9daef0);}}}),router[_0xb66301(0x483,0x4c2,0x496,0x47d)]('/setup',async(_0x2584be,_0x4e2c9a)=>{const _0x3a96bf={_0x2d37d1:0x265,_0x1d2a67:0x218,_0x4a2301:0x342,_0x90e11d:0x385,_0x4f2dd4:0x39f,_0xb8f2b9:0x387,_0x30d1c4:0x34e,_0x8e9aa2:0x300,_0x471edc:0x344,_0x735e8b:0x380,_0xf644e1:0x383,_0x25d759:0x267,_0x4abfcf:0x2b9,_0x4f480c:0x3c7,_0x395fc7:0x3b1,_0x3c9248:0x3ff,_0x4f1f68:0x29b,_0x38a46e:0x29c,_0x226e94:0x280,_0x7717f5:0x268,_0x4966ba:0x26b,_0x32cce5:0x3d9,_0x2955bb:0x254,_0x46f84d:0x23b,_0x264880:0x2c9,_0x4ec7c7:0x279,_0x4eca0c:0x3e7,_0x554dbc:0x365,_0x34a562:0x30d,_0x33daf7:0x364,_0x14f237:0x387,_0x2e3d89:0x3c5,_0x544894:0x2bf,_0x470d8d:0x327,_0x4e1586:0x3c2,_0x2ff2af:0x3a8,_0x3b6d61:0x351,_0x2bfbcc:0x363,_0x3bd359:0x296,_0x30642f:0x276,_0x17d0b3:0x245,_0x11eea0:0x212,_0x3f0b35:0x3dc,_0x3ad499:0x409,_0x41099d:0x381,_0x331e6d:0x2ad,_0x1afa41:0x25b,_0x1ea458:0x27f,_0x27edd7:0x29d,_0x4c5355:0x25f,_0x2babb3:0x262,_0x529b51:0x3ef,_0x32c26d:0x391,_0x2b83d0:0x2b9,_0x22f3c2:0x231,_0xefcf38:0x27a,_0x2f9ffd:0x396,_0x75a600:0x362,_0xf0c53d:0x37a,_0x3c539a:0x385,_0x5b5088:0x3dc,_0x15cf69:0x3bb,_0x2a5061:0x285,_0x137091:0x21a,_0x111cd7:0x3c3,_0x29d427:0x3a6,_0x203196:0x302,_0x33f15c:0x382,_0x2c086b:0x33f,_0x40b3e7:0x37b,_0x555dc7:0x29a,_0x1a0cad:0x3bd,_0x84e516:0x272,_0x235994:0x243,_0x58c580:0x3db,_0x47d1cf:0x3cf,_0x503f4e:0x25f,_0x57d00b:0x275,_0x14cf74:0x39f,_0x2c7453:0x346,_0x26edb1:0x3a8,_0x27a255:0x38e,_0x371631:0x2cd,_0x184ff3:0x2d9,_0x306246:0x399,_0x581274:0x3d6,_0x21198d:0x3a9,_0x30ef01:0x375,_0x54da32:0x335,_0xdaf782:0x3e7,_0x58a592:0x23c,_0xe4dc1f:0x259,_0x385c6f:0x35e,_0x3029b1:0x328,_0x14cf83:0x240,_0x4073ef:0x21c,_0x3cacae:0x27b,_0x2a7838:0x28a,_0x526c92:0x3f1,_0x46433b:0x3e8,_0x5180ea:0x3f9,_0x1b607c:0x3b4,_0x2c03de:0x36c,_0x5742e0:0x299,_0x176768:0x2d4,_0x3ccc57:0x2c1,_0x235cd5:0x2f8,_0x2fed55:0x361,_0x11f590:0x37a,_0x5d8039:0x244,_0x2ec4b5:0x243,_0x1fbb71:0x295,_0x4c3372:0x384,_0x338090:0x3e5,_0x2544ed:0x2cf,_0x454c60:0x25e,_0x2bbd99:0x27b,_0x51bec6:0x23a,_0x54831e:0x3a7,_0x44992e:0x3db,_0x1cf654:0x36d,_0x4b8e42:0x2ea,_0x840feb:0x291,_0x490663:0x32f,_0x48a139:0x30e,_0x27c0fe:0x320,_0x446ab8:0x2fb,_0x36aed0:0x2e8,_0x2ac336:0x302,_0x6bd666:0x3c0,_0x268150:0x2ba,_0x222295:0x2df,_0x745aaf:0x2b7,_0x4d92ea:0x393,_0x478bcb:0x3d3,_0x2366b9:0x363,_0x54d320:0x3b2,_0x2bfdfa:0x3b6,_0x4be6d5:0x34d,_0x575024:0x372,_0x45ab30:0x3ab,_0x1c35f1:0x361,_0xaf32a0:0x3e2,_0x47d344:0x396,_0x3b319b:0x38d,_0x4143a5:0x3b7,_0x600289:0x39f},_0x4d1e1b={_0x2b8462:0x6d};function _0x3ead24(_0x4d98a9,_0x29f5fa,_0x171ee0,_0x17228a){return _0xb66301(_0x4d98a9- -0x108,_0x171ee0,_0x171ee0-0x149,_0x17228a-_0x4d1e1b._0x2b8462);}function _0x5b0c95(_0xefdd3d,_0x5eb7fa,_0x3729bd,_0x3b135f){return _0xb66301(_0x3729bd- -0x72a,_0xefdd3d,_0x3729bd-0xe2,_0x3b135f-0x122);}const _0x3d4a8a={'WYHIr':_0x5b0c95(-0x26e,-0x254,-_0x3a96bf._0x2d37d1,-_0x3a96bf._0x1d2a67)+_0x3ead24(0x368,0x30f,0x396,_0x3a96bf._0x4a2301)+_0x3ead24(0x3ac,_0x3a96bf._0x90e11d,_0x3a96bf._0x4f2dd4,_0x3a96bf._0xb8f2b9),'pKuoA':_0x3ead24(_0x3a96bf._0x30d1c4,0x374,_0x3a96bf._0x8e9aa2,0x37c)+'\x20expired\x20t'+'oken','WUQwy':_0x3ead24(_0x3a96bf._0x471edc,_0x3a96bf._0x735e8b,_0x3a96bf._0xf644e1,0x39a)+_0x5b0c95(-0x27c,-_0x3a96bf._0x25d759,-0x24c,-0x23d),'hZlJx':_0x5b0c95(-0x2cd,-_0x3a96bf._0x4abfcf,-0x2b1,-0x304)+'t\x20configur'+'ed.\x20Please'+'\x20set\x20up\x20SM'+_0x3ead24(_0x3a96bf._0x4f480c,_0x3a96bf._0x395fc7,_0x3a96bf._0x3c9248,0x40b)+'ment\x20varia'+'bles\x20to\x20se'+'nd\x20emails.','hPDzl':function(_0x302481,_0x36ae88){return _0x302481<_0x36ae88;},'LkVHX':function(_0x24eba2,_0x30859f){return _0x24eba2===_0x30859f;},'SutJE':_0x5b0c95(-_0x3a96bf._0x4f1f68,-_0x3a96bf._0x38a46e,-_0x3a96bf._0x226e94,-0x29a),'cGVwL':function(_0x4ef26b,_0x37910d){return _0x4ef26b(_0x37910d);},'OColf':'JsDdG','dlXAV':_0x5b0c95(-0x282,-0x270,-_0x3a96bf._0x7717f5,-_0x3a96bf._0x4966ba),'FQBLx':function(_0x4e1477,_0x1c8ed2){return _0x4e1477!==_0x1c8ed2;},'Kbyzp':'Xuhsi','KNLRQ':_0x3ead24(_0x3a96bf._0x32cce5,0x382,0x3a9,0x421),'tJicj':function(_0x369a3f,_0x4ed23d,_0x50727d){return _0x369a3f(_0x4ed23d,_0x50727d);},'blCOV':_0x5b0c95(-_0x3a96bf._0x2955bb,-0x1f5,-_0x3a96bf._0x46f84d,-0x254)+_0x5b0c95(-0x2c1,-_0x3a96bf._0x264880,-0x287,-_0x3a96bf._0x4ec7c7)+'en','zPpji':_0x3ead24(_0x3a96bf._0x4eca0c,0x3a8,0x433,0x3b4)+_0x3ead24(_0x3a96bf._0x554dbc,_0x3a96bf._0x34a562,_0x3a96bf._0x33daf7,0x3b5)+_0x3ead24(_0x3a96bf._0x14f237,0x3ad,_0x3a96bf._0x2e3d89,0x32f),'hdzpJ':'tEuYh','BSenG':'Failed\x20to\x20'+_0x5b0c95(-0x26f,-0x307,-_0x3a96bf._0x544894,-0x27d)+'rd'};try{const {token:_0x4d3bc8,password:_0xaa23ac}=_0x2584be[_0x3ead24(0x36a,_0x3a96bf._0x470d8d,_0x3a96bf._0x4e1586,0x331)];if(!_0x4d3bc8||!_0xaa23ac){const _0x420913={};return _0x420913[_0x3ead24(_0x3a96bf._0x2ff2af,0x3fe,_0x3a96bf._0x3b6d61,_0x3a96bf._0x2bfbcc)]=_0x5b0c95(-0x294,-0x277,-_0x3a96bf._0x3bd359,-0x268)+_0x5b0c95(-_0x3a96bf._0x30642f,-_0x3a96bf._0x17d0b3,-0x251,-_0x3a96bf._0x11eea0)+'re\x20require'+'d',_0x4e2c9a[_0x3ead24(0x3e2,_0x3a96bf._0x3f0b35,0x42b,0x438)](-0x9*0x11b+-0x1dbc+0x293f)[_0x3ead24(0x3c3,0x371,_0x3a96bf._0x3ad499,_0x3a96bf._0x41099d)](_0x420913);}if(_0x3d4a8a[_0x5b0c95(-0x2ef,-0x27f,-_0x3a96bf._0x331e6d,-_0x3a96bf._0x1afa41)](_0xaa23ac[_0x5b0c95(-0x2d6,-_0x3a96bf._0x1ea458,-0x2ca,-_0x3a96bf._0x27edd7)],0x340+0x1b4*-0x2+0x30)){if(_0x3d4a8a[_0x5b0c95(-_0x3a96bf._0x4c5355,-0x2a6,-_0x3a96bf._0x2babb3,-0x29a)](_0x3d4a8a[_0x3ead24(0x3c2,0x37d,_0x3a96bf._0x529b51,0x373)],_0x3d4a8a[_0x3ead24(0x3c2,0x414,0x3e0,_0x3a96bf._0x32c26d)])){const _0xe4e696={};return _0xe4e696[_0x5b0c95(-_0x3a96bf._0x2b83d0,-_0x3a96bf._0x22f3c2,-_0x3a96bf._0xefcf38,-0x282)]=_0x3ead24(_0x3a96bf._0x2f9ffd,_0x3a96bf._0x75a600,_0x3a96bf._0xf0c53d,_0x3a96bf._0x3c539a)+'ust\x20be\x20at\x20'+_0x3ead24(0x3dc,0x3ca,_0x3a96bf._0x5b5088,_0x3a96bf._0x15cf69)+_0x5b0c95(-0x2d9,-_0x3a96bf._0x2a5061,-0x286,-0x282),_0x4e2c9a[_0x5b0c95(-0x28c,-_0x3a96bf._0x137091,-0x240,-0x246)](-0x20de+0xa*0x215+0x43*0x34)[_0x3ead24(_0x3a96bf._0x111cd7,_0x3a96bf._0x111cd7,_0x3a96bf._0x29d427,0x3c4)](_0xe4e696);}else{_0x22343d[_0x5b0c95(-0x2a6,-0x2a7,-_0x3a96bf._0xefcf38,-0x276)](_0x3d4a8a[_0x3ead24(0x33f,_0x3a96bf._0x203196,0x2e8,0x359)],_0x465fbd);const _0x478eb3={};_0x478eb3[_0x5b0c95(-0x272,-0x224,-_0x3a96bf._0xefcf38,-0x29b)]=_0x3d4a8a[_0x3ead24(0x33f,_0x3a96bf._0x33f15c,_0x3a96bf._0x2c086b,_0x3a96bf._0x40b3e7)],_0x3f0258['status'](-0xf20+-0x1f8b+0x309f)[_0x5b0c95(-0x2ae,-_0x3a96bf._0x555dc7,-_0x3a96bf._0x4c5355,-_0x3a96bf._0x1ea458)](_0x478eb3);}}const _0x37e603=await _0x3d4a8a['cGVwL'](validateToken,_0x4d3bc8);if(!_0x37e603){if(_0x3d4a8a[_0x3ead24(0x3ad,_0x3a96bf._0x1a0cad,0x3df,0x39a)]!==_0x3d4a8a[_0x5b0c95(-_0x3a96bf._0x84e516,-0x247,-0x25e,-_0x3a96bf._0x235994)]){const _0x538bd3={};return _0x538bd3['error']=_0x3d4a8a[_0x3ead24(0x3ae,0x3b1,_0x3a96bf._0x58c580,0x36f)],_0x4e2c9a[_0x3ead24(0x3e2,_0x3a96bf._0x47d1cf,0x435,0x401)](-0x1*0x1565+-0x1*-0x463+0x1*0x1292)[_0x5b0c95(-0x283,-_0x3a96bf._0x503f4e,-_0x3a96bf._0x4c5355,-_0x3a96bf._0x57d00b)](_0x538bd3);}else{const _0x42ee78={};return _0x42ee78[_0x3ead24(_0x3a96bf._0x14cf74,0x398,_0x3a96bf._0x2c7453,0x3c7)]=![],_0x42ee78[_0x3ead24(_0x3a96bf._0x26edb1,0x3f4,_0x3a96bf._0x27a255,0x379)]=_0x3d4a8a[_0x3ead24(0x3ae,0x382,0x3c7,0x3bd)],_0x15f1cf[_0x5b0c95(-0x246,-0x2a9,-_0x3a96bf._0x503f4e,-0x2a7)](_0x42ee78);}}const _0x2abb42=await findUserById(_0x37e603[_0x5b0c95(-_0x3a96bf._0x371631,-_0x3a96bf._0x184ff3,-0x2c1,-0x301)]);if(!_0x2abb42){if(_0x3d4a8a[_0x3ead24(_0x3a96bf._0x306246,_0x3a96bf._0x581274,_0x3a96bf._0x21198d,_0x3a96bf._0x30ef01)](_0x3d4a8a[_0x3ead24(0x38d,0x3a4,_0x3a96bf._0x54da32,_0x3a96bf._0xdaf782)],_0x3d4a8a['KNLRQ'])){const _0x14605e={};return _0x14605e[_0x5b0c95(-_0x3a96bf._0x58a592,-0x225,-_0x3a96bf._0xefcf38,-_0x3a96bf._0xe4dc1f)]=_0x3ead24(_0x3a96bf._0x385c6f,0x361,_0x3a96bf._0x21198d,0x387)+_0x3ead24(0x35b,0x35e,0x383,_0x3a96bf._0x3029b1),_0x4e2c9a[_0x5b0c95(-0x23f,-0x27d,-_0x3a96bf._0x14cf83,-0x293)](0xc74+0x14*0x1e3+0x81a*-0x6)[_0x5b0c95(-_0x3a96bf._0x4073ef,-0x226,-0x25f,-0x2af)](_0x14605e);}else{const _0x25a0f5={};return _0x25a0f5['error']=_0x3d4a8a[_0x5b0c95(-_0x3a96bf._0x3cacae,-_0x3a96bf._0x2a7838,-0x2a9,-0x26f)],_0x25a0f5[_0x3ead24(0x3dd,0x396,_0x3a96bf._0x526c92,0x3e6)]=_0x3d4a8a[_0x3ead24(0x3a3,_0x3a96bf._0x395fc7,0x386,_0x3a96bf._0x46433b)],_0x2ca465['status'](-0xb87*0x3+0x2*0x82d+0x233*0x9)[_0x3ead24(0x3c3,_0x3a96bf._0x5180ea,_0x3a96bf._0x1b607c,_0x3a96bf._0x2c03de)](_0x25a0f5);}}await _0x3d4a8a['tJicj'](setUserPassword,_0x37e603[_0x5b0c95(-_0x3a96bf._0x5742e0,-_0x3a96bf._0x176768,-_0x3a96bf._0x3ccc57,-_0x3a96bf._0x235cd5)],_0xaa23ac),await markTokenAsUsed(_0x4d3bc8);const _0x2db180={};_0x2db180[_0x3ead24(_0x3a96bf._0x2fed55,0x32b,0x3a6,_0x3a96bf._0x11f590)]=_0x2abb42['id'],_0x2db180[_0x5b0c95(-0x242,-0x273,-_0x3a96bf._0x3cacae,-_0x3a96bf._0x264880)]=_0x2abb42[_0x5b0c95(-_0x3a96bf._0x5d8039,-0x270,-_0x3a96bf._0x3cacae,-0x25e)],_0x2db180['tokenType']=_0x37e603[_0x5b0c95(-0x20d,-0x26d,-_0x3a96bf._0x2ec4b5,-_0x3a96bf._0x1fbb71)],logger[_0x3ead24(0x3d4,_0x3a96bf._0x4c3372,0x3de,_0x3a96bf._0x338090)](_0x3d4a8a[_0x5b0c95(-0x2ce,-_0x3a96bf._0x2544ed,-0x2a3,-_0x3a96bf._0x454c60)],_0x2db180);const _0x22d867={};_0x22d867['id']=_0x2abb42['id'],_0x22d867[_0x5b0c95(-0x2b6,-_0x3a96bf._0x22f3c2,-_0x3a96bf._0x2bbd99,-_0x3a96bf._0x51bec6)]=_0x2abb42[_0x3ead24(_0x3a96bf._0x54831e,_0x3a96bf._0x44992e,0x3cd,_0x3a96bf._0x1cf654)],_0x22d867[_0x5b0c95(-0x2e9,-0x2e5,-_0x3a96bf._0x4b8e42,-0x2eb)]=_0x2abb42[_0x5b0c95(-_0x3a96bf._0x34a562,-_0x3a96bf._0x840feb,-0x2ea,-_0x3a96bf._0x490663)];const _0x15fe6a={};_0x15fe6a[_0x5b0c95(-0x1fc,-0x267,-0x245,-0x22e)]=_0x3d4a8a[_0x3ead24(0x34c,_0x3a96bf._0x48a139,_0x3a96bf._0x27c0fe,0x36f)],_0x15fe6a[_0x5b0c95(-0x2d2,-_0x3a96bf._0x446ab8,-_0x3a96bf._0x36aed0,-_0x3a96bf._0x2ac336)]=_0x22d867,_0x4e2c9a['json'](_0x15fe6a);}catch(_0x1ab5de){if(_0x3d4a8a[_0x5b0c95(-_0x3a96bf._0x2a7838,-0x2ae,-0x262,-0x21f)](_0x3d4a8a[_0x3ead24(_0x3a96bf._0x15cf69,0x388,0x3f2,_0x3a96bf._0x6bd666)],_0x5b0c95(-_0x3a96bf._0x268150,-0x283,-0x2b3,-_0x3a96bf._0x222295))){logger[_0x5b0c95(-0x233,-_0x3a96bf._0x745aaf,-_0x3a96bf._0xefcf38,-0x27d)](_0x3ead24(0x3bd,_0x3a96bf._0x4d92ea,_0x3a96bf._0x478bcb,0x3bb)+_0x3ead24(_0x3a96bf._0x2366b9,_0x3a96bf._0x54d320,_0x3a96bf._0x2bfdfa,_0x3a96bf._0x4be6d5)+'rd',_0x1ab5de);const _0x977b32={};_0x977b32['error']=_0x3d4a8a[_0x3ead24(_0x3a96bf._0x575024,_0x3a96bf._0x45ab30,_0x3a96bf._0x41099d,_0x3a96bf._0x1c35f1)],_0x4e2c9a[_0x3ead24(_0x3a96bf._0xaf32a0,_0x3a96bf._0x47d344,0x41b,_0x3a96bf._0x3b319b)](-0x2589+0x250b+0x272)['json'](_0x977b32);}else{const _0x4d8e62={};return _0x4d8e62['error']=_0x3d4a8a[_0x3ead24(0x3ae,_0x3a96bf._0x4143a5,_0x3a96bf._0x600289,0x367)],_0x4e5f0e['status'](0x2315+0x11e5+-0x336a)['json'](_0x4d8e62);}}}),router[_0x4b6791(0x4e2,0x4c4,0x51e,0x4d4)](_0xb66301(0x468,0x438,0x40f,0x43b)+'serId',requireAuth,requireAdmin,async(_0x4aded4,_0x39dd3e)=>{const _0x4e3fc9={_0x5442f2:0x23b,_0x38de23:0x206,_0x1200ad:0x207,_0x1c752b:0x24d,_0x5be4e4:0x272,_0x141e62:0x263,_0x1b8e31:0x2a2,_0x1a3753:0x28a,_0x5c3010:0x369,_0x248fa6:0x345,_0x47800f:0x31c,_0x50152d:0x2f9,_0x53d3d6:0x205,_0x5e8dbd:0x213,_0x2ca3e1:0x394,_0xf7d643:0x232,_0x402fb6:0x23f,_0x2a7e43:0x23b,_0x5c8f08:0x228,_0x214d67:0x298,_0x5c01b6:0x215,_0x3c83e1:0x202,_0x4c735d:0x27f,_0x6ce833:0x3dc,_0x53fcf3:0x33f,_0x5b03c5:0x379},_0x4cca1c={_0x2ab64f:0x1a9,_0x55ac19:0x39},_0x48f46b={};function _0x103e49(_0x414874,_0x3a76ff,_0x5a6a62,_0x4974ec){return _0x4b6791(_0x414874-_0x4cca1c._0x2ab64f,_0x4974ec,_0x5a6a62-_0x4cca1c._0x55ac19,_0x3a76ff- -0x78b);}function _0x447903(_0x56cc7b,_0x79cdfc,_0x1ea7ce,_0x5bea65){return _0xb66301(_0x1ea7ce- -0x147,_0x56cc7b,_0x1ea7ce-0x7d,_0x5bea65-0x3d);}_0x48f46b[_0x103e49(-0x278,-_0x4e3fc9._0x5442f2,-0x1ef,-_0x4e3fc9._0x38de23)]=_0x103e49(-_0x4e3fc9._0x1200ad,-_0x4e3fc9._0x1c752b,-_0x4e3fc9._0x5be4e4,-0x27b)+_0x103e49(-_0x4e3fc9._0x141e62,-_0x4e3fc9._0x1b8e31,-_0x4e3fc9._0x1a3753,-0x2a0)+'okens';const _0x2472d6=_0x48f46b;try{const {userId:_0x2a441e}=_0x4aded4['params'],_0x57d5d5=await findUserById(_0x2a441e);if(!_0x57d5d5){const _0x21a690={};return _0x21a690[_0x447903(0x3ab,0x337,_0x4e3fc9._0x5c3010,0x337)]='User\x20not\x20f'+_0x447903(0x2c3,_0x4e3fc9._0x248fa6,_0x4e3fc9._0x47800f,_0x4e3fc9._0x50152d),_0x39dd3e[_0x103e49(-_0x4e3fc9._0x53d3d6,-0x228,-0x280,-_0x4e3fc9._0x5e8dbd)](0x1bb9*-0x1+0x1b61+0x2*0xf6)[_0x447903(_0x4e3fc9._0x2ca3e1,0x340,0x384,0x3bb)](_0x21a690);}const _0x1c6466=await getUserTokens(_0x2a441e),_0x1c37ed={};_0x1c37ed['tokens']=_0x1c6466,_0x39dd3e['json'](_0x1c37ed);}catch(_0x2b3a5d){logger[_0x103e49(-0x21c,-0x262,-_0x4e3fc9._0xf7d643,-_0x4e3fc9._0x402fb6)](_0x2472d6[_0x103e49(-0x21a,-_0x4e3fc9._0x2a7e43,-_0x4e3fc9._0x5c8f08,-0x23b)],_0x2b3a5d);const _0x217866={};_0x217866[_0x103e49(-_0x4e3fc9._0x214d67,-0x262,-_0x4e3fc9._0x5c01b6,-0x21d)]=_0x2472d6[_0x103e49(-_0x4e3fc9._0x3c83e1,-_0x4e3fc9._0x5442f2,-_0x4e3fc9._0x4c735d,-0x1f3)],_0x39dd3e[_0x447903(0x366,_0x4e3fc9._0x6ce833,0x3a3,0x35c)](-0x192e+-0xcbd*0x2+0x349c)[_0x447903(_0x4e3fc9._0x53fcf3,0x342,0x384,_0x4e3fc9._0x5b03c5)](_0x217866);}}),router['delete']('/tokens/:t'+_0x4b6791(0x56c,0x59f,0x54e,0x564),requireAuth,requireAdmin,async(_0x5c1700,_0x16302b)=>{const _0x4623a7={_0x4a183e:0x297,_0x541c7b:0x2aa,_0x2b7c60:0x27f,_0x4729f6:0x289,_0x48829d:0x480,_0x4e95d0:0x44c,_0x3916e4:0x494,_0x4e08df:0x242,_0x3af40c:0x221,_0x2da428:0x258,_0x42bc35:0x29c,_0x1df7ab:0x281,_0x222747:0x296,_0x37a99e:0x27c,_0x8cd255:0x255,_0x2fea77:0x41d,_0xe5daff:0x3f1,_0x152a28:0x272,_0x1cb4fb:0x208,_0x5b0b08:0x268,_0x3e8443:0x1f6,_0x961a0c:0x226,_0x3e46c1:0x21a,_0x5a9511:0x227,_0x1da9a7:0x407,_0x4cebfd:0x459,_0x1afeb4:0x4a0,_0x5dadb2:0x217,_0x1e960c:0x1f1,_0x25b6ef:0x47c,_0x3b835d:0x2be,_0x2dd5de:0x25b,_0x49868c:0x20b,_0x44d9e4:0x247,_0x189bf3:0x23d,_0x53c810:0x1f2,_0x179c04:0x29e,_0x3e973f:0x2bb,_0x11647c:0x3fa,_0x1477dd:0x439,_0x3cb13b:0x1fa,_0x2601de:0x234,_0xe368d7:0x44f,_0x5152b7:0x3f8,_0x491478:0x446,_0x278462:0x1ca,_0x17d4b1:0x1fc,_0x5bd548:0x227,_0x5636a8:0x245,_0x35bc49:0x287,_0x4c4e82:0x43b,_0x43af7d:0x478,_0x318cb6:0x4a6,_0x8c76aa:0x4ae,_0x16e635:0x45e,_0x1c7dd7:0x19a,_0x68482d:0x249,_0x3d884b:0x2a1},_0x454018={_0x2eec6f:0x89,_0x2f6b8e:0x2e0},_0x3c1631={'StbAv':_0x182a0a(0x20a,0x256,0x254,0x25b)+_0x182a0a(_0x4623a7._0x4a183e,_0x4623a7._0x541c7b,_0x4623a7._0x2b7c60,_0x4623a7._0x4729f6)+_0x9c1538(0x42b,_0x4623a7._0x48829d,_0x4623a7._0x4e95d0,_0x4623a7._0x3916e4)+'\x22','gRGBK':function(_0x1c53da,_0x47a441){return _0x1c53da(_0x47a441);},'DHyhI':function(_0x5b1454,_0x233e57){return _0x5b1454!==_0x233e57;},'shEIf':'LWpHM','klhMy':_0x182a0a(0x2ac,_0x4623a7._0x4e08df,0x273,_0x4623a7._0x3af40c),'qsSLl':'Token\x20not\x20'+_0x182a0a(0x258,0x22f,_0x4623a7._0x2da428,_0x4623a7._0x42bc35),'XjkJg':_0x182a0a(0x253,_0x4623a7._0x1df7ab,0x26e,_0x4623a7._0x222747)+_0x182a0a(_0x4623a7._0x37a99e,0x211,_0x4623a7._0x8cd255,0x279),'KoiHb':'Token\x20revo'+_0x9c1538(_0x4623a7._0x2fea77,0x439,0x474,0x3ef)+_0x9c1538(0x433,_0x4623a7._0xe5daff,0x3f2,0x447),'fHmDS':_0x182a0a(_0x4623a7._0x152a28,_0x4623a7._0x1cb4fb,0x25e,_0x4623a7._0x5b0b08)+_0x182a0a(0x1f1,0x19d,_0x4623a7._0x3e8443,0x1ae)+'en'};function _0x9c1538(_0x44b0b7,_0x3be941,_0x11d391,_0x5bb503){return _0x4b6791(_0x44b0b7-0x8d,_0x11d391,_0x11d391-0x2f,_0x3be941- -0xe6);}function _0x182a0a(_0x112e51,_0x4481d4,_0x36875b,_0x13c283){return _0x4b6791(_0x112e51-_0x454018._0x2eec6f,_0x4481d4,_0x36875b-0x101,_0x36875b- -_0x454018._0x2f6b8e);}try{const {tokenId:_0xd975b2}=_0x5c1700[_0x182a0a(0x26f,0x250,_0x4623a7._0x961a0c,0x238)],_0x348fe8=await _0x3c1631[_0x182a0a(_0x4623a7._0x3e46c1,0x2a9,0x25d,_0x4623a7._0x5a9511)](revokeToken,_0xd975b2);if(!_0x348fe8){if(_0x3c1631[_0x9c1538(_0x4623a7._0x1da9a7,_0x4623a7._0x4cebfd,0x471,_0x4623a7._0x1afeb4)](_0x3c1631['shEIf'],_0x3c1631[_0x182a0a(0x23b,0x1f9,_0x4623a7._0x5dadb2,_0x4623a7._0x1e960c)])){const _0x282788={};return _0x282788[_0x182a0a(0x262,0x237,0x249,0x266)]=_0x3c1631[_0x9c1538(0x40d,0x454,0x4a4,_0x4623a7._0x25b6ef)],_0x16302b[_0x182a0a(_0x4623a7._0x3b835d,_0x4623a7._0x2dd5de,0x283,0x269)](-0x25da+0x1*0xee6+0x1888)[_0x182a0a(0x21e,_0x4623a7._0x49868c,0x264,_0x4623a7._0x44d9e4)](_0x282788);}else{const _0x406555={};return _0x406555[_0x182a0a(_0x4623a7._0x189bf3,0x204,0x249,_0x4623a7._0x53c810)]=_0x3c1631['StbAv'],_0x410844['status'](0x1385*-0x2+0x57e+0x282*0xe)[_0x182a0a(_0x4623a7._0x179c04,_0x4623a7._0x3e46c1,0x264,_0x4623a7._0x3e973f)](_0x406555);}}const _0x4539f9={};_0x4539f9[_0x9c1538(0x429,_0x4623a7._0x11647c,_0x4623a7._0x1477dd,0x3cc)]=_0x5c1700[_0x182a0a(_0x4623a7._0x3cb13b,_0x4623a7._0x2601de,0x1db,0x219)]['id'],_0x4539f9['adminUsern'+_0x9c1538(_0x4623a7._0xe368d7,0x44d,_0x4623a7._0x5152b7,_0x4623a7._0x491478)]=_0x5c1700[_0x182a0a(_0x4623a7._0x278462,0x215,0x1db,_0x4623a7._0x17d4b1)][_0x182a0a(_0x4623a7._0x5bd548,0x1fd,0x248,_0x4623a7._0x5636a8)],_0x4539f9[_0x182a0a(_0x4623a7._0x2dd5de,0x244,_0x4623a7._0x35bc49,0x2c3)]=_0xd975b2,logger['info'](_0x3c1631[_0x9c1538(0x44f,_0x4623a7._0x4c4e82,0x48b,0x409)],_0x4539f9);const _0x50d33c={};_0x50d33c[_0x9c1538(0x437,_0x4623a7._0x43af7d,_0x4623a7._0x318cb6,_0x4623a7._0x8c76aa)]=_0x3c1631['KoiHb'],_0x16302b[_0x9c1538(0x40b,_0x4623a7._0x16e635,0x410,0x482)](_0x50d33c);}catch(_0x331153){logger['error'](_0x3c1631[_0x182a0a(_0x4623a7._0x1c7dd7,0x1b1,0x1e6,0x213)],_0x331153);const _0x48ecb1={};_0x48ecb1[_0x182a0a(0x268,0x29d,_0x4623a7._0x68482d,_0x4623a7._0x3d884b)]=_0x3c1631['fHmDS'],_0x16302b['status'](0x193c+-0x1*0x91c+-0xe2c)[_0x9c1538(0x44c,0x45e,0x465,_0x4623a7._0x4cebfd)](_0x48ecb1);}});export default router;
|
|
1
|
+
(function(_0x4ad6db,_0x587f02){const _0x5b8f00={_0x42ca15:0x139,_0x2aba2a:0x78,_0x3652b7:0x67,_0x2c2ff9:0x98,_0x355ec1:0x108,_0x3b55c2:0x289,_0x1b128f:0x260,_0x2f03fd:0x234,_0x2d415f:0x278,_0x239e02:0x247,_0x21e81f:0x20b,_0x41e000:0x28e,_0x2ccd48:0x8c,_0x59c58e:0x8b,_0x235722:0x1fe,_0x468fde:0x6c,_0x22aef6:0xa2,_0x4e64dc:0x208,_0x3626e9:0x250,_0x4ec9cb:0x1d9,_0x2916c3:0xe8,_0x299b37:0x11b},_0x32e486={_0x12f9f9:0x227};function _0x11e01e(_0x82bac1,_0x131b74,_0x4153b9,_0xfe7cd5){return _0x4d61(_0xfe7cd5- -_0x32e486._0x12f9f9,_0x131b74);}function _0x37d1c5(_0x4b66d3,_0xf851b,_0xf247b0,_0xa6b048){return _0x4d61(_0x4b66d3- -0x371,_0xf851b);}const _0x2cc4bc=_0x4ad6db();while(!![]){try{const _0x47191b=parseInt(_0x11e01e(-0x12c,-_0x5b8f00._0x42ca15,-0xd1,-0xe6))/(0x11*-0x1a9+-0xa09+0x7a7*0x5)+parseInt(_0x11e01e(-0xda,-_0x5b8f00._0x2aba2a,-_0x5b8f00._0x3652b7,-0x7a))/(0x1ba7*-0x1+0x21cd+-0x624)*(parseInt(_0x11e01e(-_0x5b8f00._0x2c2ff9,-_0x5b8f00._0x355ec1,-0xb2,-0xd7))/(0x3e5*0x8+0x7*-0x264+-0xe69))+parseInt(_0x37d1c5(-0x24b,-_0x5b8f00._0x3b55c2,-_0x5b8f00._0x1b128f,-0x26a))/(-0x25*-0xd7+-0x589*0x4+0x1*-0x8eb)+parseInt(_0x37d1c5(-0x246,-0x294,-0x1e1,-0x230))/(-0x8a2+-0x1cf7+-0x217*-0x12)*(parseInt(_0x37d1c5(-_0x5b8f00._0x1b128f,-0x263,-_0x5b8f00._0x2f03fd,-_0x5b8f00._0x2d415f))/(-0x2b*0xe5+-0x512+0x19d*0x1b))+-parseInt(_0x37d1c5(-_0x5b8f00._0x239e02,-0x256,-_0x5b8f00._0x21e81f,-_0x5b8f00._0x41e000))/(0xf8*0x6+-0x1153+-0x1*-0xb8a)*(-parseInt(_0x11e01e(-0x60,-_0x5b8f00._0x2ccd48,-_0x5b8f00._0x59c58e,-0x94))/(0x33*-0x65+0x663*-0x5+0x1a0b*0x2))+-parseInt(_0x37d1c5(-0x1e4,-0x1db,-_0x5b8f00._0x235722,-0x22a))/(0xe0a+0x1bfd+-0x29fe)*(-parseInt(_0x11e01e(-_0x5b8f00._0x468fde,-0x5c,-0x3e,-_0x5b8f00._0x22aef6))/(0xbc3+-0x37c+-0x83d))+-parseInt(_0x37d1c5(-_0x5b8f00._0x4e64dc,-0x261,-_0x5b8f00._0x3626e9,-_0x5b8f00._0x4ec9cb))/(0xec4+-0x6cc+-0x7ed)*(parseInt(_0x11e01e(-_0x5b8f00._0x2916c3,-0x99,-_0x5b8f00._0x299b37,-0xc1))/(-0xd9f+0xc29*0x1+0x182));if(_0x47191b===_0x587f02)break;else _0x2cc4bc['push'](_0x2cc4bc['shift']());}catch(_0xbb97b9){_0x2cc4bc['push'](_0x2cc4bc['shift']());}}}(_0x5eb1,0x81bfd+-0x162f67+-0x1*-0x1a91f7));import _0x5ed532 from'express';function _0x5eb1(){const _0x50a404=['zfr1Egy','u25WsgS','C2vUzcbWyxnZDW','Chrdy0C','EuLyq0G','rgfUtxa','veTutvK','vuXWzNm','DgvTCgXHDgu','q21uqum','Dg9Rzw4','AvPpr1e','mtm0ntjzzhn5Bgm','Dg9Rzw5uExbL','s3bJDNG','ihjLCxvPCMvK','Aw5MBW','Dhziuve','vfaGzw52AxjVBG','yvveq3y','zw1HAwW','D0Twveu','Bgjbs0y','q25qr3y','zxqGC3vJy2vZCW','vxPOsg4','C0vhCLa','yw1L','svPZquW','z0LUDue','zw1HAwXtzw50','wwrXrwC','zxqGDMLHihrVAW','rw1HAwWGBM90ia','zxf1AxjLza','B3b5ihrOzsbSAq','z2v0ihvZzxiGDa','DxnLCKLK','C2v0ihbHC3n3BW','y29UzMLNDxjHDa','DKvVy2i','Cg9ZDa','BgvHC3qGocbJAa','zgf0yq','EejerMO','sw52ywXPzcbVCG','ANnVBG','A2vU','s2jSrwC','BNPiA3e','y0jZsw0','zM91BMq','uurksKi','l3nLDhvWlxbHCW','B2TLBIbJCMvHDa','vxnLCIbUB3qGzG','qNLwsfi','r3LWvNu','svrWyNq','p3rVA2vUpq','DgfYz2v0vxnLCG','vhLWzsbTDxn0ia','yMuGiNnLDhvWiG','EvD2wem','l3rVA2vUCY86Dq','mtHrqunvsMu','twDwEuq','Dg9Rzw5Z','C3rHDhvZ','uhvwufi','B2TLBKLK','zwqGyw5KigvTyq','zMLN','vwTWz0K','tNHJzMK','uwvLtge','vxnLCIbjrcbPCW','C2v0Dxa','DxnLCM5HBwu','BMfTzq','AhPkqLC','q0frAgq','zNvSBhK','r2rht2m','swHsv3C','zgvSzxrL','ndCYmJCYmg1dtKXlrG','CgfZC3DVCMqTCW','CxjnvhG','surzD1u','mJfLDKn3uKe','mJuZntGXmhrLAvjZvG','CMv2B2TLihrVAW','B3jKigvTywLS','ugfZC3DVCMqGCW','ugfZC3DVCMqGBq','zxHWAxjLC0LU','vg9Rzw4GAxmGCG','vePuq0O','uLztvNi','rvvlC0G','BgvUz3rO','DxnLCK5HBwu','wg5Xue8','vg9Rzw4Gyw5Kia','CKzOz20','r1DzBLO','yxjHy3rLCNm','C3DVCMqGDg9Rzq','z0T2re0','zgDmBvm','DhfSA3K','vLzitfG','mJa1mtqYq1rqyxvJ','ugfZC3DVCMqGDa','rfnZzwu','AfnXsvm','qvPUtwe','BwzmDxe','C0LODhy','AvjhD24','C2v0DxbvCMW','zxjYB3i','igv4CgLYzwqGDa','z1Pbu2y','DhLWzq','wuj2Bha','vg9Rzw4GCMv2BW','otnXwuzgCwW','DMfSAwrHDguGDa','ig9YicjYzxnLDa','CMvZzxq','DcbJB25MAwD1CG','u01uucbPCYbUBW','vfvYBxm','z2v0igvTywLSia','EefIC3a','B0f0Du8','ExnKDu4','BMSGBwfUDwfSBa','uwjyBKC','l3nLDhvW','CgfZC3DVCMqTCG','q0rzwue','qwr1vfe','ywrTAw5vC2vYBG','BLzxBuC','lIbqBgvHC2uGyW','B3vUza','zw1HAwXfCNjVCG','nda4mZq4rxfmCvD4','C2vUzevTywLS','uM91DgvY','mtm3nwXtrhvbta','ywrTAw5jza','BMqGzw1HAwXZlG','zwqUifbSzwfZzq','rMfPBgvKihrVia','wKDmCfe','CMuGCMvXDwLYzq','l3zHBgLKyxrLlq','vK5Ht2K','y29UzMLNihn0yq','vwX4r0S','BwH5uKW','C2z1BgX5','B2TLBG','zxr1CcbLBwfPBa','A3jzvgK','yM9KEq','zxr1Ca','DhvZ','tLvfufa','BwvZC2fNzq','Dxn0igjLigf0ia','ENfgyvG','C3DVCMqUAhrTBa','r2zVuwO','B2TLBNm','wevctvy','B0LmAMS','mtiZmtq0mtb6ywXQvLa','y29UzMLNDxjLza','A2vK','Dxrsweu','C2vYswq','sMfNDey','zKfutge','v2PZEvC','ownbyKvTCW','DhDQs2e','yw1cBvy','BenuA0O','ywj4z2S','C3vIAMvJDa','mtKZmZG2ngXvBwH5yW','Aw9Uihn0yxr1CW','y2zzr1e','BerdtgW','ENneuwC','C2vUzcbLBwfPBa','DMfSAwq','CgfYyw1Z','CvjwsMW','yMXLCYb0BYbZzq','r3b4r3C','ihnLDcb1Ccbttq','tfHks0G','DxnLCG'];_0x5eb1=function(){return _0x50a404;};return _0x5eb1();}import{logger}from'../lib/logger.js';import{requireAuth,requireAdmin}from'../middleware/requireAuth.js';import{getRequestBaseUrl}from'../lib/request-url.js';import{findUserById,setUserPassword}from'../lib/users.js';import{createPasswordToken,validateToken,markTokenAsUsed,getUserTokens,revokeToken}from'../lib/passwordTokens.js';import{isEmailConfigured,sendTemplatedEmail,getEmailConfigStatus}from'../lib/email.js';function _0x4d312c(_0x237373,_0x53c727,_0x265110,_0x39a8f2){return _0x4d61(_0x237373- -0x15f,_0x265110);}function _0x4d61(_0x107ba0,_0x5077f6){_0x107ba0=_0x107ba0-(0xc7*-0x16+0x19fb+0x3fd*-0x2);const _0x217d7f=_0x5eb1();let _0x49edd1=_0x217d7f[_0x107ba0];if(_0x4d61['RArGCh']===undefined){var _0x14d280=function(_0x6e552){const _0x2c035d='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x204fe2='',_0x2e2a13='';for(let _0x212491=-0xf5e+0x1181*0x1+-0x223,_0x36c4f3,_0x4d7511,_0xc668e5=-0x1cc4+-0x3*0x829+0x353f*0x1;_0x4d7511=_0x6e552['charAt'](_0xc668e5++);~_0x4d7511&&(_0x36c4f3=_0x212491%(-0x1c12+0x19ad*-0x1+0x35c3)?_0x36c4f3*(0x7c1+-0x1*0x355+-0x42c)+_0x4d7511:_0x4d7511,_0x212491++%(-0x133*-0xb+-0x1*0xb85+-0xd4*0x2))?_0x204fe2+=String['fromCharCode'](-0xb*-0x67+-0x1*-0x1c1b+-0x17*0x15f&_0x36c4f3>>(-(-0x2*0x71e+-0x1281*0x1+0x20bf*0x1)*_0x212491&0xe32*0x1+0x21e*-0xe+-0x84*-0x1e)):-0x28d*-0x5+0x20e*-0x13+0x1a49){_0x4d7511=_0x2c035d['indexOf'](_0x4d7511);}for(let _0x2a944f=-0x416*0x7+-0x1181+0x1d*0x197,_0x3f69df=_0x204fe2['length'];_0x2a944f<_0x3f69df;_0x2a944f++){_0x2e2a13+='%'+('00'+_0x204fe2['charCodeAt'](_0x2a944f)['toString'](0x2*-0x67e+-0x2192+0x2e9e))['slice'](-(0x1c4f+0x2*0x12c1+0x41cf*-0x1));}return decodeURIComponent(_0x2e2a13);};_0x4d61['mJfDHg']=_0x14d280,_0x4d61['pcjQec']={},_0x4d61['RArGCh']=!![];}const _0x5103a3=_0x217d7f[0x1*-0x249a+0x1*0x12c1+0x11d9],_0xbb8ee6=_0x107ba0+_0x5103a3,_0x461d58=_0x4d61['pcjQec'][_0xbb8ee6];return!_0x461d58?(_0x49edd1=_0x4d61['mJfDHg'](_0x49edd1),_0x4d61['pcjQec'][_0xbb8ee6]=_0x49edd1):_0x49edd1=_0x461d58,_0x49edd1;}import{renderTemplate}from'../lib/emailTemplates.js';const router=_0x5ed532[_0x4d312c(0x9,0x64,0x5e,0x16)]();router['get']('/email-con'+_0x4d312c(-0x47,0x9,-0x82,0x7),requireAuth,requireAdmin,async(_0x384281,_0x18c8a6)=>{const _0x7f6100={_0x5603e5:0x330,_0x4c2925:0x34f,_0x1041a0:0x301,_0x1bac70:0x369,_0x135c32:0x393,_0x373983:0x2dd,_0x4f1206:0x348,_0x289d55:0x32d,_0x582918:0x2fd,_0xf6cacd:0x3de,_0x45ee41:0x248,_0x5a1319:0x2b6,_0x1e8735:0x2b4,_0x8c1b5:0x31b,_0x16cbdf:0x2e7,_0x1390cb:0x36d,_0x1bacf6:0x2c9,_0x2e6e54:0x2c5,_0x2edd6d:0x3cf,_0x1047aa:0x3bb,_0x45a953:0x397,_0x30b0e4:0x393,_0x11f34a:0x2f9,_0x52c4e7:0x28b,_0x4f94b0:0x258,_0x105693:0x287,_0x194368:0x23c,_0x11e16c:0x3cc,_0x148fa7:0x28e,_0x30cc10:0x2e6,_0xdd1f60:0x27c,_0x5e744:0x2a5,_0x55f53e:0x2af,_0x46f09c:0x30d,_0xe8ccfa:0x308,_0x1e6da3:0x326,_0x4be01b:0x297,_0x271bf9:0x28e,_0x2e6d71:0x288,_0x679947:0x3b5,_0x238eb1:0x370,_0x3cc988:0x2ec,_0x3337e6:0x2a4,_0x5ca6d7:0x2f0,_0x36317e:0x2ce},_0x247179={_0xe6e73b:0x9a,_0x4a7897:0x4d},_0x39ba4a={_0x53e2c2:0x179,_0x597754:0x108},_0x2635bc={};_0x2635bc[_0x53f83f(_0x7f6100._0x5603e5,_0x7f6100._0x4c2925,_0x7f6100._0x1041a0,0x2ec)]=_0x292785(0x3ac,_0x7f6100._0x1bac70,0x37c,_0x7f6100._0x135c32)+_0x53f83f(_0x7f6100._0x373983,0x2db,0x286,0x2d6)+'rd';function _0x53f83f(_0x3fce48,_0x4b611d,_0x36385f,_0x58e0de){return _0x4c2df1(_0x36385f-0x4,_0x4b611d-_0x39ba4a._0x53e2c2,_0x36385f-_0x39ba4a._0x597754,_0x4b611d);}_0x2635bc[_0x292785(0x2e4,_0x7f6100._0x4f1206,0x373,0x33b)]=function(_0x591e17,_0x2d41a0){return _0x591e17!==_0x2d41a0;},_0x2635bc[_0x53f83f(_0x7f6100._0x289d55,0x34a,0x321,_0x7f6100._0x582918)]=_0x292785(0x3f2,_0x7f6100._0xf6cacd,0x364,0x3bd);function _0x292785(_0x39c1fd,_0x1139b0,_0x574447,_0x20fbfb){return _0x4c2df1(_0x20fbfb-_0x247179._0xe6e73b,_0x1139b0-0x114,_0x574447-_0x247179._0x4a7897,_0x39c1fd);}_0x2635bc[_0x53f83f(_0x7f6100._0x45ee41,0x25c,0x290,0x27e)]=_0x53f83f(0x320,_0x7f6100._0x5a1319,_0x7f6100._0x582918,_0x7f6100._0x1e8735)+_0x53f83f(_0x7f6100._0x8c1b5,0x34e,_0x7f6100._0x16cbdf,0x288)+'config\x20sta'+_0x292785(_0x7f6100._0x1390cb,0x396,0x355,0x3a1),_0x2635bc[_0x53f83f(_0x7f6100._0x1bacf6,_0x7f6100._0x2e6e54,0x318,0x2e2)]=_0x292785(_0x7f6100._0x2edd6d,_0x7f6100._0x1047aa,_0x7f6100._0x45a953,_0x7f6100._0x30b0e4)+_0x53f83f(0x338,_0x7f6100._0x11f34a,0x2e7,0x28a)+_0x53f83f(_0x7f6100._0x52c4e7,_0x7f6100._0x4f94b0,_0x7f6100._0x105693,_0x7f6100._0x194368)+_0x292785(0x368,_0x7f6100._0x11e16c,0x41b,0x3ba);const _0x90cd1b=_0x2635bc;try{const _0x2e722d=getEmailConfigStatus();_0x18c8a6[_0x53f83f(0x25e,0x22c,_0x7f6100._0x148fa7,_0x7f6100._0x30cc10)](_0x2e722d);}catch(_0x5cdd42){if(_0x90cd1b[_0x53f83f(_0x7f6100._0xdd1f60,0x2eb,_0x7f6100._0x5e744,_0x7f6100._0x55f53e)]('gMaxr',_0x90cd1b['abxgk'])){logger[_0x292785(0x3c8,0x30e,_0x7f6100._0x46f09c,0x370)](_0x90cd1b[_0x292785(_0x7f6100._0xe8ccfa,0x35b,0x2da,_0x7f6100._0x1e6da3)],_0x5cdd42);const _0x1e34c1={};_0x1e34c1['error']=_0x90cd1b['utRXE'],_0x18c8a6['status'](0x1577+-0x478+-0xf0b)[_0x53f83f(0x22d,_0x7f6100._0x4be01b,_0x7f6100._0x271bf9,_0x7f6100._0x2e6d71)](_0x1e34c1);}else{_0x48ba5b['error'](_0x90cd1b[_0x292785(0x35a,_0x7f6100._0x679947,0x364,0x397)],_0x361e3d);const _0xedc834={};_0xedc834[_0x292785(0x378,0x3b8,0x3c3,_0x7f6100._0x238eb1)]=_0x90cd1b[_0x53f83f(0x2fd,0x313,_0x7f6100._0x1041a0,0x324)],_0x548209[_0x53f83f(_0x7f6100._0x3cc988,0x280,_0x7f6100._0x3337e6,0x242)](-0x4*-0x136+0x8a0+-0xb84)[_0x53f83f(_0x7f6100._0x5ca6d7,_0x7f6100._0x36317e,_0x7f6100._0x148fa7,0x28b)](_0xedc834);}}}),router['post']('/create-to'+_0x4d312c(-0x60,-0x47,-0xbe,-0x4e),requireAuth,requireAdmin,async(_0x5ad173,_0x409cbd)=>{const _0x1ee151={_0x4daf62:0x78,_0x57e183:0x12b,_0x521a58:0x1c9,_0x145d73:0x1e4,_0xad1254:0xcf,_0x50f774:0xd8,_0x332230:0x126,_0x86f88b:0x180,_0x506713:0x260,_0x479935:0x23b,_0x39b5e9:0x1cb,_0x3f86db:0x141,_0x5ab77b:0x192,_0x3a7d24:0x1aa,_0x1e33ad:0x87,_0x302b6f:0xc1,_0x25b931:0x1b4,_0x5e761e:0x204,_0xeb010a:0x20b,_0x508c1f:0x73,_0x44c202:0xb0,_0x28932a:0xff,_0x2edcbb:0x1be,_0x148448:0x116,_0x5cdd46:0xaf,_0xdda7b3:0x1ef,_0x10c29b:0x1de,_0x10c9f0:0x226,_0x4cd59c:0x24d,_0x336c52:0x26d,_0x571136:0x21a,_0x5d08fd:0x1d0,_0x5f21e7:0x8a,_0x1270b7:0xb2,_0x8a67b7:0x7a,_0x10e3fd:0x205,_0x1390ac:0xfb,_0xb7c9c:0x1a4,_0x4665ce:0xcf,_0x5b12af:0xc8,_0x28c846:0x8c,_0x13703a:0x133,_0x30f3a6:0x118,_0x5a1f5a:0xd0,_0x2f5f33:0xbb,_0x1c360b:0x1eb,_0x4cd642:0x1f2,_0x3391f2:0xb7,_0xf40324:0xb1,_0x100266:0xd4,_0x17c9ff:0x106,_0x1cd13a:0x83,_0x4737f9:0xca,_0x499177:0x3d,_0x8fd14:0x74,_0x3760d8:0x15f,_0xa39371:0xe7,_0x3f09f0:0xc0,_0x668c3f:0x71,_0x2b0941:0x27,_0x3b50c2:0x50,_0x41ed0b:0x6f,_0x3b08d1:0x35,_0x500657:0x91,_0x383f1e:0x169,_0x46a0e6:0x17e,_0x4eee02:0xd6,_0x2d7890:0x82,_0x472713:0x8b,_0x59c7ba:0x4c,_0x3ffce4:0x1fb,_0x3996a1:0x1ba,_0x558897:0x1d6,_0x15bb28:0x29,_0x79975a:0x48,_0xdb4b8f:0x62,_0xc93ee:0x9e,_0x2218bf:0x5b,_0x330110:0x5e,_0x13dc71:0x49,_0x24cda0:0xcf,_0x25add1:0x173,_0x1094cc:0x193,_0x52d019:0x20c,_0xdc5d8c:0xf7,_0x1fefb7:0x109,_0x41c56e:0x9b,_0x5c755b:0x286,_0x3b97d1:0x22c,_0x5e2abb:0x222,_0x47201c:0x1e5,_0x5dc062:0x26c,_0x30ecd2:0x25c,_0x503fbe:0x65,_0x458352:0xe5,_0x26bce7:0x56,_0x52b964:0x85,_0x484278:0x9c,_0x2f6ae5:0x1f3,_0x8c5cec:0x202,_0x406814:0x134,_0x3f2086:0x92,_0x130ac6:0xde,_0x11080c:0x109,_0x297252:0xbc,_0x221593:0x5b,_0x208f30:0x1,_0x5a247a:0x1e3,_0x45fc5b:0x17b,_0x2635bb:0x68,_0x3abaf1:0xb6,_0x182a4e:0x7d,_0x27132f:0xaa,_0x5b0c4d:0x200,_0x2a11e7:0x1f6,_0x3c3ad1:0x16d,_0x51e955:0x17b,_0x56f071:0x211,_0x5d7158:0x21,_0x4919e4:0xa7,_0x29296c:0x1f9,_0x234bec:0xac,_0x268ee6:0x99,_0x253bdd:0x2,_0x2d4b4c:0x42,_0x43c682:0x52,_0x5e2e2c:0x79,_0x79fcdd:0x16c,_0x1339bc:0x26f,_0x99c5e4:0x231,_0xc8de47:0xfc,_0x5a9861:0xfa,_0x493f1b:0x15d,_0xaf00de:0x1e2,_0x22290c:0x201,_0x4edb36:0x225,_0x35364a:0x189,_0x57dc9e:0x7e,_0x4f1f6c:0x4e,_0x36ba26:0x247,_0x1b009c:0x1a1,_0x592795:0x273,_0x3c575a:0x214,_0xf7e74b:0x1ac,_0x1001ea:0x60,_0x28f121:0x238,_0x9405c4:0x201,_0x2e27d0:0x202,_0x3e6273:0x78,_0x1bb047:0x11d,_0x5399a3:0xc6,_0x4bd0c1:0xaf,_0x3ad62b:0xba,_0x5e1906:0x10e,_0x38a231:0xf2,_0x13f2f6:0xe2,_0x2099b9:0x1e,_0x5d102d:0x95,_0x52b738:0x18d,_0x17c763:0x1b1,_0x35415b:0x175,_0x3b40d5:0x1c4,_0xfdcc83:0x1cd,_0x490026:0x1d3,_0x13202c:0x93,_0x5002a4:0xb3,_0x1f388c:0xa6,_0x7a99b7:0x75,_0x596cbd:0x19e,_0x372e96:0x1b6,_0x1bb6b8:0x202,_0x39a4b9:0x1e0,_0xfefdd:0x77,_0x5d5b1d:0x9b,_0x43b5bd:0x77,_0x3aed29:0x13,_0x545eeb:0x7c,_0x4b1e1c:0x110,_0x547ee0:0x1f8,_0x224db2:0x1d5,_0x49d7f9:0x1a3,_0x44afec:0x217,_0x5d892c:0x22f,_0x4b1aa3:0xed,_0x715dbd:0x108,_0x157ff5:0xfd,_0x5a9d02:0x190,_0x19f641:0x1a6,_0x58c001:0x207,_0x3000ee:0xdc,_0x12e76a:0xa7,_0x543ad8:0xed,_0x32fdb4:0xb7,_0x46e53b:0x153,_0x3b5725:0x136,_0x3df0c3:0x19d,_0x5c9fe5:0x46,_0x464842:0x1f,_0x317ae8:0x2d,_0x3d71a1:0x22a,_0x4d5ff7:0x201,_0x41b4de:0x1d6,_0x5ca036:0x1ea,_0x568caa:0xfb,_0x4208ac:0x146,_0x4bf3c6:0x19f,_0x581bba:0x16f,_0x244133:0xce,_0x41928d:0x1da,_0x511074:0x9e,_0x5b711f:0xdf,_0xd5dd5f:0xdb,_0x2bcbe3:0x128,_0x30e194:0xcb,_0x32aee7:0x163,_0x378fc8:0xbc,_0x2ef8df:0xb6,_0x501d93:0x282,_0x2264e9:0x21d,_0x33ad87:0x20c,_0x1a89d4:0x5a,_0x5cfc41:0x51,_0x42542c:0x14a,_0x1cb8f7:0x15a,_0x12fa8e:0x19c,_0x6a0b3c:0x1fc,_0x50557a:0x230,_0x39717f:0xc2,_0x3de07c:0x107,_0x55c825:0xd1,_0x581358:0x23f,_0x5173e0:0x213,_0x5f1d47:0x202,_0x46dd24:0x44,_0x3f50d0:0x8d,_0xdaf51d:0x1af,_0x908d5c:0x1f5,_0x460775:0x186,_0x24780a:0x88,_0x43f068:0x112,_0x50d5df:0xe3,_0x49c31b:0x10b,_0xf5a69b:0x20f,_0x2bff87:0x1d3,_0x3392a0:0x140,_0x5a79d3:0x1a4,_0xdfb461:0x63,_0x3f48c1:0x35,_0xb43fac:0x63,_0x4b19a0:0x12,_0x2efcbf:0x256,_0x9851b8:0x209,_0x114a69:0x20d,_0x6d13d9:0x16b,_0x3ba290:0x175,_0x1dfcb9:0x1bf,_0x2177be:0x202,_0x43a48c:0x1b6,_0xae1686:0x132,_0x5a0fce:0x96,_0x259ad6:0xc5,_0x4d3703:0x1bb,_0x4e5adc:0x222,_0x300f75:0x1c5,_0x5cfd74:0x36,_0x44fd9d:0x4b,_0x4dace5:0x59,_0x318569:0x1d8,_0x52dd7c:0x105,_0x5abac7:0x6b,_0x25cee6:0x13b,_0x12db75:0x1fc,_0xdcea1e:0x1d6,_0x55e822:0x1f7,_0x4d6407:0xa4,_0x530536:0x14b,_0x3423e0:0xbe,_0x30d71f:0x31},_0x3f65b1={_0x2ab7f4:0x1c1,_0x3dfb98:0x171},_0x534dfb={_0x290c19:0xbc};function _0x17f094(_0x4d6764,_0x50f7ea,_0x58c772,_0x1c4ac3){return _0x4d312c(_0x58c772-_0x534dfb._0x290c19,_0x50f7ea-0x1f3,_0x4d6764,_0x1c4ac3-0x1cc);}const _0x4abfde={'yWvXC':function(_0x130673){return _0x130673();},'qrMTx':_0x17f094(0x79,_0x1ee151._0x4daf62,0xca,_0x1ee151._0x57e183)+_0x344a1e(-0x222,-0x22c,-_0x1ee151._0x521a58,-_0x1ee151._0x145d73)+_0x17f094(0xc4,0xcd,_0x1ee151._0xad1254,0xf2)+_0x17f094(0xd2,0x75,_0x1ee151._0x50f774,_0x1ee151._0x332230),'GfoQj':_0x344a1e(-0x14d,-0x1ae,-0x1b3,-_0x1ee151._0x86f88b)+'get\x20email\x20'+_0x344a1e(-_0x1ee151._0x506713,-_0x1ee151._0x479935,-0x229,-_0x1ee151._0x39b5e9)+_0x344a1e(-_0x1ee151._0x3f86db,-0x184,-0x18c,-_0x1ee151._0x5ab77b),'UzhHn':'Failed\x20to\x20'+'validate\x20t'+_0x344a1e(-0x18b,-_0x1ee151._0x3a7d24,-0x1aa,-0x1b3),'TKTMY':'User\x20not\x20f'+_0x17f094(_0x1ee151._0x1e33ad,0x10d,_0x1ee151._0x302b6f,0x83),'YdqEg':_0x344a1e(-0x1bc,-_0x1ee151._0x25b931,-0x203,-_0x1ee151._0x479935),'TJTCJ':_0x344a1e(-0x22e,-0x1b9,-_0x1ee151._0x5e761e,-_0x1ee151._0xeb010a)+'\x20required','IZsAL':_0x17f094(0x48,_0x1ee151._0x508c1f,_0x1ee151._0x44c202,_0x1ee151._0x28932a),'ZGLpQ':function(_0x49bdab,_0x5a759e){return _0x49bdab!==_0x5a759e;},'DanMp':_0x17f094(0x78,0x63,0x6a,0x90)+_0x344a1e(-0x1c3,-_0x1ee151._0x2edcbb,-0x212,-0x218)+_0x17f094(0x7a,_0x1ee151._0x148448,_0x1ee151._0x5cdd46,0xde)+'\x22','yIXCH':function(_0x3a63c5,_0x5e2f4b){return _0x3a63c5(_0x5e2f4b);},'hzJBW':'UOSNx','GpxGw':function(_0x5f3d0e,_0x164768,_0x3a21ff){return _0x5f3d0e(_0x164768,_0x3a21ff);},'gKvDM':_0x344a1e(-_0x1ee151._0xdda7b3,-0x17d,-_0x1ee151._0x10c29b,-_0x1ee151._0x10c9f0)+_0x344a1e(-_0x1ee151._0x4cd59c,-_0x1ee151._0x336c52,-_0x1ee151._0x571136,-_0x1ee151._0x5d08fd)+'ed','AZnMa':'Password\x20t'+'oken\x20creat'+'ed\x20success'+'fully','dgLmS':function(_0x233b6f){return _0x233b6f();},'lCTkJ':function(_0x50b88d,_0x47a637){return _0x50b88d===_0x47a637;},'UkpgI':'dYcBq','ysduN':'Email\x20not\x20'+'configured','XEBMV':_0x17f094(_0x1ee151._0x5f21e7,0xe6,_0x1ee151._0x1270b7,_0x1ee151._0x8a67b7)+_0x17f094(0x114,0x7f,0xb1,0xe3)+_0x344a1e(-0x15b,-_0x1ee151._0x10e3fd,-_0x1ee151._0x25b931,-0x1a3)+_0x17f094(_0x1ee151._0x50f774,0x133,_0x1ee151._0x1390ac,0x162)+_0x344a1e(-_0x1ee151._0xb7c9c,-0x110,-0x16d,-0x174)+'ment\x20varia'+_0x17f094(0x9d,_0x1ee151._0x4665ce,0xf9,0x122)+_0x17f094(0xb9,0xfa,_0x1ee151._0x5b12af,_0x1ee151._0x28c846),'oAtuO':_0x17f094(_0x1ee151._0x13703a,_0x1ee151._0x30f3a6,_0x1ee151._0x5a1f5a,_0x1ee151._0x1e33ad),'oILjk':function(_0x2d3d26,_0x36c1b5){return _0x2d3d26===_0x36c1b5;},'XnqPO':_0x17f094(0x92,0xa8,_0x1ee151._0x2f5f33,0x109)+'eset','QXqts':function(_0x95006d,_0x68aaad,_0x3fc304){return _0x95006d(_0x68aaad,_0x3fc304);},'qprbH':function(_0x924afb,_0xed161f){return _0x924afb(_0xed161f);},'rFhgm':_0x344a1e(-0x20f,-_0x1ee151._0x1c360b,-_0x1ee151._0x4cd642,-0x239)+_0x17f094(_0x1ee151._0x3391f2,_0x1ee151._0xf40324,_0x1ee151._0x100266,0xca)+'\x20sent','fATLa':_0x17f094(_0x1ee151._0x17c9ff,_0x1ee151._0x1cd13a,_0x1ee151._0x4737f9,0x11f)+'send\x20passw'+_0x17f094(_0x1ee151._0x499177,0xaf,0x8a,_0x1ee151._0x8fd14),'DqLOi':_0x344a1e(-0x20e,-0x16e,-0x1b3,-0x1bf)+_0x344a1e(-_0x1ee151._0x3760d8,-0x172,-0x188,-0x121)+_0x17f094(0x71,_0x1ee151._0xa39371,_0x1ee151._0x3f09f0,_0x1ee151._0x668c3f)+_0x17f094(0x8e,_0x1ee151._0x2b0941,_0x1ee151._0x3b50c2,0x2e)+'nk\x20manuall'+'y.','xBDFj':_0x17f094(_0x1ee151._0x41ed0b,_0x1ee151._0x3b08d1,_0x1ee151._0x500657,0x2c),'iRGwn':_0x17f094(0x6e,0x9,0x47,0x9c),'JagtF':_0x344a1e(-_0x1ee151._0x383f1e,-0x185,-0x1b3,-_0x1ee151._0x46a0e6)+'create\x20pas'+_0x17f094(_0x1ee151._0x4eee02,0x9f,0x99,0xa9)+'n'};function _0x344a1e(_0x42c184,_0x5a6650,_0x42ece8,_0x1df7c0){return _0x4d312c(_0x42ece8- -_0x3f65b1._0x2ab7f4,_0x5a6650-_0x3f65b1._0x3dfb98,_0x42c184,_0x1df7c0-0x1d1);}try{const {userId:_0x2a8b05,type:type=_0x4abfde[_0x17f094(_0x1ee151._0x2d7890,_0x1ee151._0x472713,_0x1ee151._0x59c7ba,0x96)],sendEmail:sendEmail=![]}=_0x5ad173[_0x344a1e(-_0x1ee151._0x3ffce4,-0x16b,-0x1a7,-0x1d9)];if(!_0x2a8b05){const _0x2a9781={};return _0x2a9781[_0x344a1e(-_0x1ee151._0x3996a1,-0x197,-_0x1ee151._0x558897,-0x22a)]=_0x4abfde[_0x17f094(0x60,0xa2,0x8f,_0x1ee151._0x15bb28)],_0x409cbd[_0x17f094(0xc7,0x16,_0x1ee151._0x668c3f,_0x1ee151._0x79975a)](0xd90+-0x194*-0x9+-0x1a34)[_0x17f094(_0x1ee151._0xdb4b8f,_0x1ee151._0xc93ee,_0x1ee151._0x2218bf,0x73)](_0x2a9781);}if(![_0x4abfde['YdqEg'],_0x4abfde[_0x17f094(_0x1ee151._0x330110,0x5d,_0x1ee151._0x13dc71,0x29)]]['includes'](type)){if(_0x4abfde[_0x17f094(0xd4,0xb8,0xcb,_0x1ee151._0x24cda0)](_0x344a1e(-0x110,-_0x1ee151._0x25add1,-0x169,-0x102),_0x344a1e(-0x140,-_0x1ee151._0x1094cc,-0x1a8,-_0x1ee151._0x52d019))){const _0x4e18a1={};return _0x4e18a1[_0x17f094(_0x1ee151._0xdc5d8c,0x9e,0xa7,_0x1ee151._0x17c9ff)]=_0x4abfde[_0x17f094(_0x1ee151._0x1fefb7,_0x1ee151._0x41c56e,0x103,0xf1)],_0x409cbd['status'](0x24c4+0x1*-0x255+0x693*-0x5)[_0x344a1e(-_0x1ee151._0x5c755b,-_0x1ee151._0x3b97d1,-_0x1ee151._0x5e2abb,-0x1ee)](_0x4e18a1);}else try{const _0xb8ecb5=_0x4abfde[_0x344a1e(-_0x1ee151._0x47201c,-0x276,-0x211,-_0x1ee151._0x5dc062)](_0x347d10);_0x56eb7f[_0x344a1e(-0x1de,-_0x1ee151._0x30ecd2,-0x222,-0x233)](_0xb8ecb5);}catch(_0x309625){_0x27f557[_0x17f094(_0x1ee151._0x503fbe,0x4e,0xa7,_0x1ee151._0x458352)](_0x4abfde[_0x17f094(0x51,_0x1ee151._0x26bce7,_0x1ee151._0x52b964,_0x1ee151._0x484278)],_0x309625);const _0xda0713={};_0xda0713[_0x344a1e(-_0x1ee151._0x2f6ae5,-0x18a,-0x1d6,-_0x1ee151._0x8c5cec)]=_0x4abfde[_0x17f094(_0x1ee151._0x406814,_0x1ee151._0x3f2086,_0x1ee151._0x130ac6,_0x1ee151._0x11080c)],_0x3f7828[_0x17f094(0x56,0xad,0x71,0x31)](0x3*-0x845+0xb5*-0x11+0x26c8)[_0x17f094(_0x1ee151._0x297252,0xc3,_0x1ee151._0x221593,-_0x1ee151._0x208f30)](_0xda0713);}}const _0x28f8b7=await _0x4abfde[_0x344a1e(-0x139,-_0x1ee151._0x5a247a,-_0x1ee151._0x45fc5b,-0x1ca)](findUserById,_0x2a8b05);if(!_0x28f8b7){if(_0x4abfde[_0x17f094(0xf4,0xc0,0xcb,0x88)](_0x4abfde[_0x17f094(_0x1ee151._0x2635bb,_0x1ee151._0x3abaf1,_0x1ee151._0x182a4e,_0x1ee151._0x27132f)],_0x4abfde[_0x344a1e(-0x231,-0x1eb,-_0x1ee151._0x5b0c4d,-_0x1ee151._0x2a11e7)])){_0x3ae8ad[_0x344a1e(-_0x1ee151._0x3c3ad1,-_0x1ee151._0x51e955,-_0x1ee151._0x558897,-_0x1ee151._0x56f071)](_0x4abfde[_0x17f094(-0xa,_0x1ee151._0x5d7158,0x46,0x38)],_0x1414ff);const _0x44db54={};_0x44db54[_0x17f094(_0x1ee151._0x8fd14,0xfa,_0x1ee151._0x4919e4,0x7d)]=_0x4abfde[_0x344a1e(-0x205,-0x215,-0x237,-_0x1ee151._0x29296c)],_0x44db54[_0x17f094(0xce,_0x1ee151._0x234bec,0xf6,_0x1ee151._0x268ee6)]=![],_0x39b60f[_0x17f094(0xa,0x72,0x71,0x27)](-0x35a+-0x11c+0x66a)[_0x17f094(-_0x1ee151._0x253bdd,_0x1ee151._0x2d4b4c,0x5b,_0x1ee151._0x41ed0b)](_0x44db54);}else{const _0x38a1a0={};return _0x38a1a0[_0x17f094(_0x1ee151._0x43c682,_0x1ee151._0x5e2e2c,0xa7,0x87)]=_0x4abfde[_0x17f094(_0x1ee151._0x79fcdd,_0x1ee151._0x302b6f,0x104,_0x1ee151._0x3abaf1)],_0x409cbd[_0x344a1e(-_0x1ee151._0x1339bc,-0x24d,-0x20c,-0x1f7)](0x20e5+-0x1ced+-0x3*0xcc)[_0x344a1e(-0x1be,-0x22f,-0x222,-_0x1ee151._0x99c5e4)](_0x38a1a0);}}const _0x202084=await _0x4abfde[_0x17f094(0x143,_0x1ee151._0xc8de47,_0x1ee151._0x5a9861,_0x1ee151._0x4737f9)](createPasswordToken,_0x2a8b05,type),_0x3cbaf4={};_0x3cbaf4['adminId']=_0x5ad173[_0x344a1e(-_0x1ee151._0x493f1b,-_0x1ee151._0xaf00de,-0x180,-0x1b6)]['id'],_0x3cbaf4[_0x344a1e(-_0x1ee151._0x22290c,-_0x1ee151._0x4edb36,-0x1bf,-_0x1ee151._0x35364a)+_0x17f094(_0x1ee151._0x57dc9e,_0x1ee151._0x4f1f6c,0x48,0x9a)]=_0x5ad173['user'][_0x344a1e(-0x1fa,-_0x1ee151._0x36ba26,-0x202,-_0x1ee151._0x1b009c)],_0x3cbaf4[_0x344a1e(-_0x1ee151._0x5e761e,-_0x1ee151._0x592795,-_0x1ee151._0x3c575a,-_0x1ee151._0xf7e74b)+'Id']=_0x2a8b05,_0x3cbaf4[_0x17f094(_0x1ee151._0x1001ea,0x5f,0x69,0x84)+_0x344a1e(-0x23a,-_0x1ee151._0x28f121,-_0x1ee151._0x9405c4,-0x1b8)]=_0x28f8b7[_0x344a1e(-0x1d2,-0x1e9,-_0x1ee151._0x2e27d0,-0x1db)],_0x3cbaf4['tokenType']=type,_0x3cbaf4[_0x17f094(_0x1ee151._0x3e6273,_0x1ee151._0x1bb047,0xc4,_0x1ee151._0x5399a3)]=sendEmail,logger[_0x17f094(_0x1ee151._0x4bd0c1,_0x1ee151._0x3ad62b,_0x1ee151._0x5e1906,0x133)](_0x4abfde[_0x17f094(_0x1ee151._0x38a231,_0x1ee151._0x13f2f6,0x9a,0xa8)],_0x3cbaf4);const _0x22d0fe=getRequestBaseUrl(_0x5ad173),_0x17c4da=_0x22d0fe+(_0x17f094(_0x1ee151._0x2099b9,0x3b,0x62,_0x1ee151._0x5d102d)+_0x344a1e(-0x200,-0x172,-0x1a0,-0x1b2)+_0x344a1e(-0x1fe,-0x222,-0x215,-_0x1ee151._0x25b931))+_0x202084[_0x344a1e(-_0x1ee151._0x52b738,-_0x1ee151._0x3f86db,-0x175,-0x11f)],_0x7964b9={};_0x7964b9['id']=_0x202084['id'],_0x7964b9[_0x344a1e(-_0x1ee151._0x17c763,-0x1b7,-_0x1ee151._0x35415b,-_0x1ee151._0x3b40d5)]=_0x202084[_0x17f094(0xaf,0xec,0x108,0xcc)],_0x7964b9[_0x344a1e(-0x21b,-_0x1ee151._0xfdcc83,-_0x1ee151._0x490026,-0x1d1)]=_0x202084[_0x17f094(0x58,_0x1ee151._0x13202c,0xaa,0x81)],_0x7964b9['expires_at']=_0x202084['expires_at'],_0x7964b9[_0x17f094(_0x1ee151._0x5002a4,0xbb,_0x1ee151._0x1f388c,_0x1ee151._0x7a99b7)]=_0x17c4da;const _0x29f030={};_0x29f030['id']=_0x28f8b7['id'],_0x29f030['username']=_0x28f8b7[_0x344a1e(-_0x1ee151._0x596cbd,-_0x1ee151._0x372e96,-_0x1ee151._0x1bb6b8,-_0x1ee151._0x39a4b9)],_0x29f030[_0x17f094(0xe0,_0x1ee151._0xfefdd,0x7c,_0x1ee151._0x5d5b1d)]=_0x28f8b7[_0x17f094(_0x1ee151._0x43b5bd,_0x1ee151._0x3aed29,_0x1ee151._0x545eeb,0xb1)],_0x29f030['email']=_0x28f8b7[_0x17f094(_0x1ee151._0x3abaf1,_0x1ee151._0x4b1e1c,0x112,0x14a)];const _0x31886b={};_0x31886b[_0x344a1e(-_0x1ee151._0x547ee0,-_0x1ee151._0x224db2,-_0x1ee151._0x49d7f9,-0x155)]=_0x4abfde[_0x344a1e(-_0x1ee151._0x44afec,-0x1bc,-0x1db,-_0x1ee151._0x5d892c)],_0x31886b[_0x17f094(0xa3,_0x1ee151._0x4b1aa3,_0x1ee151._0x715dbd,_0x1ee151._0x4665ce)]=_0x7964b9,_0x31886b['user']=_0x29f030,_0x31886b['emailSent']=![];const _0x4351e7=_0x31886b;if(sendEmail){if(!_0x4abfde[_0x17f094(0xdd,_0x1ee151._0x157ff5,_0x1ee151._0x41c56e,0x4b)](isEmailConfigured)){if(_0x4abfde[_0x344a1e(-0x15d,-0x197,-_0x1ee151._0x5a9d02,-_0x1ee151._0x19f641)]('dYcBq',_0x4abfde[_0x344a1e(-0x1f2,-0x20e,-_0x1ee151._0x58c001,-0x1f6)])){const _0x599031={};return _0x599031[_0x17f094(_0x1ee151._0xad1254,_0x1ee151._0x3000ee,_0x1ee151._0x12e76a,_0x1ee151._0x221593)]=_0x4abfde[_0x17f094(_0x1ee151._0x543ad8,_0x1ee151._0x52b964,_0x1ee151._0x32fdb4,0x57)],_0x599031[_0x344a1e(-_0x1ee151._0x46e53b,-0x1a6,-0x1a3,-0x163)]=_0x4abfde[_0x344a1e(-_0x1ee151._0x3b5725,-_0x1ee151._0x3f86db,-_0x1ee151._0x3df0c3,-_0x1ee151._0x52b738)],_0x409cbd[_0x17f094(0x6b,_0x1ee151._0x5c9fe5,0x71,0x5a)](-0x139c+0x1*-0xe3b+0x2367)[_0x17f094(_0x1ee151._0x464842,_0x1ee151._0x317ae8,0x5b,_0x1ee151._0x1f388c)](_0x599031);}else{_0x46ad1d[_0x344a1e(-_0x1ee151._0x3d71a1,-_0x1ee151._0x4d5ff7,-_0x1ee151._0x41b4de,-_0x1ee151._0x5ca036)](_0x17f094(_0x1ee151._0x568caa,0x12b,_0x1ee151._0x4737f9,0x76)+'get\x20user\x20t'+_0x344a1e(-_0x1ee151._0x4208ac,-_0x1ee151._0x4bf3c6,-_0x1ee151._0x596cbd,-_0x1ee151._0x581bba),_0x369d5b);const _0x289f92={};_0x289f92[_0x17f094(0xe7,0x6f,0xa7,_0x1ee151._0x244133)]=_0x344a1e(-0x20f,-0x165,-0x1b3,-_0x1ee151._0x41928d)+'get\x20user\x20t'+_0x17f094(_0x1ee151._0x5cdd46,_0x1ee151._0x511074,_0x1ee151._0x5b711f,_0x1ee151._0xd5dd5f),_0x5aaaa6['status'](0x632+-0x2f*-0x2f+-0x5*0x293)['json'](_0x289f92);}}try{if(_0x4abfde[_0x17f094(_0x1ee151._0x2bcbe3,0xc7,_0x1ee151._0x30e194,_0x1ee151._0x4919e4)](_0x4abfde[_0x344a1e(-0x21d,-0x202,-0x1c7,-_0x1ee151._0x32aee7)],_0x17f094(_0x1ee151._0x378fc8,0x120,0xd0,0x12a))){const _0x5cc6c7={};return _0x5cc6c7[_0x17f094(0x52,_0x1ee151._0x2ef8df,0xa7,0xeb)]='Token\x20not\x20'+_0x344a1e(-_0x1ee151._0x501d93,-0x220,-_0x1ee151._0x2264e9,-0x24b),_0x46935d[_0x344a1e(-0x257,-0x267,-_0x1ee151._0x33ad87,-0x23c)](-0xd14+-0x1629+0x24d1)[_0x17f094(_0x1ee151._0x1a89d4,_0x1ee151._0x5cfc41,_0x1ee151._0x2218bf,0x94)](_0x5cc6c7);}else{const _0x4b8e9c=_0x4abfde[_0x344a1e(-_0x1ee151._0x42542c,-_0x1ee151._0x1cb8f7,-_0x1ee151._0x12fa8e,-_0x1ee151._0x5a9d02)](type,_0x4abfde['IZsAL'])?_0x4abfde[_0x344a1e(-0x217,-_0x1ee151._0x6a0b3c,-0x1e9,-0x24e)]:_0x344a1e(-_0x1ee151._0x50557a,-_0x1ee151._0x4cd59c,-0x1f9,-0x208)+_0x17f094(_0x1ee151._0x39717f,0x73,0xd7,_0x1ee151._0x3de07c),_0x4c06ef={};_0x4c06ef[_0x17f094(_0x1ee151._0x55c825,_0x1ee151._0x568caa,0x93,0x8a)]=_0x28f8b7['name'],_0x4c06ef[_0x344a1e(-_0x1ee151._0x581358,-_0x1ee151._0x5173e0,-_0x1ee151._0x5f1d47,-_0x1ee151._0x571136)]=_0x28f8b7['username'],_0x4c06ef[_0x17f094(_0x1ee151._0xc93ee,_0x1ee151._0x46dd24,0xa6,0x53)]=_0x17c4da,_0x4c06ef[_0x17f094(0x24,_0x1ee151._0x3f09f0,_0x1ee151._0x3f50d0,0xea)]='7\x20days',_0x4c06ef[_0x344a1e(-_0x1ee151._0xdaf51d,-_0x1ee151._0x908d5c,-0x1d3,-0x18d)]=type;const _0x494de2=_0x4c06ef,{subject:_0x4d0fb6}=_0x4abfde['QXqts'](renderTemplate,_0x4b8e9c,_0x494de2),_0x5e0865={};_0x5e0865['to']=_0x28f8b7[_0x344a1e(-_0x1ee151._0x3f86db,-_0x1ee151._0x460775,-0x16b,-0x123)],_0x5e0865[_0x17f094(0x138,_0x1ee151._0x24780a,0xef,_0x1ee151._0x43f068)]=_0x4d0fb6,_0x5e0865[_0x17f094(0x135,_0x1ee151._0x50d5df,0x106,_0x1ee151._0x49c31b)]=_0x4b8e9c,_0x5e0865[_0x344a1e(-_0x1ee151._0xf5a69b,-0x27c,-_0x1ee151._0x4edb36,-_0x1ee151._0x2bff87)]=_0x494de2,await _0x4abfde['qprbH'](sendTemplatedEmail,_0x5e0865),_0x4351e7[_0x344a1e(-0x28a,-0x1d3,-0x232,-0x277)]=!![],_0x4351e7[_0x344a1e(-_0x1ee151._0x3392a0,-0x1ca,-0x1a3,-_0x1ee151._0x5a79d3)]='Password\x20t'+_0x17f094(_0x1ee151._0xdfb461,_0x1ee151._0x3f48c1,_0x1ee151._0xb43fac,_0x1ee151._0x4b19a0)+_0x344a1e(-_0x1ee151._0x2efcbf,-0x1c3,-_0x1ee151._0x9851b8,-_0x1ee151._0x114a69)+'il\x20sent\x20to'+'\x20'+_0x28f8b7[_0x344a1e(-0x141,-0x125,-_0x1ee151._0x6d13d9,-_0x1ee151._0x3ba290)];const _0x2dac7d={};_0x2dac7d['to']=_0x28f8b7[_0x17f094(0x137,0xbc,0x112,0x153)],_0x2dac7d['type']=type,_0x2dac7d[_0x344a1e(-_0x1ee151._0x1dfcb9,-0x254,-_0x1ee151._0x2177be,-0x247)]=_0x28f8b7[_0x344a1e(-0x252,-_0x1ee151._0x43a48c,-0x202,-_0x1ee151._0xdda7b3)],logger[_0x17f094(_0x1ee151._0xae1686,0x127,0x10e,0xe1)](_0x4abfde[_0x17f094(0x96,0x97,_0x1ee151._0x5a0fce,0x78)],_0x2dac7d);}}catch(_0x5d7756){logger[_0x17f094(_0x1ee151._0x259ad6,0x51,_0x1ee151._0x4919e4,_0x1ee151._0x1390ac)](_0x4abfde[_0x344a1e(-0x167,-_0x1ee151._0x3f86db,-0x195,-0x1cc)],_0x5d7756),_0x4351e7[_0x344a1e(-0x180,-_0x1ee151._0x25add1,-_0x1ee151._0x4d3703,-0x182)]=_0x4abfde['DqLOi'];}}_0x409cbd[_0x344a1e(-0x23e,-0x1c7,-_0x1ee151._0x4e5adc,-_0x1ee151._0x300f75)](_0x4351e7);}catch(_0x3508eb){if(_0x4abfde['lCTkJ'](_0x4abfde[_0x17f094(_0x1ee151._0x5cfd74,_0x1ee151._0x44fd9d,_0x1ee151._0x4dace5,0x80)],_0x4abfde[_0x344a1e(-0x170,-0x21f,-_0x1ee151._0x318569,-0x1f6)])){const _0x1614b9={};return _0x1614b9[_0x17f094(0x92,_0x1ee151._0x57dc9e,_0x1ee151._0x12e76a,0x9e)]=_0x4abfde['TKTMY'],_0x523d50['status'](-0x22ab+0x37a*0x2+-0x1*-0x1d4b)['json'](_0x1614b9);}else{logger[_0x17f094(_0x1ee151._0x52dd7c,_0x1ee151._0x5abac7,0xa7,0x63)](_0x4abfde[_0x344a1e(-_0x1ee151._0x25cee6,-_0x1ee151._0x12db75,-0x196,-_0x1ee151._0x4cd642)],_0x3508eb);const _0x4f1332={};_0x4f1332[_0x344a1e(-0x221,-0x202,-_0x1ee151._0xdcea1e,-_0x1ee151._0x55e822)]=_0x4abfde[_0x17f094(_0x1ee151._0x4d6407,_0x1ee151._0x530536,0xe7,_0x1ee151._0x3423e0)],_0x409cbd['status'](-0x7f2+-0x2*0x7bb+0x195c)[_0x17f094(_0x1ee151._0x30d71f,0x15,0x5b,0xba)](_0x4f1332);}}}),router['get'](_0x4c2df1(0x2fc,0x301,0x299,0x318)+_0x4d312c(0x4c,0x7c,-0x16,0x3c),async(_0x1737c4,_0x1edc22)=>{const _0x48e6d6={_0x3d9f57:0xb,_0x56c8da:0x82,_0xe2b307:0x85,_0x1c3568:0x29a,_0x13298a:0x295,_0x1fff05:0x273,_0x2866f2:0x2b5,_0x2fcdf2:0x25f,_0x2a1525:0x8b,_0x312c74:0x3f,_0x39943e:0x7f,_0x15778a:0x233,_0x3bd6d9:0x243,_0x4e4746:0x259,_0x38ee4f:0xfe,_0x50ad53:0x30,_0x1b16ac:0x40,_0x152392:0x66,_0x194de7:0x1f6,_0x411b29:0x1ac,_0xf40d9b:0x1e5,_0x3c861d:0x2,_0x110635:0x4c,_0x5b2080:0x1e,_0x2f2136:0x38,_0xeb2471:0x42,_0x1ccd1b:0x11,_0x40344f:0x3b,_0x574a47:0x16,_0x58a3c4:0x248,_0x3b0f68:0x296,_0x408ac6:0x27b,_0x28f929:0x1fd,_0x2bf137:0x35,_0x21335e:0x41,_0x5d3979:0x8a,_0x3a6c76:0x245,_0x22fb12:0x261,_0x433298:0x288,_0x2556a3:0x25f,_0x37210e:0x26c,_0x50b861:0x209,_0x2c4f02:0x28b,_0x2c42e2:0x22c,_0x25d140:0x47,_0xaaa5f:0x291,_0x51c405:0x2a0,_0x5d4314:0x28f,_0x17d792:0x1eb,_0xda4947:0x22f,_0x40f838:0x20b,_0x24e533:0x2a7,_0x4c36b3:0x290,_0x58e61c:0x1a7,_0x4efd7e:0x10,_0x5ae75c:0x31,_0x28204d:0x79,_0x1ab420:0xc,_0x36acf6:0xe,_0x11cd78:0xd,_0x472bcc:0x4,_0x3b1454:0x29f,_0x232a7a:0x67,_0x121921:0x3e,_0x1820f8:0x18,_0x4ca36d:0x24,_0x5587aa:0x1ef,_0x2c1ff7:0x1ce,_0x2a5e73:0x235,_0x144aac:0x14,_0x415198:0x11,_0x448a94:0x0,_0x1f5a0c:0x19c,_0x211a96:0x38,_0x12a7bc:0x30,_0x3191d6:0x20,_0x4d487c:0x1d9,_0x107ea1:0x1ed,_0x3ccc87:0x87,_0x42cd54:0x38,_0x447d80:0xde},_0x3196fe={_0x5c6e65:0x134},_0x21a14d={_0x56f53f:0x50,_0x4b24ea:0xea},_0x394233={'GdGOc':_0x21dd4d(-_0x48e6d6._0x3d9f57,0x3f,0x1d,-0x43)+_0x21dd4d(0x52,0x8,_0x48e6d6._0x56c8da,_0x48e6d6._0xe2b307),'QbXnG':function(_0x402b42,_0x2c858c){return _0x402b42===_0x2c858c;},'aUDCv':_0x52f1ab(-0x249,-_0x48e6d6._0x1c3568,-0x262,-_0x48e6d6._0x13298a),'IhRWw':'Token\x20is\x20r'+_0x52f1ab(-0x29d,-0x247,-_0x48e6d6._0x1fff05,-_0x48e6d6._0x2866f2),'AduTQ':function(_0xf3b7b1,_0x4f4d4b){return _0xf3b7b1(_0x4f4d4b);},'sIhtv':'PIlxi','dTuxf':'Invalid\x20or'+_0x52f1ab(-0x244,-0x29d,-_0x48e6d6._0x2fcdf2,-0x254)+_0x21dd4d(0x64,_0x48e6d6._0x2a1525,0xc1,0x76),'ziFSO':function(_0x220154,_0xce938a){return _0x220154(_0xce938a);},'wKVTE':'Failed\x20to\x20'+_0x21dd4d(_0x48e6d6._0x312c74,0x12,-0x7,_0x48e6d6._0x39943e)+'oken'};function _0x21dd4d(_0x4e2df0,_0x9e69c,_0x1b2dce,_0x549a85){return _0x4c2df1(_0x4e2df0- -0x29e,_0x9e69c-_0x21a14d._0x56f53f,_0x1b2dce-_0x21a14d._0x4b24ea,_0x549a85);}function _0x52f1ab(_0x2c828d,_0x3cde60,_0x1601c6,_0x53bb7e){return _0x4c2df1(_0x2c828d- -0x51b,_0x3cde60-0x66,_0x1601c6-_0x3196fe._0x5c6e65,_0x53bb7e);}try{const {token:_0x2a2e04}=_0x1737c4['query'];if(!_0x2a2e04){if(_0x394233[_0x52f1ab(-_0x48e6d6._0x15778a,-_0x48e6d6._0x3bd6d9,-0x265,-_0x48e6d6._0x4e4746)](_0x394233[_0x21dd4d(0xa2,0xe0,_0x48e6d6._0x38ee4f,0x88)],_0x394233['aUDCv'])){const _0x381dbe={};return _0x381dbe[_0x21dd4d(0x38,-0x1b,0xc,-0x26)]=_0x394233[_0x21dd4d(0x12,_0x48e6d6._0x50ad53,-_0x48e6d6._0x1b16ac,_0x48e6d6._0x152392)],_0x381dbe[_0x52f1ab(-_0x48e6d6._0x194de7,-_0x48e6d6._0x411b29,-_0x48e6d6._0xf40d9b,-0x1bf)]=![],_0x1edc22[_0x21dd4d(_0x48e6d6._0x3c861d,-_0x48e6d6._0x110635,-_0x48e6d6._0x5b2080,0x4d)](-0x3c*-0x2e+0xca7*-0x1+-0x1*-0x36f)['json'](_0x381dbe);}else{const _0x21af72={};return _0x21af72['valid']=![],_0x21af72[_0x21dd4d(_0x48e6d6._0x2f2136,0x18,0x11,_0x48e6d6._0xeb2471)]=_0x394233[_0x21dd4d(_0x48e6d6._0x1ccd1b,_0x48e6d6._0x40344f,0x46,-_0x48e6d6._0x574a47)],_0x3cd5b1[_0x52f1ab(-0x291,-_0x48e6d6._0x58a3c4,-_0x48e6d6._0x3b0f68,-_0x48e6d6._0x408ac6)](_0x21af72);}}const _0x16e90a=await _0x394233[_0x52f1ab(-0x22f,-_0x48e6d6._0x28f929,-0x27c,-0x21c)](validateToken,_0x2a2e04);if(!_0x16e90a){if('PIlxi'!==_0x394233[_0x21dd4d(_0x48e6d6._0x2bf137,_0x48e6d6._0x21335e,0x5a,_0x48e6d6._0x5d3979)]){const _0x3e237b={};return _0x3e237b[_0x52f1ab(-_0x48e6d6._0x3a6c76,-_0x48e6d6._0x22fb12,-_0x48e6d6._0x433298,-_0x48e6d6._0x2556a3)]=_0x394233[_0x52f1ab(-_0x48e6d6._0x37210e,-_0x48e6d6._0x50b861,-_0x48e6d6._0x2c4f02,-_0x48e6d6._0x2c42e2)],_0x5a3253[_0x21dd4d(0x2,0x45,-0x34,_0x48e6d6._0x25d140)](-0x41*-0x14+-0x7*0x161+0x627)[_0x52f1ab(-_0x48e6d6._0xaaa5f,-_0x48e6d6._0x51c405,-_0x48e6d6._0x5d4314,-0x2ad)](_0x3e237b);}else{const _0x40d031={};return _0x40d031[_0x52f1ab(-_0x48e6d6._0x194de7,-_0x48e6d6._0x17d792,-_0x48e6d6._0xda4947,-0x1bb)]=![],_0x40d031[_0x52f1ab(-0x245,-_0x48e6d6._0x40f838,-0x24e,-0x27a)]=_0x394233[_0x52f1ab(-0x1ee,-0x1fb,-0x1ef,-0x1ac)],_0x1edc22['json'](_0x40d031);}}const _0x220d07=await _0x394233['ziFSO'](findUserById,_0x16e90a[_0x52f1ab(-0x29a,-_0x48e6d6._0x24e533,-0x2b0,-_0x48e6d6._0x4c36b3)]);if(!_0x220d07){const _0x17267d={};return _0x17267d[_0x52f1ab(-_0x48e6d6._0x194de7,-0x25a,-0x1b3,-_0x48e6d6._0x58e61c)]=![],_0x17267d[_0x21dd4d(0x38,-_0x48e6d6._0x5b2080,0x6,-0x12)]=_0x21dd4d(-0xb,0x24,0x37,0x26)+_0x21dd4d(0x52,-_0x48e6d6._0x4efd7e,0xab,0x82),_0x1edc22[_0x21dd4d(-0x14,_0x48e6d6._0x5ae75c,-_0x48e6d6._0x28204d,-0x1b)](_0x17267d);}const _0x186247={};_0x186247[_0x21dd4d(_0x48e6d6._0x1ab420,-_0x48e6d6._0x36acf6,0x50,-0x9)]=_0x220d07['username'],_0x186247[_0x21dd4d(_0x48e6d6._0x11cd78,_0x48e6d6._0x472bcc,-0x1a,0x6d)]=_0x220d07[_0x52f1ab(-0x270,-_0x48e6d6._0x3b1454,-0x213,-0x2a1)];const _0x54a227={};_0x54a227[_0x21dd4d(0x87,0xc6,_0x48e6d6._0x232a7a,_0x48e6d6._0x121921)]=!![],_0x54a227[_0x21dd4d(0x3b,_0x48e6d6._0x1820f8,0x22,_0x48e6d6._0x4ca36d)]=_0x16e90a['type'],_0x54a227[_0x52f1ab(-_0x48e6d6._0x5587aa,-0x1ba,-_0x48e6d6._0x2c1ff7,-_0x48e6d6._0x2a5e73)]=_0x186247,_0x1edc22[_0x21dd4d(-_0x48e6d6._0x144aac,-0x56,-_0x48e6d6._0x415198,_0x48e6d6._0x448a94)](_0x54a227);}catch(_0x3666ac){logger['error'](_0x394233[_0x52f1ab(-0x1d9,-_0x48e6d6._0x1f5a0c,-0x224,-_0x48e6d6._0x2c1ff7)],_0x3666ac);const _0x21d83a={};_0x21d83a[_0x21dd4d(_0x48e6d6._0x211a96,_0x48e6d6._0x12a7bc,0x43,-_0x48e6d6._0x3191d6)]=_0x394233[_0x52f1ab(-_0x48e6d6._0x4d487c,-0x185,-_0x48e6d6._0x107ea1,-0x1ec)],_0x21d83a[_0x21dd4d(_0x48e6d6._0x3ccc87,_0x48e6d6._0x42cd54,_0x48e6d6._0x447d80,_0x48e6d6._0x110635)]=![],_0x1edc22['status'](-0x1*0x1efd+0xb2d+0x15c4)['json'](_0x21d83a);}}),router[_0x4d312c(-0x66,-0x89,-0x15,-0xc0)](_0x4c2df1(0x2e9,0x2b2,0x2ec,0x2b8),async(_0x2f4d06,_0x1df40d)=>{const _0x58675c={_0x349980:0x278,_0x93719b:0x2de,_0x270699:0x2a3,_0xd4eed9:0x246,_0x522cca:0x278,_0x1ee5b5:0x2c1,_0x2374a6:0x230,_0x5226b8:0x223,_0x4d64b1:0x20b,_0x29d2b2:0x266,_0x5bc28e:0x229,_0x57c5e5:0x256,_0xbd1840:0x227,_0x4d495d:0x253,_0x11cb29:0x23c,_0x2c241a:0x257,_0x2b7690:0x20e,_0x57f117:0x1fd,_0xddf3ae:0x216,_0x3e50b9:0x21d,_0x3cf899:0x28f,_0xd3545d:0x27a,_0x277dc8:0x286,_0x4fb5e9:0x23a,_0xe9c6cc:0x2a1,_0x4f5cc6:0x295,_0xa16ebc:0x12f,_0xa7b1b:0x13a,_0x268a4a:0xd1,_0xbad681:0x135,_0x109f4f:0x275,_0x1d68ab:0x128,_0x299c8b:0x1cf,_0x5a27f3:0x1b0,_0x4e55d8:0x1e0,_0x33d22e:0x209,_0x3461c1:0xca,_0x1c80d7:0x1e6,_0x32226c:0x22d,_0xee11a7:0x1fa,_0x18334a:0x201,_0x3959d5:0x258,_0x78b231:0x214,_0x355f37:0x115,_0x556e6f:0x112,_0x435897:0x12a,_0x214a1e:0x12b,_0x24c339:0x2ee,_0x3511c9:0x148,_0x46ac83:0x14b,_0x387f26:0x144,_0x3c9f34:0x168,_0x1847e5:0x213,_0x3c6ab1:0x25c,_0x607fd2:0x161,_0x239529:0xf8,_0x5819a0:0xc7,_0x205703:0x12f,_0x407acc:0x24c,_0x2d534d:0x255,_0x9ac97f:0x210,_0xd94a1b:0x25b,_0x523073:0x27e,_0x5425dd:0x21f,_0x241421:0x268,_0x515f29:0x25f,_0x5c6f27:0xf8,_0x1c960f:0xd9,_0x5b4b71:0x1cb,_0xa41ada:0x20d,_0x2b8718:0x20d,_0x5012a9:0x250,_0x3bf27a:0x2ba,_0x3e3781:0x137,_0x4ba8ca:0x125,_0x7a70b1:0x208,_0x2830c6:0x1e9,_0x46b4f5:0x25e,_0x32efb3:0x170,_0x21aa22:0xc1,_0x3d03c5:0x138,_0x253605:0x255,_0x55187f:0x1dc,_0x4acda6:0x15f,_0x55b9f5:0x2b3,_0x4cc387:0x200,_0x18b7d3:0x231,_0x3c0bae:0x15d,_0xaf3e60:0xf5,_0x1c25ba:0x285,_0x28be54:0x225,_0x167f6a:0x134,_0x2c941c:0x175,_0x4cd1b3:0x156,_0x276f6c:0x1c8,_0x103944:0x254,_0x2165fa:0x219,_0x257e3a:0xeb,_0x414e9:0x110,_0x20dbf1:0x2df,_0x18ce70:0xe3,_0x20da9f:0x29e,_0x3a5b3e:0x2fa,_0x4b9982:0xba,_0x11e614:0x1c1,_0x52e6a7:0x17e,_0x298299:0x1eb,_0x26bced:0x2b5,_0x35f05b:0x261,_0x59a307:0x1ff,_0x35789e:0x1ed,_0x1aa211:0x22b,_0x582bd6:0x288,_0x2d0e13:0x1f9,_0x45e960:0x22a,_0x333fab:0x269,_0x34050a:0x25a,_0x259b84:0x178,_0x427cc5:0x153,_0x2af55b:0x12d,_0x7cd3c9:0x14f,_0x4def9c:0x1f0,_0x2f7098:0x1d2,_0x173c9c:0x209,_0xd5e322:0x1a9,_0x3c5a8c:0x17e,_0xaf5747:0x147,_0x3e1fdf:0x146,_0x862550:0x206,_0x227e43:0x2ad,_0x5bbebd:0x2f3,_0x2389c0:0x2bc,_0x319ddc:0x193,_0x413977:0x17a,_0x3952ee:0x13c,_0x5dc498:0x28e,_0x8f377f:0x22c,_0x43800a:0x26d,_0xdf5540:0x144,_0x35b805:0x15a,_0x1535f8:0x18f,_0x17441a:0x116,_0x45fcf8:0x24b,_0x1e5194:0x1ef},_0x3e22d0={_0x45e799:0x1ad,_0x21fb98:0x89},_0x4d146b={_0x40e517:0xdb,_0x401960:0x19};function _0x12a6d5(_0x411272,_0x13b61e,_0x26bce9,_0x10cc74){return _0x4d312c(_0x13b61e-0x26a,_0x13b61e-_0x4d146b._0x40e517,_0x26bce9,_0x10cc74-_0x4d146b._0x401960);}const _0x2f789e={'NUEPP':function(_0x2dc2c4){return _0x2dc2c4();},'ITpbt':_0x12a6d5(0x22f,_0x58675c._0x349980,_0x58675c._0x93719b,_0x58675c._0x270699)+_0x12a6d5(_0x58675c._0xd4eed9,0x2ae,0x2c1,0x283)+'ord\x20email','amBmV':_0x12a6d5(0x242,_0x58675c._0x522cca,0x250,_0x58675c._0x1ee5b5)+'send\x20email'+_0x12a6d5(_0x58675c._0x2374a6,0x26e,_0x58675c._0x5226b8,_0x58675c._0x4d64b1)+_0xc392c6(0xed,0x9c,0xa9,0x10d)+_0x12a6d5(0x22d,_0x58675c._0x29d2b2,0x276,_0x58675c._0x5bc28e)+'y.','CmTAC':'Invalid\x20or'+_0x12a6d5(0x296,_0x58675c._0x57c5e5,_0x58675c._0xbd1840,_0x58675c._0x4d495d)+'oken','SnpHk':_0x12a6d5(0x24a,_0x58675c._0x11cb29,_0x58675c._0x2c241a,_0x58675c._0x2b7690)+_0x12a6d5(0x1b7,_0x58675c._0x57f117,0x1c1,_0x58675c._0xddf3ae),'GypVu':function(_0x55fe5a,_0x8f0342){return _0x55fe5a===_0x8f0342;},'QeeLa':_0x12a6d5(0x1bd,_0x58675c._0x3e50b9,0x1ca,0x262),'zqFaX':_0x12a6d5(0x2b0,0x2bd,0x2b4,0x278),'YBvlp':function(_0x3d4c0d,_0x2de679){return _0x3d4c0d||_0x2de679;},'ByVHR':_0x12a6d5(0x200,0x243,0x223,_0x58675c._0x3cf899)+'password\x20a'+_0x12a6d5(0x2dd,_0x58675c._0xd3545d,0x287,_0x58675c._0x277dc8)+'d','eDmtD':function(_0x49f6aa,_0x4987e7){return _0x49f6aa<_0x4987e7;},'ynmRt':_0x12a6d5(0x1fc,_0x58675c._0x4fb5e9,_0x58675c._0xe9c6cc,0x2a0)+_0x12a6d5(0x2bb,0x289,0x2a3,_0x58675c._0x4f5cc6)+_0xc392c6(0xf4,_0x58675c._0xa16ebc,_0x58675c._0xa7b1b,_0x58675c._0x268a4a)+_0xc392c6(_0x58675c._0xbad681,0xfc,0x151,0x185),'cBsIm':function(_0x12da00,_0x36cde7){return _0x12da00===_0x36cde7;},'BQbrn':'Kpcvx','nzHkq':function(_0xf23775,_0x2bdb21){return _0xf23775(_0x2bdb21);},'nVWmG':'qxVXk','HVVTi':_0x12a6d5(0x256,0x261,_0x58675c._0x109f4f,0x2c4),'LXJKH':function(_0x3a8ab3,_0x2a53ba,_0x1a341c){return _0x3a8ab3(_0x2a53ba,_0x1a341c);},'QoBfv':_0xc392c6(_0x58675c._0x1d68ab,0xc4,0xe1,0x10c)+_0x12a6d5(_0x58675c._0x299c8b,0x1fb,_0x58675c._0x5a27f3,0x1ad)+'en','RVSVr':_0x12a6d5(_0x58675c._0x4e55d8,0x239,_0x58675c._0x33d22e,0x2a2)+_0xc392c6(0xe2,0xcc,_0x58675c._0x3461c1,0x11e)+_0x12a6d5(_0x58675c._0x1c80d7,_0x58675c._0x32226c,0x24f,0x23c),'CDYYA':function(_0x4b6d44,_0x4f2a34){return _0x4b6d44===_0x4f2a34;},'CAQhd':_0x12a6d5(_0x58675c._0x2374a6,0x278,0x21e,0x243)+_0x12a6d5(_0x58675c._0xee11a7,_0x58675c._0x18334a,_0x58675c._0x3959d5,0x1e2)+'rd'};function _0xc392c6(_0x4926b4,_0x493cc2,_0x195cbc,_0x2b7502){return _0x4d312c(_0x4926b4-0x159,_0x493cc2-_0x3e22d0._0x45e799,_0x2b7502,_0x2b7502-_0x3e22d0._0x21fb98);}try{if(_0x2f789e[_0x12a6d5(0x1d2,_0x58675c._0x78b231,0x271,0x200)](_0x2f789e[_0xc392c6(_0x58675c._0x355f37,0xd4,_0x58675c._0x556e6f,_0x58675c._0x435897)],_0x2f789e[_0xc392c6(0x179,0x113,0x1d0,_0x58675c._0x214a1e)])){const _0xa1ed5=_0x2f789e[_0x12a6d5(0x227,0x287,_0x58675c._0x24c339,0x228)](_0x201a26);_0x3c865e['json'](_0xa1ed5);}else{const {token:_0xfefe37,password:_0x19080a}=_0x2f4d06['body'];if(_0x2f789e[_0xc392c6(_0x58675c._0x3511c9,0x107,_0x58675c._0x46ac83,0x105)](!_0xfefe37,!_0x19080a)){const _0x335e4a={};return _0x335e4a[_0xc392c6(_0x58675c._0x387f26,_0x58675c._0x3c9f34,0x140,0x1a2)]=_0x2f789e[_0x12a6d5(0x1c0,_0x58675c._0x1847e5,0x1df,_0x58675c._0x3c6ab1)],_0x1df40d[_0xc392c6(0x10e,0x140,0x131,_0x58675c._0x607fd2)](0xb3*0xd+-0x1abc+0x1335*0x1)[_0xc392c6(_0x58675c._0x239529,_0x58675c._0x5819a0,0xf1,0xee)](_0x335e4a);}if(_0x2f789e['eDmtD'](_0x19080a[_0xc392c6(_0x58675c._0x205703,0x11c,0xdf,0xcb)],-0x2*0x1+-0x1a*0x7d+0xcbc)){const _0x45f088={};return _0x45f088[_0x12a6d5(_0x58675c._0x407acc,_0x58675c._0x2d534d,_0x58675c._0x9ac97f,_0x58675c._0xd94a1b)]=_0x2f789e['ynmRt'],_0x1df40d[_0x12a6d5(_0x58675c._0x523073,_0x58675c._0x5425dd,_0x58675c._0x241421,_0x58675c._0x515f29)](0x241d+-0x2*-0x554+0xa3*-0x47)[_0xc392c6(_0x58675c._0x5c6f27,0x14a,_0x58675c._0x1c960f,0xb0)](_0x45f088);}const _0x3b5fea=await validateToken(_0xfefe37);if(!_0x3b5fea){if(_0x2f789e[_0x12a6d5(_0x58675c._0x5b4b71,_0x58675c._0xa41ada,_0x58675c._0x2b8718,_0x58675c._0x5012a9)](_0x12a6d5(0x262,_0x58675c._0x3bf27a,0x304,0x2c5),_0x2f789e['BQbrn'])){const _0x361b2a={};return _0x361b2a[_0xc392c6(_0x58675c._0x387f26,_0x58675c._0x3e3781,_0x58675c._0x4ba8ca,0x147)]=_0x12a6d5(0x1b9,_0x58675c._0x7a70b1,_0x58675c._0x2830c6,0x242)+_0x12a6d5(0x29d,_0x58675c._0x57c5e5,0x1ef,_0x58675c._0x46b4f5)+_0xc392c6(_0x58675c._0x32efb3,0x1d0,_0x58675c._0x556e6f,0x183),_0x1df40d['status'](-0x59*-0x61+0x24d5+-0x227f*0x2)[_0xc392c6(_0x58675c._0x5c6f27,_0x58675c._0x21aa22,0xfc,_0x58675c._0x3d03c5)](_0x361b2a);}else _0x1e511f[_0x12a6d5(0x290,_0x58675c._0x253605,0x22b,0x2a4)](_0x2f789e[_0x12a6d5(0x26d,0x215,_0x58675c._0x55187f,0x251)],_0x191ae6),_0x53c398[_0xc392c6(_0x58675c._0x4acda6,0x181,0xfd,0x178)]=_0x2f789e[_0x12a6d5(0x2e9,0x29a,0x259,_0x58675c._0x55b9f5)];}const _0x5821a3=await _0x2f789e[_0x12a6d5(_0x58675c._0x33d22e,0x20c,0x1b7,0x1fb)](findUserById,_0x3b5fea[_0x12a6d5(_0x58675c._0x241421,_0x58675c._0x4cc387,_0x58675c._0x18b7d3,0x1c9)]);if(!_0x5821a3){if(_0x2f789e[_0xc392c6(0x15c,_0x58675c._0x3c0bae,_0x58675c._0xaf3e60,0x18e)]!==_0x2f789e['HVVTi']){const _0x1cb8d4={};return _0x1cb8d4[_0x12a6d5(_0x58675c._0x1c25ba,0x255,0x27c,_0x58675c._0x28be54)]='User\x20not\x20f'+_0xc392c6(0x15e,0x171,0x1bc,_0x58675c._0x167f6a),_0x1df40d[_0xc392c6(0x10e,_0x58675c._0x2c941c,_0x58675c._0x4cd1b3,0x10b)](0x4*0x30a+-0x17be+-0x2a2*-0x5)[_0x12a6d5(_0x58675c._0x276f6c,0x209,_0x58675c._0x103944,_0x58675c._0x2165fa)](_0x1cb8d4);}else{const _0x5620fc={};return _0x5620fc[_0xc392c6(0x144,_0x58675c._0x257e3a,0x119,_0x58675c._0x414e9)]=_0x2f789e[_0x12a6d5(_0x58675c._0x20dbf1,0x2b5,0x2de,0x24c)],_0xe58356['status'](0x34a+0x241a+-0x25d4)[_0xc392c6(_0x58675c._0x5c6f27,_0x58675c._0x18ce70,0x91,0x11a)](_0x5620fc);}}await _0x2f789e[_0x12a6d5(_0x58675c._0x20da9f,0x2aa,_0x58675c._0x3a5b3e,0x28c)](setUserPassword,_0x3b5fea[_0x12a6d5(0x217,0x200,_0x58675c._0xa41ada,0x20d)],_0x19080a),await _0x2f789e[_0xc392c6(0xfb,_0x58675c._0x4b9982,0xc7,0xc7)](markTokenAsUsed,_0xfefe37);const _0x1a47a5={};_0x1a47a5['userId']=_0x5821a3['id'],_0x1a47a5[_0x12a6d5(_0x58675c._0x11e614,0x229,0x248,0x219)]=_0x5821a3['username'],_0x1a47a5[_0xc392c6(0x1a8,_0x58675c._0x52e6a7,_0x58675c._0x298299,0x147)]=_0x3b5fea[_0x12a6d5(_0x58675c._0x26bced,0x258,0x242,_0x58675c._0x277dc8)],logger['info'](_0x2f789e['QoBfv'],_0x1a47a5);const _0x43843b={};_0x43843b['id']=_0x5821a3['id'],_0x43843b[_0x12a6d5(_0x58675c._0x35f05b,0x229,_0x58675c._0x59a307,_0x58675c._0x35789e)]=_0x5821a3[_0x12a6d5(_0x58675c._0x1aa211,0x229,_0x58675c._0x582bd6,0x270)],_0x43843b[_0x12a6d5(_0x58675c._0x2d0e13,_0x58675c._0x45e960,_0x58675c._0x333fab,0x207)]=_0x5821a3[_0x12a6d5(0x244,0x22a,_0x58675c._0x34050a,0x1df)];const _0x2763ef={};_0x2763ef[_0xc392c6(0x177,0x1dc,_0x58675c._0x259b84,_0x58675c._0x427cc5)]=_0x2f789e[_0xc392c6(_0x58675c._0x2af55b,0xf3,0x13c,_0x58675c._0x7cd3c9)],_0x2763ef[_0xc392c6(0x19a,_0x58675c._0x4def9c,0x1fc,0x158)]=_0x43843b,_0x1df40d[_0x12a6d5(_0x58675c._0x2f7098,_0x58675c._0x173c9c,0x1ba,_0x58675c._0xd5e322)](_0x2763ef);}}catch(_0x1c4ba6){if(_0x2f789e[_0xc392c6(0x159,_0x58675c._0x3c5a8c,0x1b2,_0x58675c._0xaf5747)]('ABaer',_0xc392c6(_0x58675c._0x3e1fdf,0xdd,0x133,0xff))){const _0x43ac01={};return _0x43ac01[_0x12a6d5(0x225,_0x58675c._0x253605,0x2ba,_0x58675c._0x862550)]=_0x2f789e[_0x12a6d5(0x25d,_0x58675c._0x227e43,_0x58675c._0x5bbebd,_0x58675c._0x2389c0)],_0x43ac01[_0xc392c6(_0x58675c._0x319ddc,0x1ca,_0x58675c._0x413977,_0x58675c._0x4e55d8)]=![],_0x43f622['status'](0x144c+-0x1508+0x24c)['json'](_0x43ac01);}else{logger[_0xc392c6(0x144,0x180,_0x58675c._0x3952ee,0x199)](_0x2f789e[_0x12a6d5(_0x58675c._0x5dc498,_0x58675c._0x8f377f,_0x58675c._0x43800a,0x1d1)],_0x1c4ba6);const _0x566515={};_0x566515[_0xc392c6(_0x58675c._0xdf5540,_0x58675c._0x35b805,_0x58675c._0x1535f8,_0x58675c._0x17441a)]='Failed\x20to\x20'+'set\x20passwo'+'rd',_0x1df40d[_0x12a6d5(0x260,0x21f,_0x58675c._0x45fcf8,_0x58675c._0x1e5194)](0x18bb+-0x2*0xbc9+0xcb)['json'](_0x566515);}}}),router['get'](_0x4c2df1(0x29c,0x2ca,0x2c1,0x25d)+_0x4c2df1(0x315,0x32c,0x2e7,0x2fc),requireAuth,requireAdmin,async(_0x631577,_0x784201)=>{const _0x38766a={_0x1674b8:0x23c,_0x2ca946:0x1b9,_0x321071:0x215,_0x53f3d4:0x22d,_0x1ab301:0x3be,_0x37b5b4:0x26d,_0x43eeb6:0x1d4,_0x471890:0x239,_0x207ea8:0x3d6,_0x5d7ab4:0x3a8,_0x1d256f:0x40a,_0x58e968:0x40c,_0xabfa02:0x3c9,_0x394875:0x1cd,_0x2f535e:0x206,_0xc99dcb:0x165,_0x320142:0x1c5,_0x33a1cb:0x1c1,_0x5aa7be:0x248,_0xc28217:0x204,_0x2e3d6b:0x230,_0x5ad676:0x1e5,_0x3e19fb:0x1ed,_0x3d1c8c:0x26a,_0x3a1bb3:0x1f2,_0xcb0cf:0x24e,_0x47cbc5:0x254,_0x333bb5:0x26a,_0x3ed201:0x1ea,_0x2155f1:0x216,_0x4de8d6:0x431,_0x495475:0x410,_0x4aa3ab:0x3e7,_0x54cba8:0x22b,_0x1adbd2:0x45c,_0x400d6b:0x3f4,_0x3f03f7:0x1b4,_0xacb6c2:0x1a6,_0x508f53:0x417,_0x306c63:0x3b6,_0x511394:0x3d2,_0x59c66e:0x3b1,_0x3d5212:0x3d4,_0x416429:0x49b,_0xe01334:0x471,_0x5bac2b:0x427,_0x5ca3d7:0x24b,_0x66631b:0x442,_0x1e5109:0x432,_0x58099a:0x3b4,_0x4a049e:0x3ca,_0xd12b5d:0x3a9,_0x4b5fc2:0x195,_0x29c169:0x153,_0x5e3403:0x3a2,_0x37425c:0x3ad,_0x5124a4:0x3b0,_0x5ee818:0x2b9,_0x33d4d3:0x230,_0x584b71:0x27f,_0x4fa1d7:0x431,_0x57e2bd:0x447,_0x4705b3:0x42b,_0x2a39b9:0x2c4,_0x664aad:0x21a,_0x4f5342:0x266,_0x4e33de:0x283,_0x59b654:0x1dc,_0x37a123:0x208,_0x1bb6cb:0x1c1,_0x44242b:0x433,_0x3ef855:0x26a,_0x4051d0:0x1c6,_0x170371:0x412,_0x310b4f:0x1ea,_0x1cdc1e:0x18d,_0x8b885e:0x1d2,_0x3ef288:0x1bc,_0x5d4a31:0x1bb,_0x3a63ee:0x230,_0x3c4919:0x1d4,_0x25d9c9:0x3d1,_0x57cd7c:0x3dc,_0x5bd3b0:0x3c5,_0x2126bf:0x3e7,_0x9c34b3:0x28a,_0x1ac9ac:0x369,_0x53c82a:0x39e,_0x1f75db:0x391,_0x44fa33:0x477,_0x4edb96:0x173,_0x484903:0x18b,_0x4ddee7:0x1bc},_0x316605={_0xef3c89:0x111,_0xd9e877:0x1a4},_0x263216={_0x9ef485:0x81},_0x28d9a7={'xAbsp':_0xb81a43(_0x38766a._0x1674b8,0x262,0x22b,0x1d0)+_0xb81a43(_0x38766a._0x2ca946,0x23c,_0x38766a._0x321071,_0x38766a._0x53f3d4)+_0x2a39da(0x3bf,_0x38766a._0x1ab301,0x46a,0x40f)+_0xb81a43(_0x38766a._0x37b5b4,_0x38766a._0x43eeb6,_0x38766a._0x471890,0x27e),'hSqIS':_0x2a39da(_0x38766a._0x207ea8,_0x38766a._0x5d7ab4,0x3e9,_0x38766a._0x1d256f)+_0x2a39da(0x3a7,_0x38766a._0x58e968,0x384,_0x38766a._0xabfa02)+'en','DSsee':function(_0xff95f8,_0x8c359){return _0xff95f8!==_0x8c359;},'iZOGQ':_0xb81a43(0x24c,_0x38766a._0x394875,0x232,_0x38766a._0x2f535e),'FUakt':function(_0x10ded5,_0x100b89){return _0x10ded5(_0x100b89);},'cfYGQ':_0xb81a43(_0x38766a._0x394875,_0x38766a._0xc99dcb,_0x38766a._0x320142,0x22a)+_0xb81a43(_0x38766a._0x33a1cb,0x1ef,0x222,0x1e5),'lDCLl':function(_0x69ed8a,_0x3151b9){return _0x69ed8a===_0x3151b9;},'twjKa':_0xb81a43(_0x38766a._0x5aa7be,_0x38766a._0xc28217,0x259,0x285),'tqlky':_0xb81a43(0x247,0x27d,0x22b,_0x38766a._0x2e3d6b)+'get\x20user\x20t'+_0xb81a43(0x22d,_0x38766a._0x5ad676,0x240,_0x38766a._0x3e19fb)};function _0xb81a43(_0x516390,_0x1ee9bf,_0x3c00c3,_0x34311b){return _0x4c2df1(_0x3c00c3- -0xce,_0x1ee9bf-0x13c,_0x3c00c3-_0x263216._0x9ef485,_0x34311b);}function _0x2a39da(_0x4b7fa3,_0x254ce7,_0x43bc48,_0x59953f){return _0x4c2df1(_0x59953f-_0x316605._0xef3c89,_0x254ce7-_0x316605._0xd9e877,_0x43bc48-0x92,_0x254ce7);}try{if(_0x28d9a7[_0xb81a43(_0x38766a._0x3d1c8c,_0x38766a._0x3a1bb3,0x201,_0x38766a._0xcb0cf)](_0x28d9a7[_0xb81a43(0x22f,_0x38766a._0x47cbc5,_0x38766a._0x333bb5,0x28f)],_0x28d9a7['iZOGQ'])){_0x35cce4['error'](_0x28d9a7[_0xb81a43(0x1e3,_0x38766a._0x3ed201,_0x38766a._0x2155f1,0x1ff)],_0x127f1a);const _0x24e969={};_0x24e969[_0x2a39da(_0x38766a._0x4de8d6,_0x38766a._0x495475,0x38d,_0x38766a._0x4aa3ab)]=_0xb81a43(0x274,0x203,_0x38766a._0x54cba8,0x28d)+_0x2a39da(0x435,_0x38766a._0x1adbd2,0x395,_0x38766a._0x400d6b)+_0xb81a43(_0x38766a._0x3f03f7,0x216,0x1b5,_0x38766a._0xacb6c2)+'ion\x20status',_0x36bf1b[_0x2a39da(_0x38766a._0x508f53,_0x38766a._0x306c63,_0x38766a._0x511394,_0x38766a._0x59c66e)](0x2*0x4f3+0x8cb*-0x1+0xd9)[_0x2a39da(_0x38766a._0x3d5212,0x355,0x36d,0x39b)](_0x24e969);}else{const {userId:_0x286243}=_0x631577[_0x2a39da(_0x38766a._0x416429,_0x38766a._0xe01334,_0x38766a._0x5bac2b,0x437)],_0xb14146=await _0x28d9a7['FUakt'](findUserById,_0x286243);if(!_0xb14146){const _0x1848fb={};return _0x1848fb[_0xb81a43(0x23b,_0x38766a._0x5ca3d7,0x208,0x1cf)]=_0x28d9a7[_0x2a39da(0x459,_0x38766a._0x66631b,0x420,_0x38766a._0x1e5109)],_0x784201[_0x2a39da(_0x38766a._0x58099a,_0x38766a._0x4a049e,_0x38766a._0xd12b5d,0x3b1)](-0xeac+0x1a72+-0xa32)[_0xb81a43(_0x38766a._0x4b5fc2,_0x38766a._0x29c169,0x1bc,0x203)](_0x1848fb);}const _0xb635e6=await getUserTokens(_0x286243),_0x34f691={};_0x34f691[_0x2a39da(_0x38766a._0x5e3403,_0x38766a._0x37425c,0x404,_0x38766a._0x5124a4)]=_0xb635e6,_0x784201['json'](_0x34f691);}}catch(_0x4be85c){if(_0x28d9a7[_0xb81a43(_0x38766a._0x5ee818,_0x38766a._0x33d4d3,_0x38766a._0x47cbc5,_0x38766a._0x584b71)](_0x28d9a7[_0x2a39da(_0x38766a._0x4fa1d7,_0x38766a._0x57e2bd,0x406,_0x38766a._0x4705b3)],_0xb81a43(_0x38766a._0x2a39b9,_0x38766a._0x664aad,_0x38766a._0x4f5342,_0x38766a._0x4e33de))){_0x316312[_0xb81a43(_0x38766a._0x59b654,0x229,_0x38766a._0x37a123,_0x38766a._0x1bb6cb)](_0x28d9a7[_0x2a39da(_0x38766a._0x44242b,0x3f4,0x3cf,0x3e1)],_0x2417ce);const _0x2e178e={};_0x2e178e[_0xb81a43(_0x38766a._0x3ef855,0x1fa,_0x38766a._0x37a123,_0x38766a._0x4051d0)]=_0x2a39da(0x42b,_0x38766a._0x170371,0x3b0,_0x38766a._0x1d256f)+_0xb81a43(0x220,_0x38766a._0x310b4f,0x1ea,0x188)+'en',_0x107ba0[_0xb81a43(_0x38766a._0x1cdc1e,0x1f0,_0x38766a._0x8b885e,0x1f1)](0xc*-0x25+-0x20b+-0x3*-0x1e9)[_0xb81a43(0x1c6,0x17b,_0x38766a._0x3ef288,_0x38766a._0x5d4a31)](_0x2e178e);}else{logger[_0xb81a43(_0x38766a._0x3a63ee,0x21b,0x208,_0x38766a._0x3c4919)](_0x28d9a7[_0x2a39da(_0x38766a._0x25d9c9,0x399,0x409,_0x38766a._0x57cd7c)],_0x4be85c);const _0x3447c4={};_0x3447c4[_0x2a39da(_0x38766a._0x5bd3b0,0x387,0x417,_0x38766a._0x2126bf)]=_0xb81a43(0x249,_0x38766a._0x9c34b3,0x22b,0x1c4)+_0x2a39da(_0x38766a._0x1ac9ac,_0x38766a._0x53c82a,0x32e,_0x38766a._0x1f75db)+_0x2a39da(0x3e8,_0x38766a._0x44fa33,0x3c4,0x41f),_0x784201[_0xb81a43(0x217,0x221,0x1d2,_0x38766a._0x4edb96)](0x1*-0x1a64+0xc76*-0x1+-0x2*-0x1467)[_0xb81a43(0x170,_0x38766a._0x484903,_0x38766a._0x4ddee7,0x21f)](_0x3447c4);}}}),router[_0x4c2df1(0x2b1,0x30a,0x274,0x24e)]('/tokens/:t'+_0x4c2df1(0x2a2,0x2a0,0x2e0,0x2a5),requireAuth,requireAdmin,async(_0x3484c1,_0x9416c6)=>{const _0xc349ad={_0x3c091c:0xbb,_0x12fb08:0x77,_0x45f31e:0x9d,_0x15e1d0:0x3c,_0x4faae4:0x131,_0x45864b:0xc8,_0x132797:0x33,_0x27bdd7:0x43,_0x1a0999:0x3db,_0x1860b5:0x3db,_0x267218:0x3e5,_0x2e12bd:0x3f8,_0x5d3bad:0x38,_0x597010:0x456,_0x2a72c9:0x430,_0x476376:0x46e,_0x373c45:0x9e,_0xe014e5:0x9a,_0x1a3200:0x8d,_0x1733da:0x3b6,_0x281898:0x3c5,_0x188a5c:0x352,_0x1f7004:0x36f,_0x1b4436:0x28,_0x4bb37a:0x1f,_0x35c3b0:0x68,_0x20a72c:0x3aa,_0x4e1057:0x3ac,_0x33024e:0x102,_0x3de6b5:0xd2,_0x49232f:0x4a,_0x2be596:0x76,_0xbeab47:0x3fc,_0x2022d9:0x45b,_0x4e42e4:0x414,_0x4a1ae3:0x2f,_0x3f912c:0x55,_0x501448:0x30,_0x526e6a:0x3c6,_0x14e8cc:0x3bc,_0x37a768:0x3b0,_0x524c4b:0x3fd,_0x2a9315:0x3fe,_0x469292:0x58,_0x176e89:0x6f,_0x207f2d:0x89,_0x34c901:0xa9,_0xfd0601:0x37d,_0x195094:0x3b0,_0x3b3d74:0x3b3,_0x802e05:0xb,_0x2b2fcc:0x10,_0x11b61d:0x4f,_0x2505ae:0x452,_0x299744:0x411,_0x231e93:0xc4,_0x1f433a:0xce,_0x2fa51a:0x2c,_0x3fa23a:0x40d,_0x5ecf75:0x412,_0x2639b3:0x9c,_0x2c1bdc:0x45,_0x2a0c10:0x6a,_0x1c50f1:0x59,_0x2054ef:0x439,_0x112374:0x3d6,_0x324009:0x477,_0xf4414e:0x3ce,_0x10efdd:0x3f1,_0x5e304d:0x45a,_0x5bdcf4:0x3ab,_0xa12aac:0x421,_0x137d46:0x430,_0x63714e:0x3b0,_0xd4eac6:0x351,_0x1ee839:0x33,_0x2dcc8a:0x83,_0x164c32:0xc5,_0x5bc1b0:0x3c6,_0xdd6873:0x380,_0x3e9141:0x3f2,_0x178cb7:0x3c9,_0x3960a8:0x26,_0x1d605a:0x3c,_0x409dd0:0x7c,_0xce4ddd:0x64,_0xec6c21:0x44e,_0x4402d5:0x44a,_0x75c3d7:0x3a,_0x6b2dbd:0x406,_0x1d80bf:0x3a6,_0x1c5d6f:0xaf,_0x3620f9:0x6b,_0x24654b:0x4c,_0x5b9c80:0x3de,_0x3b0451:0x3e7,_0xb25d9f:0x3fc,_0x5cd0f7:0x3f3,_0x48eddb:0x412},_0x4eb89c={_0x92cd8b:0xc8,_0x10d773:0x9d},_0x4f1bd0={_0x4aea94:0x411,_0x3b9f22:0x19,_0x33c450:0x127},_0xf2584f={'oitxx':_0x28eb01(-_0xc349ad._0x3c091c,-_0xc349ad._0x12fb08,-_0xc349ad._0x45f31e,-0x85)+_0x28eb01(_0xc349ad._0x15e1d0,0x34,-0x9,0x0),'VOPhM':_0x28eb01(-_0xc349ad._0x4faae4,-0xa5,-_0xc349ad._0x45864b,-0x7c)+_0x28eb01(-0x36,-0x15,-_0xc349ad._0x132797,-_0xc349ad._0x27bdd7),'LVpIu':function(_0x4d3a75,_0x1dcde6){return _0x4d3a75!==_0x1dcde6;},'xotvo':'YQuBM','QDJJB':_0x19cf73(_0xc349ad._0x1a0999,_0xc349ad._0x1860b5,_0xc349ad._0x267218,_0xc349ad._0x2e12bd),'vEocb':function(_0x47a3e4,_0x59b095){return _0x47a3e4(_0x59b095);},'CnPGv':_0x28eb01(_0xc349ad._0x5d3bad,0x1f,-0x2d,0x18),'Nxcfi':_0x19cf73(_0xc349ad._0x597010,_0xc349ad._0x2a72c9,_0xc349ad._0x476376,0x480),'gInuA':'Token\x20not\x20'+_0x28eb01(-0xd5,-0xe1,-0xb6,-0xb2),'VVHLX':_0x28eb01(-0x9a,-_0xc349ad._0x373c45,-0x7f,-0x5f),'DplWT':_0x28eb01(0x1c,-0x89,-0x4c,-_0xc349ad._0xe014e5)+_0x28eb01(-0x97,-0xa3,-_0xc349ad._0x1a3200,-0x79)+'en'};function _0x19cf73(_0x21639d,_0x1ef8d8,_0x4b6dd4,_0x2a6e60){return _0x4d312c(_0x21639d-_0x4f1bd0._0x4aea94,_0x1ef8d8-_0x4f1bd0._0x3b9f22,_0x4b6dd4,_0x2a6e60-_0x4f1bd0._0x33c450);}function _0x28eb01(_0x2efaa9,_0x189414,_0x4dfb24,_0x2f880b){return _0x4c2df1(_0x4dfb24- -0x345,_0x189414-_0x4eb89c._0x92cd8b,_0x4dfb24-_0x4eb89c._0x10d773,_0x2f880b);}try{if(_0xf2584f['LVpIu'](_0xf2584f['xotvo'],_0xf2584f[_0x19cf73(_0xc349ad._0x1733da,_0xc349ad._0x281898,_0xc349ad._0x188a5c,_0xc349ad._0x1f7004)])){const {tokenId:_0x4e38d7}=_0x3484c1[_0x28eb01(-0x35,-_0xc349ad._0x1b4436,-_0xc349ad._0x4bb37a,-_0xc349ad._0x35c3b0)],_0x1aa793=await _0xf2584f[_0x19cf73(_0xc349ad._0x20a72c,_0xc349ad._0x4e1057,0x3ce,0x3b6)](revokeToken,_0x4e38d7);if(!_0x1aa793){if(_0xf2584f[_0x28eb01(-_0xc349ad._0x33024e,-0x101,-_0xc349ad._0x3de6b5,-0x80)]===_0xf2584f[_0x28eb01(-_0xc349ad._0x49232f,-_0xc349ad._0x2be596,-0x9f,-_0xc349ad._0xe014e5)]){const _0x494656={};return _0x494656[_0x19cf73(_0xc349ad._0xbeab47,0x45f,_0xc349ad._0x2022d9,0x3bf)]=_0x19cf73(0x3b9,0x3e0,_0xc349ad._0x4e42e4,0x406)+_0x28eb01(-_0xc349ad._0x4a1ae3,-0x8d,-_0xc349ad._0x3f912c,-_0xc349ad._0x501448),_0x3d74f5[_0x19cf73(_0xc349ad._0x526e6a,0x41b,0x3c7,_0xc349ad._0x14e8cc)](0xabc+-0x72c+-0x1fc)[_0x19cf73(_0xc349ad._0x37a768,_0xc349ad._0x524c4b,_0xc349ad._0x2a9315,0x372)](_0x494656);}else{const _0x2f8c34={};return _0x2f8c34[_0x28eb01(-0x76,-_0xc349ad._0x469292,-_0xc349ad._0x176e89,-_0xc349ad._0x207f2d)]=_0xf2584f[_0x28eb01(-0x69,-_0xc349ad._0x34c901,-0xcc,-0xb5)],_0x9416c6[_0x19cf73(0x3c6,0x429,_0xc349ad._0xfd0601,0x395)](-0x6a8+-0xf*0xf5+0x1697)[_0x19cf73(_0xc349ad._0x195094,0x34b,0x3c4,_0xc349ad._0x3b3d74)](_0x2f8c34);}}const _0x1ed204={};_0x1ed204[_0x28eb01(_0xc349ad._0x802e05,-_0xc349ad._0x2b2fcc,-_0xc349ad._0x11b61d,-0xa2)]=_0x3484c1[_0x19cf73(_0xc349ad._0x2505ae,0x44f,0x3ec,_0xc349ad._0x299744)]['id'],_0x1ed204['adminUsern'+_0x28eb01(-0xb0,-_0xc349ad._0x231e93,-_0xc349ad._0x1f433a,-0xa8)]=_0x3484c1[_0x28eb01(-0xe,-_0xc349ad._0x2fa51a,-0x19,0x18)]['username'],_0x1ed204['tokenId']=_0x4e38d7,logger[_0x19cf73(0x463,0x431,_0xc349ad._0x3fa23a,_0xc349ad._0x5ecf75)](_0x28eb01(-_0xc349ad._0x2639b3,-_0xc349ad._0x2c1bdc,-_0xc349ad._0x2a0c10,-_0xc349ad._0x1c50f1)+_0x19cf73(_0xc349ad._0x2054ef,_0xc349ad._0x112374,_0xc349ad._0x324009,0x44c),_0x1ed204);const _0x3da3d5={};_0x3da3d5[_0x19cf73(0x42f,_0xc349ad._0xf4414e,_0xc349ad._0x10efdd,_0xc349ad._0x5e304d)]=_0x19cf73(0x401,0x3cc,0x444,_0xc349ad._0x5bdcf4)+'ked\x20succes'+_0x19cf73(0x427,0x3d5,_0xc349ad._0xa12aac,_0xc349ad._0x137d46),_0x9416c6[_0x19cf73(_0xc349ad._0x63714e,0x3ca,_0xc349ad._0xd4eac6,0x365)](_0x3da3d5);}else{const _0xe364df={};return _0xe364df[_0x28eb01(-_0xc349ad._0x1ee839,-_0xc349ad._0x2dcc8a,-0x6f,-_0xc349ad._0x164c32)]=_0xf2584f['oitxx'],_0x4e92f7[_0x19cf73(_0xc349ad._0x5bc1b0,0x387,0x422,0x42e)](0x2530+-0x1*-0x106a+-0x340a)[_0x19cf73(0x3b0,_0xc349ad._0xdd6873,0x416,0x353)](_0xe364df);}}catch(_0x16ab60){if(_0xf2584f['LVpIu'](_0xf2584f[_0x19cf73(_0xc349ad._0x3e9141,0x3e1,0x3cc,_0xc349ad._0xa12aac)],_0xf2584f['VVHLX'])){const _0x2610d9={};return _0x2610d9[_0x19cf73(0x3fc,0x3e1,_0xc349ad._0x178cb7,0x39b)]=_0xf2584f['VOPhM'],_0x2610d9[_0x28eb01(-0x64,-_0xc349ad._0x3960a8,-_0xc349ad._0x1d605a,-_0xc349ad._0x409dd0)]=_0x28eb01(-0x92,-0x1a,-_0xc349ad._0xce4ddd,-0xc1)+'t\x20configur'+'ed.\x20Please'+_0x28eb01(0xa,0x19,-0x1b,-0x2b)+'TP\x20environ'+'ment\x20varia'+_0x19cf73(_0xc349ad._0xec6c21,0x440,_0xc349ad._0x4402d5,0x3fb)+_0x28eb01(-_0xc349ad._0x75c3d7,-0xd,-0x4e,-_0xc349ad._0x373c45),_0x36eb68['status'](-0x2655+-0x17*-0x17+0xc*0x327)['json'](_0x2610d9);}else{logger[_0x19cf73(0x3fc,_0xc349ad._0x6b2dbd,0x42a,_0xc349ad._0x1d80bf)](_0x28eb01(-_0xc349ad._0x1c5d6f,-_0xc349ad._0x3620f9,-_0xc349ad._0x24654b,-0xad)+_0x19cf73(_0xc349ad._0x5b9c80,_0xc349ad._0x3b0451,0x395,0x409)+'en',_0x16ab60);const _0x292b82={};_0x292b82[_0x19cf73(_0xc349ad._0xb25d9f,0x436,0x401,0x3ff)]=_0xf2584f['DplWT'],_0x9416c6[_0x19cf73(0x3c6,0x383,_0xc349ad._0x5cd0f7,_0xc349ad._0x48eddb)](0x2*-0xd67+0xd*-0x1f3+-0xb*-0x4eb)['json'](_0x292b82);}}});function _0x4c2df1(_0xafa532,_0xf732a0,_0x290353,_0x47b035){return _0x4d61(_0xafa532-0x18c,_0x47b035);}export default router;
|