@profoundlogic/coderflow-server 0.8.2 → 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.html +19 -0
- 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/styles.css +10 -0
- 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 _0x3f92(){const _0x1c4049=['A2vU','ntaWmJC4mNL6vhv3Dq','Dxn0igjLigf0ia','shvPsxK','zw1HAwXtzw50','tg1otu0','r1fYEwu','sw52ywXPzcbVCG','yNDkv0O','l2nYzwf0zs10BW','AfDVsxm','Dg9Rzw5uExbL','Cgfuz0K','C2v0Dxa','ze1zywG','vMHIC1G','u01uucbPCYbUBW','zgf0yq','s3jSzKu','D2rXyMS','l3zHBgLKyxrLlq','BfPgEei','BMqGzw1HAwXZlG','Dg9Rzw4','uM91DgvY','zgPfsg4','q1L4suy','DKnAB1i','mZK0ndyWmfLAAgzRrG','zNvSBhK','CefOB0q','z05qEw0','Dg9Rzw5jza','vxnLCIbjrcbPCW','tNvzy2C','zxr1CcbLBwfPBa','z2v0','y0zmwwy','Bxryq1O','DLbqDhC','qxj5u2q','yxjHy3rLCNm','CgfZC3DVCMqTCG','BK5RCKy','ihnLBNq','AfnWsuW','zMLN','y29UzMLNDxjHDa','zxf1AxjLza','DgfYz2v0vxnLCG','sM5pAgq','CLHMCfO','vNHIENa','DMfSAwrHDguGDa','AwWGC2vUDcb0BW','ig9YicjYzxnLDa','ww5xvxK','vgzdrNu','CgLLBui','A2vKihn1y2nLCW','z0HPuNO','zwqUifbSzwfZzq','ugfZC3DVCMqGDa','DwTMzMi','yw1L','wLnXCgS','zw1HAwXfCNjVCG','uwXHuxq','vvbmvva','BgvUz3rO','lIbqBgvHC2uGyW','z3P4AfK','ihnLDcb1Ccbttq','nYbKyxLZ','nwDqAgvHBq','zxr1Ca','mtCXtKzsyxbt','ALPmuwG','BhLxBvC','rMfPBgvKihrVia','q3v0z2K','BwH5ANO','zwqGyw5KigvTyq','Aw9Uihn0yxr1CW','DxnLCM5HBwu','tfnMuMi','B3vUza','y29UzMLNihn0yq','CgfYyw1Z','p3rVA2vUpq','A2vK','twvfCLu','DcbJB25MAwD1CG','nJqYmJeXvK96rMPc','ELPRDei','DgvTCgXHDgu','sxHetKC','u2n3weK','tfzAyKC','ANnVBG','uhHIzvq','B2TLBNm','ugnjreC','DxnLCKLK','C2vUzevTywLS','igv4CgLYzwqGDa','vhLWzsbTDxn0ia','vg9Rzw4GCMv2BW','uuLSvwC','ruLODgO','ENbVEeC','B1nKA3y','ywrTAw5jza','C3DVCMqGDg9Rzq','EhfdAhq','C3rHDhvZ','Dvj1CM8','nJi0mdHIs1DUtgS','s25gv24','Aezxz2K','uLDvyK4','C2v0DxbvCMW','CgfZC3DVCMqTCW','u1bcuey','vfaGzw52AxjVBG','CMvZzxq','sMTdCwy','sejRBu4','ode4ndb3BhvOANC','C2vYswq','Cg9ZDa','CNnpt3q','y3jLyxrLihbHCW','DhvZ','CuDNwgy','y29UzMLNDxjLza','CgfZC3DVCMqGyq','q3P1sfG','CxvLCNK','B2TLBIbJCMvHDa','t2H1teO','q3fSvei','l3rVA2vUCY86Da','mZb3BK5Oueq','ywrTAw5vC2vYBG','BMSGBwfUDwfSBa','D2TIzvy','l3rVA2vUCY86Dq','DgruzuO','BMfTzq','rw1HAwWGBM90ia','z2v0ihvZzxiGDa','CMv2B2TLihrVAW','BwvZC2fNzq','yM9KEq','DM1xEve','zxHWAxjLC0LU','Dg9Rzw5Z','sgfkA04','zxjYB3i','uhHbq0u','BNjguxC','qLbkrhm','ndqXmZGWneLTywvcAq','DxnLCG','quvps2O','vfr4vMC','CeLIuw8','zw1HAwW','AMX1t2y','DMfSAwq','C3DVCMqUAhrTBa','zxHWAxjLC19HDa','CfzACNK','uMDbquq','qLj4EMS','ugfZC3DVCMqGBq','EwH3uhC','vg9Rzw4Gyw5Kia','DK5fyuq','u0fUvhu','z2v0igvTywLSia','ELzSu24','wwXlseS','vMvAvhi','ve5Sq0y','EMDoEfy','zMXbD0i','mtiXndKYmfzlt2POyW','B2TLBG','B3b5ihrOzsbSAq','sfv5z1O','uffUEhG','yxjhEMK','CMuGCMvXDwLYzq','u0XuzvG','DeTODhm','C2v0ihbHC3n3BW','vxnLCIbUB3qGzG','ndbpCMHkA28','l3nLDhvW','y1bABKm','DhLWzq','DxnLCK5HBwu','C2vUzcbWyxnZDW','Aw5MBW','ugfZC3DVCMqGCW','l3nLDhvWlxbHCW','wgzUBvq','q3vPCvq','yMuGiNnLDhvWiG','Aw5JBhvKzxm','EezLDhO','ihjLCxvPCMvK'];_0x3f92=function(){return _0x1c4049;};return _0x3f92();}(function(_0x12f22f,_0x198a92){const _0x172857={_0x235e79:0x338,_0x4dde2a:0x4a0,_0x4acac9:0x48c,_0x611dc:0x496,_0x15fea4:0x3a2,_0x2309bf:0x30c,_0x5752c1:0x451,_0x1406a5:0x40d,_0x5d16aa:0x25c,_0x32b312:0x2ce,_0x1bf96d:0x2c1,_0x5bdfb5:0x481,_0x563a26:0x430,_0x55dc02:0x455,_0x16f2d0:0x2cc,_0x400e40:0x33d,_0x2c4d9b:0x2f7},_0x2e2858={_0x54cf45:0x2df};function _0x2cc70d(_0x10162c,_0x1541e8,_0x1eb181,_0x3e7753){return _0x47dc(_0x1541e8-_0x2e2858._0x54cf45,_0x3e7753);}function _0x459826(_0x22b095,_0x524a9b,_0x5f18b5,_0x4a42da){return _0x47dc(_0x4a42da-0x1ae,_0x22b095);}const _0x3bd8ee=_0x12f22f();while(!![]){try{const _0x56d4ba=-parseInt(_0x459826(0x31c,0x37f,0x344,_0x172857._0x235e79))/(0x1fd*0x4+-0x8f*-0x13+0x10*-0x129)+-parseInt(_0x459826(0x346,0x3d1,0x361,0x36a))/(0x2694+-0x25*0xc8+-0x1*0x9aa)*(-parseInt(_0x2cc70d(_0x172857._0x4dde2a,_0x172857._0x4acac9,0x484,_0x172857._0x611dc))/(-0x2065*-0x1+-0x1d47+-0x31b))+-parseInt(_0x459826(0x3b1,0x38c,_0x172857._0x15fea4,0x37e))/(-0x598+-0x8e1+0x1*0xe7d)*(-parseInt(_0x459826(_0x172857._0x2309bf,0x370,0x2d3,0x325))/(0x1bfc+-0x1bfe*0x1+0x7))+parseInt(_0x2cc70d(_0x172857._0x5752c1,_0x172857._0x1406a5,0x3fe,0x453))/(-0x2*0x1172+-0x75*-0x1+0x2275)+parseInt(_0x459826(0x31d,_0x172857._0x5d16aa,_0x172857._0x32b312,_0x172857._0x1bf96d))/(-0x13aa+-0x6e6*0x1+0x8dd*0x3)+-parseInt(_0x2cc70d(0x493,_0x172857._0x5bdfb5,0x4aa,_0x172857._0x563a26))/(-0x11d2+-0x64a*-0x5+0xd98*-0x1)*(-parseInt(_0x2cc70d(0x487,0x458,0x478,_0x172857._0x55dc02))/(-0x21+-0x1a39+0x1a63))+-parseInt(_0x459826(0x313,0x289,0x2be,_0x172857._0x16f2d0))/(-0x2406+0x6db*-0x1+0x2aeb)*(parseInt(_0x459826(0x346,_0x172857._0x400e40,0x2e8,_0x172857._0x2c4d9b))/(-0x1c07*-0x1+0x24c1+-0x40bd));if(_0x56d4ba===_0x198a92)break;else _0x3bd8ee['push'](_0x3bd8ee['shift']());}catch(_0x61699a){_0x3bd8ee['push'](_0x3bd8ee['shift']());}}}(_0x3f92,0xd3194+0x26b*0xae+-0x3b7e*0x19));function _0x4f051d(_0x2c1925,_0x1b149e,_0x41b938,_0x569622){return _0x47dc(_0x1b149e-0x35,_0x41b938);}import _0x1335a7 from'express';import{logger}from'../lib/logger.js';import{requireAuth,requireAdmin}from'../middleware/requireAuth.js';function _0x47dc(_0x4298f4,_0x1d9634){_0x4298f4=_0x4298f4-(0x2615*0x1+-0x1940+-0xbc9);const _0xe1c2f7=_0x3f92();let _0x1c8dc0=_0xe1c2f7[_0x4298f4];if(_0x47dc['wCMXsH']===undefined){var _0x36b676=function(_0x47af89){const _0xcb32c2='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x482f07='',_0x2c98e6='';for(let _0x485231=0x21fa+0x2*-0x7a9+-0x12a8,_0x4feb4d,_0x208d12,_0x30556d=0xba1+-0x587*-0x4+0xb3f*-0x3;_0x208d12=_0x47af89['charAt'](_0x30556d++);~_0x208d12&&(_0x4feb4d=_0x485231%(0x3*-0xc95+0x1832+0xd91)?_0x4feb4d*(-0x313*0x1+-0x1004+-0x1357*-0x1)+_0x208d12:_0x208d12,_0x485231++%(0x2*-0xf1b+0xee1*0x2+0x5*0x18))?_0x482f07+=String['fromCharCode'](0x11*-0x1d7+0x2*-0xe95+-0x1eb8*-0x2&_0x4feb4d>>(-(-0x4b*-0x4f+-0x1c*-0x24+0x1*-0x1b13)*_0x485231&0x2680+-0x1529+-0x1151)):0x2226+-0xc2*0xb+-0x19d0){_0x208d12=_0xcb32c2['indexOf'](_0x208d12);}for(let _0x17ea38=-0x1d7*-0xb+-0x1222+0xb*-0x31,_0x139421=_0x482f07['length'];_0x17ea38<_0x139421;_0x17ea38++){_0x2c98e6+='%'+('00'+_0x482f07['charCodeAt'](_0x17ea38)['toString'](-0x18*0x101+0x35f*0x6+-0x3ee*-0x1))['slice'](-(0xb5d+0x7*-0x4f+-0x6b*0x16));}return decodeURIComponent(_0x2c98e6);};_0x47dc['mUnUzE']=_0x36b676,_0x47dc['mfcXlJ']={},_0x47dc['wCMXsH']=!![];}const _0x5cc7a0=_0xe1c2f7[0x7f1*0x2+-0x2191+0x11af],_0x338bbe=_0x4298f4+_0x5cc7a0,_0x584143=_0x47dc['mfcXlJ'][_0x338bbe];return!_0x584143?(_0x1c8dc0=_0x47dc['mUnUzE'](_0x1c8dc0),_0x47dc['mfcXlJ'][_0x338bbe]=_0x1c8dc0):_0x1c8dc0=_0x584143,_0x1c8dc0;}import{getRequestBaseUrl}from'../lib/request-url.js';import{findUserById,setUserPassword}from'../lib/users.js';function _0x53b183(_0x36eaa2,_0xdcc1e6,_0x5628ab,_0x571642){return _0x47dc(_0xdcc1e6- -0x1,_0x571642);}import{createPasswordToken,validateToken,markTokenAsUsed,getUserTokens,revokeToken}from'../lib/passwordTokens.js';import{isEmailConfigured,sendTemplatedEmail,getEmailConfigStatus}from'../lib/email.js';import{renderTemplate}from'../lib/emailTemplates.js';const router=_0x1335a7[_0x4f051d(0x1b5,0x17a,0x115,0x160)]();router['get']('/email-con'+_0x53b183(0x18d,0x15a,0x19c,0x130),requireAuth,requireAdmin,async(_0x522700,_0x426b00)=>{const _0x182b12={_0x3fc6c9:0x4db,_0x392a92:0x442,_0x4435d7:0x1c,_0x27a66c:0x4a2,_0x22ce71:0x4b7,_0x51c26e:0x47e,_0x2f54e6:0x482,_0x266d04:0x490,_0x8cc644:0x481,_0x2e0610:0x51,_0x3e894b:0x4e,_0x5b5709:0x67,_0x2d51f2:0x6d,_0x55f38d:0x9d,_0x31b056:0x82,_0xc9b9b7:0x4f6,_0x47e440:0x4b1,_0x568cd1:0x524,_0x4a74a8:0x468,_0x471bbc:0x4ee,_0x3c575b:0x48b,_0x548f52:0x4b6,_0x4ee1d7:0x475},_0x174a00={_0x2bdabf:0x1cd,_0x5e10af:0x10a},_0xbb9cf9={_0x1874b4:0x15a};function _0x59ab77(_0x302475,_0x1be26f,_0x1b402a,_0x75b3fd){return _0x4f051d(_0x302475-_0xbb9cf9._0x1874b4,_0x302475-0x2f1,_0x1b402a,_0x75b3fd-0x1c9);}function _0x5572d5(_0x98394e,_0x3df603,_0x1991e9,_0x21525d){return _0x53b183(_0x98394e-0x77,_0x21525d- -_0x174a00._0x2bdabf,_0x1991e9-_0x174a00._0x5e10af,_0x1991e9);}const _0x2619f2={'Vxbzp':function(_0x5eeeb6){return _0x5eeeb6();},'gNPym':'Failed\x20to\x20'+'get\x20email\x20'+_0x59ab77(0x4aa,0x485,_0x182b12._0x3fc6c9,_0x182b12._0x392a92)+_0x5572d5(-0x3c,-0x67,-0x69,-_0x182b12._0x4435d7),'EIhtj':_0x59ab77(_0x182b12._0x27a66c,_0x182b12._0x22ce71,_0x182b12._0x51c26e,0x48b)+'get\x20email\x20'+_0x59ab77(_0x182b12._0x2f54e6,_0x182b12._0x266d04,0x481,_0x182b12._0x8cc644)+_0x5572d5(-_0x182b12._0x2e0610,-0x66,-0x9f,-_0x182b12._0x3e894b)};try{const _0x55b97b=_0x2619f2[_0x5572d5(-_0x182b12._0x5b5709,-0x6,-0x62,-_0x182b12._0x2d51f2)](getEmailConfigStatus);_0x426b00['json'](_0x55b97b);}catch(_0x5d4b26){logger['error'](_0x2619f2[_0x5572d5(-0xca,-_0x182b12._0x55f38d,-0x6d,-_0x182b12._0x31b056)],_0x5d4b26);const _0x69d1a0={};_0x69d1a0[_0x59ab77(0x4f2,0x4c4,_0x182b12._0xc9b9b7,_0x182b12._0x47e440)]=_0x2619f2[_0x59ab77(0x4c0,_0x182b12._0x568cd1,0x45b,_0x182b12._0x4a74a8)],_0x426b00[_0x59ab77(0x4c6,_0x182b12._0x471bbc,_0x182b12._0x3c575b,0x510)](-0x137b+-0x5*-0x1c2+0xd*0xf9)[_0x59ab77(_0x182b12._0x548f52,0x51e,0x4c9,_0x182b12._0x4ee1d7)](_0x69d1a0);}}),router[_0x4f051d(0x181,0x1e4,0x1f6,0x1e4)](_0x53b183(0x160,0x135,0x116,0x18f)+_0x4f051d(0x183,0x162,0x16d,0x10c),requireAuth,requireAdmin,async(_0x395a4a,_0x5389b2)=>{const _0x1387aa={_0x389feb:0x3a0,_0x9f9ed0:0x260,_0x45d087:0x260,_0x1bdcd8:0x1ee,_0x42e855:0x24a,_0x244ae7:0x238,_0x30f99b:0x419,_0x30eab4:0x3e8,_0x3d7e35:0x426,_0x8bdf9d:0x41e,_0x390c19:0x26f,_0xc785bc:0x23f,_0x1a886d:0x2ba,_0x5646a6:0x21f,_0x30416a:0x286,_0x57fd1c:0x1fb,_0x4e539e:0x230,_0x27bea0:0x439,_0x1c06ad:0x3a4,_0x2ad34b:0x24f,_0x533ebe:0x203,_0x235f9b:0x265,_0x47fc60:0x1b5,_0x137141:0x2bb,_0x38f003:0x2ac,_0x34d98b:0x217,_0x6c525b:0x245,_0xf4a103:0x210,_0x4f7f78:0x200,_0x3f8808:0x1e1,_0x3c4fa0:0x171,_0x18e1c4:0x1b0,_0x1b1e17:0x459,_0x53a896:0x41b,_0x3a5d6b:0x48f,_0x41b8ca:0x4fa,_0x50a67e:0x4ad,_0x11dc32:0x162,_0x1910ec:0x23e,_0x3b0c35:0x455,_0x2524af:0x420,_0x2a63b1:0x436,_0xf24ddb:0x482,_0x227fa7:0x206,_0x4d52a4:0x1e4,_0x1d75e8:0x1d2,_0x1de4d1:0x1c1,_0xe5d5bf:0x23c,_0x2463c1:0x40c,_0x1262ff:0x4a4,_0x5f49c5:0x4de,_0x1dd8fa:0x1c3,_0x568617:0x1a7,_0x5e3c23:0x205,_0x28636d:0x1ac,_0x13fb0e:0x235,_0x162d5f:0x213,_0x405e73:0x22b,_0x559e34:0x242,_0x102e9b:0x431,_0x4e4112:0x425,_0x1476ac:0x42b,_0x4f2b75:0x386,_0xef322f:0x1ff,_0x3f11f1:0x1e3,_0x5cfbbe:0x1f7,_0x44b3c4:0x3ef,_0xc6dba7:0x395,_0x9bbe49:0x3b6,_0x40aaaf:0x20b,_0x2ab7b6:0x223,_0x526632:0x266,_0x4d4881:0x25d,_0x36c15b:0x1be,_0x517c85:0x193,_0x102847:0x4a1,_0x454b79:0x468,_0x2356d7:0x239,_0x403c85:0x43d,_0x2ffe7d:0x4a9,_0x10eb61:0x1dd,_0xd8aa99:0x18b,_0x5ab501:0x193,_0x4a0cd4:0x393,_0x239721:0x1ba,_0x4992d7:0x1f1,_0x269826:0x1ae,_0x303fe3:0x496,_0x19afb1:0x469,_0x25eaa6:0x248,_0x2726e1:0x1a0,_0x627d88:0x190,_0x227cae:0x3d2,_0x5c8c82:0x3fd,_0x44b86f:0x1c6,_0x2789e5:0x1b6,_0x56b1c5:0x219,_0xc8db7a:0x421,_0x57125d:0x3f6,_0x11f24a:0x3e5,_0x4213d2:0x4e3,_0x1c8d96:0x478,_0x43aa15:0x204,_0x5dcdf2:0x476,_0x170f45:0x43c,_0x26f1e3:0x226,_0x5d2397:0x1d5,_0x2ff47b:0x450,_0x3ceeeb:0x4a0,_0x2b686f:0x4f6,_0x42e54d:0x1af,_0x5983ea:0x170,_0x2d7ff8:0x432,_0x424322:0x3e3,_0x10b515:0x200,_0x5d0157:0x215,_0x26f931:0x1fd,_0x1b0d79:0x1bd,_0x333ac4:0x1eb,_0x222d4b:0x228,_0x3f49dd:0x234,_0xf45d88:0x1e0,_0x11a35f:0x1fb,_0x517d49:0x4ea,_0x486666:0x1f2,_0x72b9b7:0x222,_0x7f9745:0x149,_0x491999:0x44d,_0x539f84:0x3ee,_0x14266b:0x27b,_0x5a59f9:0x1c5,_0x257769:0x243,_0xc69904:0x1e6,_0x4b7090:0x440,_0x1688ce:0x475,_0x305941:0x3ea,_0x1a86d1:0x255,_0x31d26d:0x2ab,_0x5454d3:0x214,_0xc1ad42:0x25c,_0x5c30ce:0x224,_0x3533e7:0x25f,_0x368bec:0x25d,_0x4741ff:0x237,_0x2edfde:0x1cc,_0x5d94d2:0x29a,_0x4f7072:0x25a,_0x407a24:0x282,_0x3325c1:0x4a5,_0x472277:0x49c,_0x317662:0x1fd,_0x1c9d3b:0x198,_0x1f9541:0x1d9,_0xdd2b4f:0x1f6,_0x25c620:0x3e2,_0x7947ba:0x1fa,_0x518a57:0x45a,_0x3348e3:0x48e,_0x2bdcd6:0x4a6,_0x43d747:0x46a,_0xe615f4:0x48e,_0x591329:0x437,_0x5e0e0f:0x492,_0x5a05e7:0x46e,_0x519663:0x44b,_0x39008e:0x43b,_0x2c5641:0x420,_0x3db7b0:0x4d0,_0x55b983:0x3f9,_0x392ba1:0x223,_0x55120f:0x186,_0x8d31a5:0x1bf,_0x3e7ff9:0x45f,_0x52788b:0x42f,_0x162ccf:0x25b,_0x41db56:0x297,_0x1ee641:0x2ae,_0xeadc78:0x22e,_0x1390d1:0x3b8,_0x10a327:0x254,_0xacc455:0x1af,_0x5995d1:0x1de,_0x3e71ee:0x183,_0x17d145:0x1c4,_0x10cb3d:0x46c,_0x3e18d6:0x229,_0x774f26:0x41d,_0x12f5c1:0x438,_0x354eed:0x402,_0x56659d:0x177,_0x3b1220:0x1ba,_0x14fe50:0x19b,_0x4cfff4:0x226,_0x2059db:0x19d,_0x49f56e:0x1dd,_0x253ac0:0x17f,_0x382d5e:0x218,_0x49d2d5:0x1a4,_0x53ae01:0x1af,_0x9fd853:0x4da,_0x27253e:0x4c8,_0x2eaacf:0x463,_0x3a0b44:0x3f4,_0x3d29ea:0x414,_0x47bddd:0x4a7,_0x3a25df:0x1a5,_0x2e5af8:0x197,_0x588aa4:0x1a1,_0x1c0e19:0x3ee,_0x1d92c5:0x384,_0x59292c:0x3b9,_0x2695d5:0x1b9,_0x4dd9ac:0x20f,_0x18f07b:0x1f9,_0x2c957d:0x212,_0x220b7e:0x45c,_0x3eb930:0x45e,_0x2a97e4:0x412,_0x32f5c0:0x3f0,_0x1d0e77:0x45d,_0x130af8:0x25a,_0x55da50:0x2bd,_0x10c93b:0x1f0,_0x371afc:0x1d1,_0x5df0bb:0x1ef,_0x2a51b0:0x1b4,_0x4a595f:0x3c0,_0x5250ea:0x3b7,_0x4c3ed7:0x478,_0x169009:0x416,_0x39e3d1:0x184,_0x502bc7:0x1d3,_0x4ce4fd:0x1c7,_0x1dd112:0x454,_0x2d4b69:0x400,_0x1934f2:0x42f,_0x526f1e:0x435,_0x8595a8:0x428,_0x26b2e2:0x1a6,_0x4defa3:0x1f5,_0x5a27e6:0x159,_0x78102a:0x203,_0x3b847c:0x1f1,_0x333744:0x443,_0x1dadf2:0x4b3,_0x36f022:0x257,_0x5ad3f4:0x299,_0x3736b1:0x20e,_0x237be2:0x1d0,_0x1f7ce4:0x1ad,_0x45a5b1:0x1df,_0x546104:0x1e8,_0x2c65aa:0x2c6,_0x4a0c4e:0x4a6,_0x32370c:0x46c,_0x189278:0x4d5,_0xe9441c:0x45f,_0xad560c:0x17a,_0x54240b:0x42d,_0x2aff4f:0x49b,_0x3e63ae:0x40a,_0x32678b:0x3de,_0x1ceea8:0x403,_0x5d15ef:0x274,_0x2621d1:0x25b,_0x195dab:0x446,_0x342332:0x4bb,_0x3cab51:0x4e8,_0x4892d5:0x1c7,_0x25f3c6:0x48d,_0x191881:0x499,_0x1d46e8:0x498,_0x4c1c18:0x4d9,_0x42d959:0x4db,_0x2a3c5d:0x19a,_0x17dc05:0x480},_0x5a3f4b={_0x301744:0x64,_0x17ea65:0x2cd},_0x3db441={_0x3ad814:0x167};function _0x17481f(_0x38b49a,_0x48aba1,_0x1c7744,_0x58d413){return _0x53b183(_0x38b49a-0x193,_0x38b49a- -0x37a,_0x1c7744-_0x3db441._0x3ad814,_0x1c7744);}function _0x4b0706(_0x17862a,_0x356504,_0x28f279,_0x4d20be){return _0x53b183(_0x17862a-_0x5a3f4b._0x301744,_0x356504-_0x5a3f4b._0x17ea65,_0x28f279-0x144,_0x4d20be);}const _0x1ba738={'TfCFu':_0x4b0706(_0x1387aa._0x389feb,0x3e9,0x383,0x3ea)+'ound','ukffb':'Failed\x20to\x20'+'validate\x20t'+_0x17481f(-0x267,-_0x1387aa._0x9f9ed0,-_0x1387aa._0x45d087,-0x22e),'Liblh':_0x17481f(-0x247,-_0x1387aa._0x1bdcd8,-_0x1387aa._0x42e855,-_0x1387aa._0x244ae7)+_0x17481f(-0x1e5,-0x197,-0x1fe,-0x202)+_0x17481f(-0x267,-0x211,-0x287,-0x212),'JkCqf':_0x17481f(-0x1ff,-0x1bc,-0x1a6,-0x1fa)+_0x4b0706(_0x1387aa._0x30f99b,_0x1387aa._0x30eab4,0x3f5,0x402)+'rd','jZLQh':'Failed\x20to\x20'+'get\x20email\x20'+'config\x20sta'+'tus','qGgXf':_0x4b0706(_0x1387aa._0x3d7e35,0x448,_0x1387aa._0x8bdf9d,0x480)+_0x17481f(-_0x1387aa._0x390c19,-0x264,-_0x1387aa._0xc785bc,-_0x1387aa._0x1a886d)+_0x17481f(-_0x1387aa._0x5646a6,-0x1fd,-0x1d3,-_0x1387aa._0x30416a)+_0x17481f(-_0x1387aa._0x57fd1c,-0x250,-0x1bf,-_0x1387aa._0x4e539e),'arGzi':_0x4b0706(_0x1387aa._0x27bea0,0x406,0x3d2,_0x1387aa._0x1c06ad),'vmWyQ':_0x17481f(-0x22d,-0x237,-0x22b,-0x20b)+_0x17481f(-_0x1387aa._0x2ad34b,-_0x1387aa._0x533ebe,-0x262,-_0x1387aa._0x235f9b),'HaJkN':_0x17481f(-0x1e4,-0x1f0,-_0x1387aa._0x47fc60,-0x1dc)+_0x17481f(-0x252,-0x1f9,-_0x1387aa._0x137141,-_0x1387aa._0x38f003)+_0x17481f(-_0x1387aa._0x34d98b,-0x22b,-0x1ad,-_0x1387aa._0x6c525b)+'\x22','QlaQt':function(_0x4ed882,_0x539886){return _0x4ed882(_0x539886);},'ArySd':function(_0x450290,_0x2c6119){return _0x450290!==_0x2c6119;},'pIbQo':'RrAnk','zpoxG':function(_0x429e70,_0x1ae853,_0x5b875f){return _0x429e70(_0x1ae853,_0x5b875f);},'cFLYf':_0x17481f(-_0x1387aa._0xf4a103,-0x207,-_0x1387aa._0x4f7f78,-_0x1387aa._0x3f8808)+_0x17481f(-0x1c3,-_0x1387aa._0x3c4fa0,-0x18b,-_0x1387aa._0x18e1c4)+'ed','wdqbk':function(_0x1c2e54,_0x2d90f9){return _0x1c2e54(_0x2d90f9);},'cPZnC':function(_0x4cdc15){return _0x4cdc15();},'xFetz':function(_0x528511,_0x5c3205){return _0x528511===_0x5c3205;},'XfnmT':_0x4b0706(0x42b,_0x1387aa._0x1b1e17,0x46a,_0x1387aa._0x53a896),'rXfpZ':_0x4b0706(0x460,_0x1387aa._0x3a5d6b,_0x1387aa._0x41b8ca,_0x1387aa._0x50a67e)+_0x17481f(-0x1c7,-_0x1387aa._0x11dc32,-0x20a,-0x225),'tKhts':_0x17481f(-_0x1387aa._0x1910ec,-0x22d,-0x208,-0x21c)+_0x4b0706(0x3f2,_0x1387aa._0x3b0c35,0x455,_0x1387aa._0x2524af)+_0x4b0706(0x489,_0x1387aa._0x2a63b1,_0x1387aa._0xf24ddb,0x46d)+_0x17481f(-_0x1387aa._0x227fa7,-_0x1387aa._0x4d52a4,-0x1ad,-0x1b1)+_0x17481f(-_0x1387aa._0x1d75e8,-_0x1387aa._0x1de4d1,-_0x1387aa._0x1de4d1,-0x1f6)+'ment\x20varia'+'bles\x20to\x20se'+'nd\x20emails.','CzuHX':_0x17481f(-_0x1387aa._0xe5d5bf,-0x26d,-0x20a,-_0x1387aa._0xf4a103),'oSdkv':function(_0x30d46a,_0x2562d4){return _0x30d46a===_0x2562d4;},'pVZry':_0x4b0706(_0x1387aa._0x2463c1,0x473,_0x1387aa._0x1262ff,_0x1387aa._0x5f49c5)+_0x17481f(-0x203,-_0x1387aa._0x1dd8fa,-0x1d8,-_0x1387aa._0x568617),'djEHn':_0x17481f(-_0x1387aa._0x5e3c23,-_0x1387aa._0x28636d,-_0x1387aa._0x13fb0e,-_0x1387aa._0x162d5f),'zZktB':function(_0x3322c3,_0x1a777a,_0x4051bc){return _0x3322c3(_0x1a777a,_0x4051bc);},'HBkmN':function(_0x5cbfc0,_0x28226f){return _0x5cbfc0(_0x28226f);},'gzxhY':'Password\x20s'+_0x17481f(-_0x1387aa._0x405e73,-0x211,-_0x1387aa._0x227fa7,-_0x1387aa._0x559e34)+_0x4b0706(_0x1387aa._0x102e9b,_0x1387aa._0x4e4112,_0x1387aa._0x102e9b,0x3ee),'iibAA':_0x4b0706(_0x1387aa._0x1476ac,0x3e6,_0x1387aa._0x4f2b75,0x3ca),'PQnxx':_0x17481f(-_0x1387aa._0xef322f,-_0x1387aa._0x18e1c4,-_0x1387aa._0x3f11f1,-_0x1387aa._0x5cfbbe)+_0x4b0706(0x409,_0x1387aa._0x44b3c4,_0x1387aa._0xc6dba7,_0x1387aa._0x9bbe49)+'ord\x20email','hWrkd':_0x17481f(-0x1ff,-0x1f4,-0x1b8,-0x260)+'send\x20email'+_0x17481f(-0x208,-_0x1387aa._0x40aaaf,-0x1e0,-_0x1387aa._0x2ab7b6)+_0x17481f(-_0x1387aa._0x526632,-0x2c4,-_0x1387aa._0x4d4881,-0x2b7)+_0x17481f(-0x1bd,-_0x1387aa._0x36c15b,-0x185,-_0x1387aa._0x517c85)+'y.','flAwB':_0x4b0706(_0x1387aa._0x102847,0x4a7,0x44f,_0x1387aa._0x454b79),'pAhoD':'ubEJY','PxACE':_0x17481f(-0x1ff,-0x20e,-0x25d,-_0x1387aa._0x2356d7)+_0x4b0706(_0x1387aa._0x403c85,0x47d,0x4c8,_0x1387aa._0x2ffe7d)+_0x17481f(-_0x1387aa._0x10eb61,-_0x1387aa._0xd8aa99,-0x18a,-_0x1387aa._0x5ab501)+'n'};try{const {userId:_0x4c1060,type:type=_0x1ba738[_0x4b0706(0x3ce,0x3e4,0x439,_0x1387aa._0x4a0cd4)],sendEmail:sendEmail=![]}=_0x395a4a[_0x17481f(-0x1b4,-0x155,-_0x1387aa._0x239721,-_0x1387aa._0x4992d7)];if(!_0x4c1060){const _0x486e3e={};return _0x486e3e[_0x17481f(-0x1af,-0x1eb,-0x1a1,-_0x1387aa._0x269826)]=_0x1ba738[_0x4b0706(0x44d,0x494,_0x1387aa._0x303fe3,_0x1387aa._0x19afb1)],_0x5389b2['status'](0x1*0x956+-0x18d+-0x639)[_0x17481f(-0x1eb,-_0x1387aa._0x25eaa6,-_0x1387aa._0x2726e1,-_0x1387aa._0x627d88)](_0x486e3e);}if(![_0x1ba738[_0x4b0706(0x3d9,0x3e4,_0x1387aa._0x227cae,_0x1387aa._0x5c8c82)],_0x17481f(-0x1d1,-_0x1387aa._0x44b86f,-_0x1387aa._0x2789e5,-_0x1387aa._0x56b1c5)][_0x4b0706(_0x1387aa._0xc8db7a,_0x1387aa._0x57125d,_0x1387aa._0x11f24a,0x3d5)](type)){const _0x415b08={};return _0x415b08[_0x17481f(-0x1af,-_0x1387aa._0xf4a103,-0x210,-0x1fa)]=_0x1ba738[_0x4b0706(_0x1387aa._0x4213d2,0x497,0x4d9,0x452)],_0x5389b2[_0x4b0706(0x49b,0x46c,_0x1387aa._0x1c8d96,_0x1387aa._0x2524af)](-0x11d9*-0x1+0xf75+-0x1fbe)[_0x17481f(-0x1eb,-0x1ae,-0x1b9,-_0x1387aa._0x43aa15)](_0x415b08);}const _0x2a4147=await _0x1ba738[_0x4b0706(_0x1387aa._0x5dcdf2,_0x1387aa._0x170f45,0x413,0x43f)](findUserById,_0x4c1060);if(!_0x2a4147){if(_0x1ba738[_0x17481f(-_0x1387aa._0x26f1e3,-0x261,-_0x1387aa._0x5d2397,-0x23b)](_0x1ba738[_0x4b0706(0x459,0x4a0,_0x1387aa._0x2ff47b,0x490)],_0x1ba738[_0x4b0706(0x4eb,_0x1387aa._0x3ceeeb,0x438,_0x1387aa._0x2b686f)])){const _0x4d52d7={};return _0x4d52d7[_0x17481f(-_0x1387aa._0x42e54d,-_0x1387aa._0x5983ea,-0x203,-0x1ee)]=_0x1ba738[_0x4b0706(0x498,_0x1387aa._0x2d7ff8,_0x1387aa._0x424322,_0x1387aa._0x2524af)],_0x39fc7e[_0x17481f(-0x1db,-0x1e2,-0x18a,-_0x1387aa._0x10b515)](0x286+-0x1e18*-0x1+-0x1f0a)['json'](_0x4d52d7);}else{const _0x3549ef={};return _0x3549ef['error']=_0x1ba738[_0x17481f(-_0x1387aa._0x5d0157,-_0x1387aa._0x26f931,-_0x1387aa._0x1b0d79,-0x209)],_0x5389b2['status'](-0x1f6*0x5+0x78c+0x3d6)[_0x17481f(-_0x1387aa._0x333ac4,-0x1e0,-_0x1387aa._0x222d4b,-_0x1387aa._0x3f49dd)](_0x3549ef);}}const _0x3e260b=await _0x1ba738[_0x17481f(-_0x1387aa._0xf45d88,-_0x1387aa._0x11a35f,-0x22b,-0x21b)](createPasswordToken,_0x4c1060,type),_0xab6413={};_0xab6413['adminId']=_0x395a4a[_0x4b0706(_0x1387aa._0x517d49,0x49d,0x4c8,0x49d)]['id'],_0xab6413[_0x17481f(-0x1be,-_0x1387aa._0x486666,-_0x1387aa._0x162d5f,-0x1a9)+_0x17481f(-0x20e,-_0x1387aa._0x18e1c4,-0x1af,-_0x1387aa._0x72b9b7)]=_0x395a4a[_0x17481f(-0x1aa,-0x142,-_0x1387aa._0x239721,-_0x1387aa._0x7f9745)][_0x4b0706(_0x1387aa._0x3ceeeb,_0x1387aa._0x491999,0x465,_0x1387aa._0x539f84)],_0xab6413[_0x17481f(-0x21d,-0x235,-0x216,-0x239)+'Id']=_0x4c1060,_0xab6413[_0x17481f(-0x21d,-_0x1387aa._0x14266b,-_0x1387aa._0x5a59f9,-0x1e8)+_0x17481f(-0x1b9,-0x21f,-0x1b1,-0x19d)]=_0x2a4147['username'],_0xab6413[_0x17481f(-_0x1387aa._0x257769,-0x25d,-0x208,-0x20e)]=type,_0xab6413[_0x17481f(-_0x1387aa._0xc69904,-0x1f5,-_0x1387aa._0x44b86f,-0x206)]=sendEmail,logger['info'](_0x1ba738[_0x4b0706(_0x1387aa._0x4b7090,_0x1387aa._0x8bdf9d,_0x1387aa._0x1688ce,0x456)],_0xab6413);const _0x2a43d6=_0x1ba738[_0x4b0706(0x416,_0x1387aa._0x2463c1,0x42d,_0x1387aa._0x305941)](getRequestBaseUrl,_0x395a4a),_0x3919db=_0x2a43d6+(_0x17481f(-_0x1387aa._0x1a86d1,-0x231,-0x21f,-_0x1387aa._0x31d26d)+_0x4b0706(0x45f,0x4a4,0x4e8,0x45b)+_0x17481f(-0x1f5,-0x1c4,-_0x1387aa._0x5454d3,-_0x1387aa._0xc1ad42))+_0x3e260b['token'],_0x51c8c1={};_0x51c8c1['id']=_0x3e260b['id'],_0x51c8c1[_0x17481f(-0x237,-_0x1387aa._0x5c30ce,-_0x1387aa._0x3533e7,-_0x1387aa._0x368bec)]=_0x3e260b[_0x17481f(-_0x1387aa._0x4741ff,-_0x1387aa._0x2edfde,-0x21f,-_0x1387aa._0x5d94d2)],_0x51c8c1[_0x4b0706(0x40f,0x3ed,0x417,_0x1387aa._0x44b3c4)]=_0x3e260b[_0x17481f(-_0x1387aa._0x4f7072,-_0x1387aa._0x407a24,-_0x1387aa._0x4e539e,-0x220)],_0x51c8c1[_0x4b0706(0x4dd,_0x1387aa._0x3325c1,0x4bf,_0x1387aa._0x472277)]=_0x3e260b[_0x17481f(-0x1a2,-_0x1387aa._0x317662,-0x186,-_0x1387aa._0x1c9d3b)],_0x51c8c1[_0x17481f(-0x1d5,-_0x1387aa._0x1f9541,-_0x1387aa._0xdd2b4f,-0x22c)]=_0x3919db;const _0x2d3d29={};_0x2d3d29['id']=_0x2a4147['id'],_0x2d3d29[_0x4b0706(_0x1387aa._0x25c620,_0x1387aa._0x491999,0x468,_0x1387aa._0x19afb1)]=_0x2a4147[_0x17481f(-_0x1387aa._0x7947ba,-0x1e7,-0x23e,-0x239)],_0x2d3d29[_0x4b0706(_0x1387aa._0x518a57,_0x1387aa._0x3348e3,_0x1387aa._0x2bdcd6,0x433)]=_0x2a4147[_0x4b0706(_0x1387aa._0x43d747,_0x1387aa._0xe615f4,0x4ca,0x446)],_0x2d3d29[_0x4b0706(0x4d3,_0x1387aa._0x102847,0x493,_0x1387aa._0x591329)]=_0x2a4147['email'];const _0x3426ea={};_0x3426ea[_0x4b0706(0x439,_0x1387aa._0x5e0e0f,0x43c,_0x1387aa._0x5a05e7)]=_0x4b0706(0x426,_0x1387aa._0x591329,_0x1387aa._0x519663,_0x1387aa._0x39008e)+_0x4b0706(_0x1387aa._0x2c5641,0x484,_0x1387aa._0x3db7b0,0x4d7)+'ed\x20success'+_0x4b0706(_0x1387aa._0x55b983,0x416,0x419,0x44c),_0x3426ea[_0x17481f(-0x237,-0x23f,-_0x1387aa._0x392ba1,-0x22e)]=_0x51c8c1,_0x3426ea[_0x17481f(-0x1aa,-0x155,-_0x1387aa._0x55120f,-_0x1387aa._0x8d31a5)]=_0x2d3d29,_0x3426ea[_0x4b0706(_0x1387aa._0x3e7ff9,0x3fd,_0x1387aa._0x52788b,0x3a3)]=![];const _0x2f30ce=_0x3426ea;if(sendEmail){if(!_0x1ba738[_0x17481f(-_0x1387aa._0x162ccf,-_0x1387aa._0x41db56,-_0x1387aa._0x1ee641,-_0x1387aa._0x4992d7)](isEmailConfigured)){if(_0x1ba738[_0x17481f(-0x250,-_0x1387aa._0xeadc78,-0x20f,-0x235)](_0x1ba738[_0x4b0706(0x420,0x3f3,0x451,_0x1387aa._0x1390d1)],_0x1ba738[_0x17481f(-_0x1387aa._0x10a327,-0x276,-0x28b,-0x228)])){const _0x529bbe={};return _0x529bbe[_0x17481f(-_0x1387aa._0xacc455,-_0x1387aa._0x5995d1,-0x18b,-_0x1387aa._0x3e71ee)]=_0x1ba738[_0x4b0706(0x460,0x42c,0x401,0x3e4)],_0x529bbe[_0x17481f(-_0x1387aa._0x47fc60,-0x1e7,-0x151,-_0x1387aa._0x17d145)]=_0x1ba738[_0x4b0706(0x42f,0x3e7,0x398,0x44a)],_0x5389b2[_0x4b0706(0x47f,_0x1387aa._0x10cb3d,0x47c,0x463)](0x1d9*0x6+0x3e*-0x33+0x2d4)['json'](_0x529bbe);}else{_0x97fc98['error'](_0x17481f(-0x1ff,-0x1ec,-0x1b0,-0x1db)+_0x4b0706(0x485,0x42e,0x43d,_0x1387aa._0x102e9b)+_0x17481f(-0x267,-0x2c6,-_0x1387aa._0x3e18d6,-_0x1387aa._0x257769),_0x48639b);const _0x2c86dc={};_0x2c86dc['error']=_0x1ba738[_0x4b0706(_0x1387aa._0x774f26,_0x1387aa._0x12f5c1,_0x1387aa._0x354eed,0x44e)],_0x2c86dc[_0x17481f(-0x1a4,-0x1ea,-_0x1387aa._0x56659d,-_0x1387aa._0x3b1220)]=![],_0x198e98[_0x17481f(-0x1db,-0x202,-0x229,-0x172)](0x429+-0x2*-0x115a+-0x24e9)[_0x17481f(-0x1eb,-0x20a,-0x198,-_0x1387aa._0x14fe50)](_0x2c86dc);}}try{if(_0x1ba738[_0x17481f(-_0x1387aa._0x4cfff4,-0x251,-0x249,-0x1d6)](_0x1ba738[_0x17481f(-0x1c5,-_0x1387aa._0x2059db,-_0x1387aa._0x49f56e,-_0x1387aa._0x253ac0)],_0x1ba738[_0x17481f(-0x1c5,-_0x1387aa._0x382d5e,-0x1bd,-0x1c7)])){const _0x3091ed={};return _0x3091ed[_0x17481f(-_0x1387aa._0x49d2d5,-0x145,-_0x1387aa._0x53ae01,-0x1a1)]=![],_0x3091ed[_0x4b0706(_0x1387aa._0x9fd853,0x498,_0x1387aa._0x27253e,_0x1387aa._0x2eaacf)]=_0x1ba738['Liblh'],_0x226728[_0x4b0706(_0x1387aa._0x3a0b44,0x45c,_0x1387aa._0x3d29ea,0x47e)](_0x3091ed);}else{const _0x1387ae=_0x1ba738[_0x4b0706(0x41a,0x468,0x4bf,_0x1387aa._0x47bddd)](type,_0x17481f(-0x1d1,-_0x1387aa._0x3a25df,-_0x1387aa._0xc69904,-_0x1387aa._0x2e5af8))?_0x17481f(-0x224,-_0x1387aa._0x405e73,-0x214,-0x1b9)+'eset':_0x1ba738[_0x17481f(-_0x1387aa._0x588aa4,-0x14e,-0x148,-0x1aa)],_0x517674={};_0x517674[_0x4b0706(0x3e1,_0x1387aa._0x1c0e19,_0x1387aa._0x1d92c5,_0x1387aa._0x59292c)]=_0x2a4147[_0x17481f(-_0x1387aa._0x2695d5,-_0x1387aa._0x4dd9ac,-_0x1387aa._0x18f07b,-_0x1387aa._0x486666)],_0x517674['username']=_0x2a4147[_0x17481f(-0x1fa,-_0x1387aa._0x2c957d,-0x25d,-0x1ea)],_0x517674[_0x4b0706(0x40a,0x472,0x46c,0x4cb)]=_0x3919db,_0x517674[_0x4b0706(_0x1387aa._0x220b7e,0x495,0x445,_0x1387aa._0x3eb930)]=_0x1ba738[_0x4b0706(0x425,_0x1387aa._0x2a97e4,_0x1387aa._0x32f5c0,_0x1387aa._0x1d0e77)],_0x517674[_0x17481f(-_0x1387aa._0x130af8,-0x25b,-0x25c,-_0x1387aa._0x55da50)]=type;const _0x455af5=_0x517674,{subject:_0x2d4a78}=_0x1ba738[_0x17481f(-_0x1387aa._0x10c93b,-0x1c5,-0x1a4,-_0x1387aa._0x371afc)](renderTemplate,_0x1387ae,_0x455af5),_0xaf18e={};_0xaf18e['to']=_0x2a4147['email'],_0xaf18e['subject']=_0x2d4a78,_0xaf18e[_0x17481f(-_0x1387aa._0x5df0bb,-_0x1387aa._0x2a51b0,-0x22e,-0x1e8)]=_0x1387ae,_0xaf18e[_0x4b0706(_0x1387aa._0x4a595f,0x40a,0x43b,_0x1387aa._0x5250ea)]=_0x455af5,await _0x1ba738[_0x4b0706(0x4cf,_0x1387aa._0x4c3ed7,0x487,_0x1387aa._0x169009)](sendTemplatedEmail,_0xaf18e),_0x2f30ce[_0x4b0706(0x3bc,0x3fd,0x425,0x3df)]=!![],_0x2f30ce[_0x17481f(-_0x1387aa._0x47fc60,-_0x1387aa._0x2695d5,-_0x1387aa._0x39e3d1,-_0x1387aa._0x502bc7)]=_0x17481f(-0x210,-_0x1387aa._0x5646a6,-0x200,-_0x1387aa._0x4ce4fd)+'oken\x20creat'+_0x4b0706(_0x1387aa._0x102e9b,0x44b,0x487,_0x1387aa._0x1dd112)+_0x4b0706(_0x1387aa._0x2d4b69,_0x1387aa._0x1934f2,_0x1387aa._0x526f1e,_0x1387aa._0x8595a8)+'\x20'+_0x2a4147[_0x17481f(-_0x1387aa._0x26b2e2,-_0x1387aa._0x4defa3,-0x1ad,-0x1ff)];const _0x1c4179={};_0x1c4179['to']=_0x2a4147[_0x17481f(-0x1a6,-_0x1387aa._0x5a27e6,-_0x1387aa._0x78102a,-_0x1387aa._0x3b847c)],_0x1c4179[_0x4b0706(_0x1387aa._0x333744,0x3ed,_0x1387aa._0x1c06ad,0x41d)]=type,_0x1c4179[_0x4b0706(0x437,0x44d,0x456,_0x1387aa._0x1dadf2)]=_0x2a4147['username'],logger[_0x17481f(-_0x1387aa._0x36f022,-0x299,-0x21d,-_0x1387aa._0x5ad3f4)](_0x1ba738[_0x17481f(-0x207,-0x1cd,-_0x1387aa._0x3736b1,-0x230)],_0x1c4179);}}catch(_0x4720ca){if(_0x1ba738['ArySd'](_0x1ba738['iibAA'],_0x1ba738['iibAA'])){_0x321b8e['error'](_0x1ba738[_0x17481f(-_0x1387aa._0x237be2,-_0x1387aa._0x1f7ce4,-_0x1387aa._0x45a5b1,-_0x1387aa._0x546104)],_0x41ecc4);const _0x139f4e={};_0x139f4e['error']='Failed\x20to\x20'+_0x17481f(-0x25f,-0x218,-0x1ff,-_0x1387aa._0x2c65aa)+'rd',_0x3d8ec1[_0x4b0706(_0x1387aa._0x4a0c4e,0x46c,_0x1387aa._0x32370c,_0x1387aa._0x189278)](0x13*-0xad+-0x3*0x38d+0x1972)[_0x4b0706(_0x1387aa._0xe9441c,_0x1387aa._0x220b7e,0x4ab,0x409)](_0x139f4e);}else logger[_0x17481f(-_0x1387aa._0x53ae01,-0x1d2,-_0x1387aa._0x2a51b0,-_0x1387aa._0xad560c)](_0x1ba738[_0x4b0706(0x427,_0x1387aa._0x424322,0x379,0x448)],_0x4720ca),_0x2f30ce[_0x4b0706(_0x1387aa._0x333744,0x43b,0x47b,_0x1387aa._0x54240b)]=_0x1ba738['hWrkd'];}}_0x5389b2[_0x4b0706(_0x1387aa._0x2aff4f,0x45c,_0x1387aa._0x3e63ae,0x431)](_0x2f30ce);}catch(_0x5e3a6d){if(_0x1ba738[_0x4b0706(0x391,_0x1387aa._0x32678b,_0x1387aa._0x1ceea8,0x416)]===_0x1ba738[_0x17481f(-0x230,-_0x1387aa._0x3736b1,-_0x1387aa._0x5d15ef,-_0x1387aa._0x2621d1)]){_0x41bf61['error'](_0x1ba738[_0x4b0706(_0x1387aa._0x5dcdf2,_0x1387aa._0x195dab,0x3ee,0x456)],_0x36d4b2);const _0x4ef749={};_0x4ef749[_0x4b0706(_0x1387aa._0x342332,0x498,0x4f8,_0x1387aa._0x3cab51)]=_0x1ba738[_0x17481f(-0x1c8,-0x1bd,-0x167,-_0x1387aa._0x4892d5)],_0x568128['status'](-0xbc3*-0x3+-0x20*0x3e+-0x1995)[_0x4b0706(0x436,0x45c,0x42a,0x49e)](_0x4ef749);}else{logger[_0x4b0706(0x4c2,0x498,_0x1387aa._0x3b0c35,_0x1387aa._0x25f3c6)](_0x1ba738[_0x4b0706(0x473,_0x1387aa._0x191881,0x4a7,_0x1387aa._0x39008e)],_0x5e3a6d);const _0x3acced={};_0x3acced[_0x4b0706(0x4aa,_0x1387aa._0x1d46e8,_0x1387aa._0x4c1c18,_0x1387aa._0x42d959)]=_0x1ba738[_0x17481f(-_0x1387aa._0x269826,-_0x1387aa._0x3e71ee,-_0x1387aa._0x2a3c5d,-0x1c5)],_0x5389b2[_0x4b0706(0x49d,0x46c,0x475,_0x1387aa._0x17dc05)](-0xb8d+0x25f*-0xd+0x4*0xb15)['json'](_0x3acced);}}}),router[_0x53b183(0xf8,0x150,0xe6,0x1bb)](_0x4f051d(0x1a3,0x176,0x11d,0x1c4)+'token',async(_0x20fba1,_0x3f0694)=>{const _0xf2ecc1={_0x34f021:0x6,_0x2ab09b:0x38,_0x1773fe:0x43,_0x49b575:0x4a,_0x569e4c:0x49,_0x45443b:0x4d,_0x360720:0x4d9,_0x3389ba:0x538,_0x43553e:0x53a,_0x3aab95:0x52a,_0x3a212e:0x4be,_0x4ca40f:0x51d,_0xc0dc0c:0x539,_0x5d4ef5:0x4e3,_0x3117ee:0x6e,_0x4df2aa:0x67,_0x3ded42:0x51,_0x4b6663:0x9f,_0x1bda36:0xbc,_0x4ca27e:0x33,_0x5a6dda:0x64,_0x120b70:0x18,_0x34c955:0x5d,_0x40954c:0x6,_0x22aff6:0xb,_0x5ead68:0x9,_0x1f8ddb:0x3b,_0x36557f:0x4e6,_0x28d2b6:0x49b,_0x85c0c:0x4bd,_0x124f2f:0x4b9,_0x266cf2:0x4cc,_0x568b65:0x49,_0x1e63d0:0xb2,_0x3eb744:0xa7,_0x4d0768:0x11,_0x5d7819:0x50,_0xf55c62:0x66,_0x141a8d:0x13,_0xc6300b:0x7,_0x4f16ba:0x64,_0x347769:0x24,_0x1ad4ed:0x23,_0x583684:0x4a,_0x1de35c:0x53,_0x5a6bae:0x1b,_0x533deb:0x62,_0x443d15:0x502,_0x5854a3:0x49a,_0x48fdc5:0x529,_0x2df5b3:0x530,_0x342582:0x566,_0x315737:0x4f0,_0x333dbf:0x52c,_0x35213f:0x4d,_0x26cbf0:0x8,_0x5cd588:0x4,_0xd6b22c:0x2d,_0x53fb09:0x54e,_0x4f3058:0x517,_0x4a2cf2:0x599,_0x242708:0x5a6,_0x5a9a14:0x4bf,_0x42ee31:0x4c8,_0x51c42b:0x15,_0x53dff0:0xe,_0x38d47a:0x59,_0x2272ed:0x511,_0x299f92:0x55e,_0xfe6b40:0x535,_0x55a6f8:0x4f1,_0xf33364:0x58c,_0x4ded56:0x56f,_0x662983:0x74,_0x55858e:0x12,_0x4b2f77:0x14,_0x49ea66:0x46,_0x5d9525:0x4e,_0x316852:0x9a,_0x218837:0x45,_0x13658:0x1d,_0x32aa41:0xc,_0x330063:0x54,_0x5aa751:0x30,_0x445705:0x4d2,_0x4271c8:0x4ec,_0x1df235:0x500,_0x31138a:0x580,_0x4937cf:0x4db,_0x21a7ff:0x4dc,_0x3ad3bd:0x4ea,_0x7c88e1:0x27,_0x249ba0:0x1c,_0x478bbe:0x1e,_0xe715e7:0x1b,_0x2eafc3:0x55e,_0x3350dd:0x540,_0x22a33b:0x4a,_0x3d1758:0x588,_0x346d88:0x3b,_0x11d151:0x50d,_0x1ea356:0x51d,_0x2180e3:0x549,_0x5151fd:0x7d,_0x238672:0x4e7,_0x43ef29:0x504,_0x1db39e:0x55c,_0x93251d:0x553,_0x432229:0x5a1,_0x2ee5fe:0x5,_0x309a3f:0x3,_0x3a7640:0x55},_0xa80ec0={_0x49005d:0x388,_0x8bb2bd:0xfc},_0x188570={_0x48b3ac:0x1b,_0xe751e9:0x181},_0xa3db05={'lyWmW':_0x56df63(-_0xf2ecc1._0x34f021,-0x53,_0xf2ecc1._0x2ab09b,-0x20)+_0x56df63(_0xf2ecc1._0x1773fe,-0x2,-0xd,0x19)+'en','JnOhd':_0x56df63(0x5d,_0xf2ecc1._0x49b575,_0xf2ecc1._0x569e4c,_0xf2ecc1._0x45443b)+'password\x20a'+_0x346448(0x4a5,0x4a0,0x496,_0xf2ecc1._0x360720)+'d','vPPtw':'Failed\x20to\x20'+_0x346448(0x539,_0xf2ecc1._0x3389ba,0x51d,0x560)+_0x346448(0x4f1,0x525,0x4c4,0x50a)+'n','LmNMM':function(_0x2ccd84,_0x3bbf63){return _0x2ccd84===_0x3bbf63;},'paTgI':'twBmW','UPLUP':_0x346448(_0xf2ecc1._0x43553e,_0xf2ecc1._0x3aab95,0x4e8,0x4fe),'PxbeT':_0x346448(0x4b3,0x509,_0xf2ecc1._0x3a212e,0x4d7),'BPJDs':'Token\x20is\x20r'+_0x346448(0x500,0x4e4,0x501,0x48c),'YlKHK':function(_0x87c2f,_0x283e40){return _0x87c2f(_0x283e40);},'VvDrH':'Invalid\x20or'+_0x346448(0x4b8,_0xf2ecc1._0x4ca40f,_0xf2ecc1._0xc0dc0c,_0xf2ecc1._0x5d4ef5)+_0x56df63(-_0xf2ecc1._0x3117ee,-_0xf2ecc1._0x4df2aa,-0xd0,-0x6d),'yhwPw':function(_0x121414,_0x5c1f3e){return _0x121414===_0x5c1f3e;},'NuYcg':_0x56df63(_0xf2ecc1._0x3ded42,_0xf2ecc1._0x4b6663,_0xf2ecc1._0x1bda36,_0xf2ecc1._0x4ca27e),'nrFQw':'User\x20not\x20f'+_0x56df63(0x1,-_0xf2ecc1._0x5a6dda,_0xf2ecc1._0x120b70,_0xf2ecc1._0x34c955),'Cutgi':_0x56df63(-_0xf2ecc1._0x40954c,-_0xf2ecc1._0x22aff6,_0xf2ecc1._0x5ead68,0x3d)+_0x56df63(-0x20,-0x3d,_0xf2ecc1._0x1f8ddb,0x3e)+_0x346448(_0xf2ecc1._0x36557f,_0xf2ecc1._0x28d2b6,_0xf2ecc1._0x85c0c,0x48b)};function _0x56df63(_0x7c17ad,_0x4e0109,_0x36a415,_0x1f0881){return _0x53b183(_0x7c17ad-_0x188570._0x48b3ac,_0x7c17ad- -_0x188570._0xe751e9,_0x36a415-0xb6,_0x4e0109);}function _0x346448(_0x4ff376,_0x4aa548,_0x23245e,_0x19070d){return _0x53b183(_0x4ff376-0x1cf,_0x4aa548-_0xa80ec0._0x49005d,_0x23245e-_0xa80ec0._0x8bb2bd,_0x23245e);}try{if(_0xa3db05[_0x346448(0x4e8,_0xf2ecc1._0x124f2f,_0xf2ecc1._0x266cf2,0x4d8)](_0xa3db05[_0x56df63(-_0xf2ecc1._0x568b65,-_0xf2ecc1._0x1e63d0,-_0xf2ecc1._0x3eb744,-0x15)],_0xa3db05[_0x56df63(-_0xf2ecc1._0x4d0768,_0xf2ecc1._0x5d7819,-_0xf2ecc1._0xf55c62,-_0xf2ecc1._0x141a8d)])){_0x1d9634['error'](_0xa3db05[_0x56df63(-_0xf2ecc1._0xc6300b,-_0xf2ecc1._0x4f16ba,-_0xf2ecc1._0x347769,_0xf2ecc1._0x1ad4ed)],_0xe1c2f7);const _0xa80d4b={};_0xa80d4b[_0x56df63(_0xf2ecc1._0x583684,_0xf2ecc1._0x1de35c,_0xf2ecc1._0x5a6bae,_0xf2ecc1._0x533deb)]=_0xa3db05[_0x346448(0x4ca,_0xf2ecc1._0x443d15,0x559,_0xf2ecc1._0x5854a3)],_0x1c8dc0['status'](0xb5c+-0x2093+-0x1*-0x172b)['json'](_0xa80d4b);}else{const {token:_0x38c562}=_0x20fba1[_0x346448(_0xf2ecc1._0x48fdc5,0x53e,_0xf2ecc1._0x2df5b3,0x4d7)];if(!_0x38c562){if(_0xa3db05['PxbeT']===_0xa3db05[_0x346448(_0xf2ecc1._0x342582,0x518,_0xf2ecc1._0x315737,_0xf2ecc1._0x333dbf)]){const _0x5105c4={};return _0x5105c4[_0x56df63(0x4a,0x5e,0x60,0x8a)]=_0xa3db05[_0x56df63(_0xf2ecc1._0x35213f,0xa4,-0x6,0xb2)],_0x5105c4[_0x56df63(0x55,-_0xf2ecc1._0x26cbf0,0x70,0xa2)]=![],_0x3f0694[_0x56df63(0x1e,-0x6,-_0xf2ecc1._0x5cd588,-_0xf2ecc1._0xd6b22c)](-0x7*-0x318+0x1ca4+-0x30bc)[_0x346448(_0xf2ecc1._0x53fb09,_0xf2ecc1._0x4f3058,0x51b,0x4bc)](_0x5105c4);}else{const _0x69f1ac={};return _0x69f1ac[_0x346448(_0xf2ecc1._0x4a2cf2,0x553,0x4f9,_0xf2ecc1._0x242708)]=_0xa3db05[_0x346448(_0xf2ecc1._0x5a9a14,0x4e6,0x4c8,_0xf2ecc1._0x42ee31)],_0xe60097[_0x56df63(0x1e,-0x31,-_0xf2ecc1._0x51c42b,0x69)](0x3d*0x4f+0x1b44*-0x1+0xa01)[_0x56df63(_0xf2ecc1._0x53dff0,_0xf2ecc1._0x38d47a,-0x7,-0x5b)](_0x69f1ac);}}const _0x35d566=await _0xa3db05['YlKHK'](validateToken,_0x38c562);if(!_0x35d566){const _0x38904c={};return _0x38904c[_0x346448(_0xf2ecc1._0x2272ed,_0xf2ecc1._0x299f92,_0xf2ecc1._0xfe6b40,0x4f9)]=![],_0x38904c[_0x346448(_0xf2ecc1._0x55a6f8,0x553,0x4fd,_0xf2ecc1._0xf33364)]=_0xa3db05['VvDrH'],_0x3f0694[_0x346448(_0xf2ecc1._0x4ded56,0x517,0x510,0x529)](_0x38904c);}const _0x5943e2=await _0xa3db05[_0x56df63(-_0xf2ecc1._0x662983,-0x42,-0x40,-0x6a)](findUserById,_0x35d566[_0x56df63(_0xf2ecc1._0x55858e,_0xf2ecc1._0x4b2f77,_0xf2ecc1._0x49ea66,-_0xf2ecc1._0x5d9525)]);if(!_0x5943e2){if(_0xa3db05[_0x56df63(0x5c,_0xf2ecc1._0x316852,_0xf2ecc1._0x218837,_0xf2ecc1._0x13658)](_0xa3db05[_0x56df63(-0x33,-_0xf2ecc1._0x32aa41,-_0xf2ecc1._0x330063,_0xf2ecc1._0x5aa751)],_0x346448(_0xf2ecc1._0x445705,_0xf2ecc1._0x4271c8,0x52f,0x54e))){_0x3fbde3[_0x346448(0x52e,0x553,_0xf2ecc1._0x1df235,_0xf2ecc1._0x31138a)](_0xa3db05[_0x346448(0x532,_0xf2ecc1._0x4937cf,_0xf2ecc1._0x21a7ff,_0xf2ecc1._0x3ad3bd)],_0x2ffa00);const _0x9254a9={};_0x9254a9['error']=_0x56df63(-0x6,_0xf2ecc1._0x7c88e1,-0x31,0x5d)+'create\x20pas'+_0x56df63(_0xf2ecc1._0x249ba0,0x44,0x10,-0x3b)+'n',_0x5eae00[_0x56df63(_0xf2ecc1._0x478bbe,0x87,0x27,_0xf2ecc1._0xe715e7)](-0x1b7*0xd+0x11bc+-0x1*-0x683)[_0x56df63(_0xf2ecc1._0x53dff0,0x10,0x73,-0x47)](_0x9254a9);}else{const _0x5500a0={};return _0x5500a0[_0x346448(0x5a0,_0xf2ecc1._0x2eafc3,_0xf2ecc1._0x3350dd,0x517)]=![],_0x5500a0[_0x56df63(_0xf2ecc1._0x22a33b,0x4c,0xa3,0x92)]=_0xa3db05[_0x346448(0x5a3,0x555,_0xf2ecc1._0x3d1758,0x556)],_0x3f0694['json'](_0x5500a0);}}const _0x27faef={};_0x27faef['username']=_0x5943e2[_0x56df63(-0x1,0x60,_0xf2ecc1._0x26cbf0,_0xf2ecc1._0x346d88)],_0x27faef[_0x346448(_0xf2ecc1._0x11d151,0x549,0x52c,0x5ae)]=_0x5943e2[_0x346448(_0xf2ecc1._0x1ea356,_0xf2ecc1._0x2180e3,0x50d,0x525)];const _0x3bb5bf={};_0x3bb5bf['valid']=!![],_0x3bb5bf['type']=_0x35d566[_0x56df63(-0x61,-_0xf2ecc1._0x5151fd,-0xc7,-0x91)],_0x3bb5bf['user']=_0x27faef,_0x3f0694[_0x346448(0x4c2,0x517,0x536,0x541)](_0x3bb5bf);}}catch(_0x45ff2c){logger['error'](_0xa3db05[_0x346448(_0xf2ecc1._0x238672,_0xf2ecc1._0x43ef29,_0xf2ecc1._0x1db39e,0x501)],_0x45ff2c);const _0x26d245={};_0x26d245[_0x346448(0x537,_0xf2ecc1._0x93251d,_0xf2ecc1._0x432229,_0xf2ecc1._0x93251d)]=_0xa3db05[_0x56df63(-_0xf2ecc1._0x2ee5fe,_0xf2ecc1._0x4d0768,-0x39,-_0xf2ecc1._0x309a3f)],_0x26d245[_0x56df63(_0xf2ecc1._0x3a7640,_0xf2ecc1._0x316852,0x19,_0xf2ecc1._0x49ea66)]=![],_0x3f0694['status'](-0x1*-0x1a+-0x1eb4+0xada*0x3)[_0x56df63(0xe,_0xf2ecc1._0x5d9525,0x5a,0x18)](_0x26d245);}}),router[_0x4f051d(0x1ff,0x1e4,0x1cc,0x245)](_0x4f051d(0x15a,0x154,0x1a1,0x1ae),async(_0x3a8c94,_0x144161)=>{const _0x1d78c6={_0x57ed24:0x17b,_0x45706a:0x186,_0xcf52da:0x7b,_0x47a164:0x1f,_0x55eb91:0x3a,_0x36030b:0x1e1,_0x1a0e14:0x1c9,_0x28f374:0x18f,_0x503a69:0x1e7,_0x531d86:0x1ac,_0x5e30c3:0x1cd,_0x274f56:0x249,_0x4bfa34:0x4c,_0x10c81a:0x13,_0x2cf777:0x162,_0x26b7d0:0x19d,_0xef8007:0xa0,_0x38146e:0x181,_0x41ae2b:0x138,_0x3e9c0d:0x1bc,_0x406b3d:0x1bf,_0x154b1a:0x35,_0x1f9de1:0x15,_0x262d0b:0x234,_0x45af1e:0x1cc,_0x171135:0x5c,_0x12e598:0xa3,_0x3d768e:0xbe,_0xfea0e5:0x57,_0x5c5d20:0x53,_0x5ae588:0x1b7,_0xeb60ca:0xa2,_0x49f04c:0x44,_0x4628aa:0xed,_0x42b31b:0xe6,_0x438ff2:0x1eb,_0x45785b:0x55,_0x561b71:0x8f,_0x119894:0x254,_0xebda53:0x27c,_0x36423b:0x18c,_0x1c9502:0x1de,_0x17ff9e:0x22e,_0x89eb1f:0x1c3,_0x17c431:0x16c,_0x262a9f:0x1cd,_0x1446a4:0x114,_0x57af59:0x22c,_0x456be6:0x251,_0x1a2e70:0x153,_0x213586:0x18d,_0x4092b0:0x82,_0x48bbdc:0x1c,_0x5434c7:0xa1,_0x5a195a:0x50,_0x24998d:0xfc,_0x3a4188:0xcc,_0x2e6b62:0x180,_0x2a0410:0x9e,_0x5c544e:0xce,_0x3431a9:0x67,_0x566734:0x16d,_0x50e592:0x156,_0x480604:0x1b5,_0xb01d6f:0x211,_0x1b89df:0x218,_0x1fdc71:0x17f,_0x125788:0x235,_0x43a1fe:0xd5,_0x5e8713:0x91,_0x374d5d:0x18a,_0x4a9d60:0x1b0,_0x31e931:0x1e3,_0x3523d0:0x240,_0x1cd01:0x1ef,_0x5d090c:0xa9,_0x17fd31:0x243,_0x285c9d:0x196,_0x3792dc:0x1fd,_0x52fa2e:0x1a6,_0x3a40df:0x1a0,_0x57c601:0x239,_0x3c815b:0x237,_0x1c1bfb:0x1ca,_0x42f4e6:0x122,_0x585c06:0x97,_0x2c2710:0xff,_0x81035e:0xaa,_0x315ccc:0x112,_0x463a6d:0xad,_0x14a833:0x101,_0x28aea6:0x64,_0x2895d8:0x100,_0x2dcdd2:0x1f8,_0x220c32:0x1c1,_0x2d96ff:0x254,_0xa7d6d:0x1e8,_0x409445:0x1f2,_0x50b8f9:0x182,_0x2219a5:0xd5,_0x12aa00:0x121,_0x576b71:0x254,_0xab2993:0x22d,_0x5e272e:0x136,_0x274cf0:0x85,_0x1f90f7:0x1f8,_0x1cd360:0x1b8,_0x342804:0x285,_0x219764:0x23f,_0x22e3b7:0x16,_0x581639:0x79,_0x5f2009:0x1f8,_0x5ccbf2:0x24e,_0x26f948:0x21b,_0x2e89e8:0x3f,_0x37f9c0:0x107,_0xe61b20:0xd3,_0x2cc534:0xbe,_0x1d37df:0x8b,_0x4707ca:0x1e8,_0x34f17f:0x191,_0x37e629:0x199,_0x178996:0x178,_0x1c9262:0x1f9,_0x11295d:0x1ec,_0x1f43ce:0x224,_0x5b9f32:0x21f,_0x44b287:0x5e,_0x3f45f9:0x74,_0x3677af:0x49,_0x417ca5:0x1e,_0x5d85a6:0xc,_0x4eb919:0x36,_0x25a9aa:0x86,_0x4a8a7c:0x59,_0x3d71df:0xb4,_0x1e014d:0x118,_0x4c89a7:0x188,_0x290897:0x1df,_0x5be941:0x1dc,_0xcd06b2:0x13f,_0x52b85b:0x96,_0x19f866:0x56,_0x5e1bd4:0xb,_0x21471a:0x1fe,_0x20cdc6:0x99,_0x29b3bd:0x84,_0x5c96b0:0x7d,_0x3ea617:0x87,_0x42d1c2:0x4a,_0x521ee2:0xe8,_0x539574:0x80,_0x3c54d9:0x175,_0x26c6b5:0x248,_0x1ef24a:0x1ed,_0x1af045:0xc9,_0x29ef6a:0x98,_0x1cddd3:0x19c,_0x560d93:0x195,_0x11aad3:0x14f,_0x482a13:0x1d9,_0x256a9e:0x19a,_0x3d1f03:0x1d3,_0x3cb1e0:0x243,_0x102a1c:0x201,_0x527527:0xcb,_0x2f774a:0x78,_0x442f6a:0x124,_0x346799:0xcf,_0x2ce56d:0x136,_0x4a255e:0x6c,_0x433018:0xad,_0x3c6a89:0x1c1,_0x44f65c:0x268,_0x13bfe5:0x3e,_0x2ab4bf:0x53,_0x580e49:0xf1,_0x34c79d:0x2f,_0x4ee588:0x88,_0x33aa24:0x19,_0x2a6722:0x4d,_0x595526:0xa9,_0x1fe381:0xa8,_0x17d607:0x214,_0x231ad4:0xb3,_0x3a3564:0xd2,_0x499a08:0xc3,_0xec001a:0x69,_0x3f3e8d:0x280,_0x45845f:0x23f,_0x48d74f:0x212,_0x231af4:0x216,_0x59e611:0x24b,_0x21ca7d:0x1eb,_0x1bbd81:0x99,_0x3586da:0x62},_0x817849={_0x4b197a:0x53,_0x22dcfd:0xf6,_0x3bff10:0x62},_0x3faf00={'FFuxA':'Failed\x20to\x20'+_0xdd3e49(_0x1d78c6._0x57ed24,_0x1d78c6._0x45706a,0x11b,0x1b9)+'ord\x20email','CuiqT':_0x265522(0x46,_0x1d78c6._0xcf52da,_0x1d78c6._0x47a164,_0x1d78c6._0x55eb91)+_0xdd3e49(_0x1d78c6._0x36030b,_0x1d78c6._0x1a0e14,_0x1d78c6._0x28f374,_0x1d78c6._0x503a69)+_0xdd3e49(0x1c2,0x1c4,_0x1d78c6._0x531d86,0x1dd)+_0xdd3e49(_0x1d78c6._0x5e30c3,0x184,0x1fe,0x1d9)+_0xdd3e49(0x201,0x1a0,0x1ad,_0x1d78c6._0x274f56)+'ment\x20varia'+'bles\x20to\x20se'+_0x265522(_0x1d78c6._0x4bfa34,_0x1d78c6._0x55eb91,0x28,_0x1d78c6._0x10c81a),'vCZoR':_0xdd3e49(0x175,_0x1d78c6._0x2cf777,_0x1d78c6._0x26b7d0,0x1a2)+'ound','HuiIy':_0x265522(_0x1d78c6._0xef8007,0x53,0xa2,0xbd)+_0xdd3e49(_0x1d78c6._0x38146e,0x13a,0x145,_0x1d78c6._0x41ae2b)+_0xdd3e49(_0x1d78c6._0x3e9c0d,0x203,_0x1d78c6._0x406b3d,0x18e)+'\x22','TNlCF':'User\x20ID\x20is'+_0x265522(_0x1d78c6._0x154b1a,_0x1d78c6._0x1f9de1,0x5e,0x37),'xqCht':'POVZc','KLghJ':_0xdd3e49(0x200,0x23f,0x266,0x23c),'OhuLJ':function(_0x50ecc1,_0x2c7171){return _0x50ecc1||_0x2c7171;},'VhbsX':function(_0x337939,_0x319202){return _0x337939===_0x319202;},'vNEaD':_0xdd3e49(_0x1d78c6._0x262d0b,0x1e9,0x1d6,_0x1d78c6._0x45af1e),'WsnxN':_0x265522(_0x1d78c6._0x171135,0x2e,0x73,_0x1d78c6._0x12e598),'RWUbN':_0xdd3e49(0x237,0x24c,0x279,0x28c)+_0x265522(_0x1d78c6._0x3d768e,0xd6,_0x1d78c6._0xfea0e5,_0x1d78c6._0x5c5d20)+_0xdd3e49(0x171,0x119,0x128,_0x1d78c6._0x5ae588)+'d','SAnTu':function(_0x38ec0d,_0x1e3af5){return _0x38ec0d<_0x1e3af5;},'rsOOt':_0x265522(_0x1d78c6._0xeb60ca,_0x1d78c6._0x49f04c,_0x1d78c6._0x4628aa,_0x1d78c6._0x42b31b),'hFWgi':_0xdd3e49(0x235,_0x1d78c6._0x438ff2,0x25f,0x250)+_0x265522(0x38,0x22,-0xc,_0x1d78c6._0x45785b)+'least\x208\x20ch'+_0x265522(0x5f,0x21,0x52,_0x1d78c6._0x561b71),'AEOKj':_0xdd3e49(0x22e,_0x1d78c6._0x119894,_0x1d78c6._0xebda53,0x1e7),'VeZTr':_0xdd3e49(_0x1d78c6._0x36423b,0x194,0x144,_0x1d78c6._0x1c9502)+_0xdd3e49(0x1ee,0x1f4,_0x1d78c6._0x17ff9e,_0x1d78c6._0x89eb1f)+_0xdd3e49(_0x1d78c6._0x17c431,_0x1d78c6._0x262a9f,0x15d,_0x1d78c6._0x1446a4),'hWoIs':function(_0x50252f,_0x351774){return _0x50252f(_0x351774);},'HUygZ':function(_0x4cc0e7,_0xdad236){return _0x4cc0e7===_0xdad236;},'ZSqpk':_0xdd3e49(0x1f9,_0x1d78c6._0x57af59,_0x1d78c6._0x456be6,_0x1d78c6._0x1a0e14),'mhyjz':function(_0x569207,_0x581ff8,_0x389cb2){return _0x569207(_0x581ff8,_0x389cb2);},'LVZbG':_0xdd3e49(0x17d,0x183,_0x1d78c6._0x1a2e70,_0x1d78c6._0x213586)+'et\x20success'+_0x265522(0x53,0x45,0x7e,0x73),'YLysW':function(_0x1c5691,_0x15a9c7){return _0x1c5691===_0x15a9c7;},'bwJWJ':'AVoYZ','CqlTB':_0x265522(0x85,_0x1d78c6._0x4092b0,_0x1d78c6._0x48bbdc,0x35)+'set\x20passwo'+'rd'};function _0x265522(_0x5ac427,_0x1b9aa8,_0x223937,_0x56c7d7){return _0x53b183(_0x5ac427-_0x817849._0x4b197a,_0x5ac427- -_0x817849._0x22dcfd,_0x223937-_0x817849._0x3bff10,_0x1b9aa8);}function _0xdd3e49(_0x315562,_0x2a1711,_0xdde6bf,_0x4dd955){return _0x4f051d(_0x315562-0x1e,_0x315562-0x23,_0x4dd955,_0x4dd955-0x15e);}try{if(_0x3faf00[_0x265522(0xa8,_0x1d78c6._0x5434c7,0x61,_0x1d78c6._0x5a195a)]===_0x3faf00['KLghJ'])_0x4bef76[_0x265522(0xd5,_0x1d78c6._0x24998d,_0x1d78c6._0x3a4188,0x99)](_0x3faf00['FFuxA'],_0x347eef),_0x317b04[_0xdd3e49(0x1c7,_0x1d78c6._0x2e6b62,0x1dc,0x1e7)]=_0x265522(0x85,0xe0,_0x1d78c6._0x2a0410,_0x1d78c6._0x5c544e)+'send\x20email'+_0x265522(0x7c,_0x1d78c6._0x3431a9,0x54,0xa6)+_0xdd3e49(_0x1d78c6._0x566734,0x19a,0x1d2,_0x1d78c6._0x50e592)+'nk\x20manuall'+'y.';else{const {token:_0x484f75,password:_0x3d5730}=_0x3a8c94[_0xdd3e49(0x21f,0x246,_0x1d78c6._0x480604,0x261)];if(_0x3faf00[_0xdd3e49(_0x1d78c6._0xb01d6f,0x1df,_0x1d78c6._0x1b89df,0x244)](!_0x484f75,!_0x3d5730)){if(_0x3faf00[_0xdd3e49(0x194,0x139,_0x1d78c6._0x1fdc71,0x140)](_0x3faf00[_0xdd3e49(0x238,0x209,_0x1d78c6._0x125788,0x28c)],_0x3faf00['WsnxN'])){const _0x545981={};return _0x545981[_0x265522(_0x1d78c6._0x43a1fe,0xa5,0xdb,_0x1d78c6._0x5e8713)]=_0xdd3e49(0x175,0x13d,_0x1d78c6._0x374d5d,_0x1d78c6._0x4a9d60)+_0xdd3e49(0x1db,_0x1d78c6._0x31e931,_0x1d78c6._0x3523d0,_0x1d78c6._0x1cd01),_0x5157e9[_0x265522(_0x1d78c6._0x5d090c,0xad,0x8a,0xdc)](0x15b6+-0x135c+0x9*-0x16)[_0xdd3e49(0x1e8,_0x1d78c6._0x17fd31,0x1b2,_0x1d78c6._0x285c9d)](_0x545981);}else{const _0x4e3acc={};return _0x4e3acc['error']=_0x3faf00[_0xdd3e49(_0x1d78c6._0x3792dc,0x223,_0x1d78c6._0x52fa2e,_0x1d78c6._0x3a40df)],_0x144161['status'](0x1e21*0x1+0xd6*0x29+-0x3ed7)['json'](_0x4e3acc);}}if(_0x3faf00[_0xdd3e49(_0x1d78c6._0x57c601,0x1fa,0x274,_0x1d78c6._0x3c815b)](_0x3d5730[_0xdd3e49(_0x1d78c6._0x1c1bfb,0x1e0,0x195,0x1af)],-0x3fa*0x8+-0x1285+-0x1*-0x325d)){if(_0x3faf00['VhbsX'](_0x3faf00[_0x265522(0xb9,_0x1d78c6._0x42f4e6,0x102,_0x1d78c6._0x2a0410)],_0x265522(0xa2,_0x1d78c6._0x585c06,_0x1d78c6._0x2c2710,_0x1d78c6._0x81035e))){const _0x1731da={};return _0x1731da[_0x265522(0xd5,0xee,_0x1d78c6._0x315ccc,0xaf)]=_0x3faf00[_0x265522(_0x1d78c6._0x463a6d,_0x1d78c6._0x14a833,_0x1d78c6._0x28aea6,_0x1d78c6._0x2895d8)],_0x144161[_0xdd3e49(_0x1d78c6._0x2dcdd2,_0x1d78c6._0x220c32,_0x1d78c6._0x2d96ff,0x1e1)](0x2*0xc88+-0x338+-0x1448)[_0xdd3e49(_0x1d78c6._0xa7d6d,_0x1d78c6._0x409445,_0x1d78c6._0x50b8f9,0x197)](_0x1731da);}else{const _0x123590={};return _0x123590[_0x265522(_0x1d78c6._0x2219a5,0xaa,_0x1d78c6._0x12aa00,0x74)]='Email\x20not\x20'+_0xdd3e49(0x20c,_0x1d78c6._0x576b71,_0x1d78c6._0xab2993,0x209),_0x123590[_0x265522(0xcf,_0x1d78c6._0x5e272e,_0x1d78c6._0x274cf0,0xb1)]=_0x3faf00[_0xdd3e49(0x180,0x11b,0x178,0x1cc)],_0x5a03e4[_0xdd3e49(_0x1d78c6._0x1f90f7,0x24a,_0x1d78c6._0x1cd360,_0x1d78c6._0x1b89df)](-0x93*0x35+-0x12e9+0x6*0x87c)['json'](_0x123590);}}const _0x3892c4=await validateToken(_0x484f75);if(!_0x3892c4){if(_0x3faf00[_0xdd3e49(0x22a,_0x1d78c6._0x342804,_0x1d78c6._0x219764,0x25c)]!==_0x265522(_0x1d78c6._0x22e3b7,_0x1d78c6._0x10c81a,_0x1d78c6._0x581639,-0x43)){const _0x363a83={};return _0x363a83['error']=_0x3faf00[_0xdd3e49(0x167,0x107,0x11a,_0x1d78c6._0x2c2710)],_0x144161[_0xdd3e49(_0x1d78c6._0x5f2009,_0x1d78c6._0x5ccbf2,0x221,_0x1d78c6._0x26f948)](-0x97*-0x2+-0x1*0x4ea+0xc*0x71)[_0x265522(0x99,0x5b,0xd4,_0x1d78c6._0x2e89e8)](_0x363a83);}else{const _0x214a44={};return _0x214a44[_0x265522(0xd5,0xcb,_0x1d78c6._0x37f9c0,_0x1d78c6._0xe61b20)]=_0x3faf00['vCZoR'],_0x499cbf[_0x265522(_0x1d78c6._0x5d090c,_0x1d78c6._0x2cc534,0x64,_0x1d78c6._0x1d37df)](-0x632+0x62*-0x46+0x19*0x162)[_0xdd3e49(_0x1d78c6._0x4707ca,_0x1d78c6._0x34f17f,_0x1d78c6._0x37e629,0x1dd)](_0x214a44);}}const _0x4fe540=await _0x3faf00[_0xdd3e49(0x18f,0x1eb,_0x1d78c6._0x178996,_0x1d78c6._0x1c9262)](findUserById,_0x3892c4[_0xdd3e49(_0x1d78c6._0x11295d,_0x1d78c6._0x1f43ce,_0x1d78c6._0x274f56,_0x1d78c6._0x5b9f32)]);if(!_0x4fe540){if(_0x3faf00[_0x265522(_0x1d78c6._0x47a164,_0x1d78c6._0x44b287,0x39,_0x1d78c6._0x3f45f9)](_0x265522(0x1a,_0x1d78c6._0x3677af,-_0x1d78c6._0x417ca5,_0x1d78c6._0x5d85a6),_0x3faf00[_0x265522(0x77,_0x1d78c6._0x4eb919,_0x1d78c6._0x25a9aa,_0x1d78c6._0x4a8a7c)])){const _0x14e0d4={};return _0x14e0d4[_0x265522(0xd5,_0x1d78c6._0x3d71df,0x6c,_0x1d78c6._0x1e014d)]=_0x3faf00[_0xdd3e49(_0x1d78c6._0x4c89a7,_0x1d78c6._0x290897,_0x1d78c6._0x5be941,_0x1d78c6._0xcd06b2)],_0x983b69[_0x265522(_0x1d78c6._0x5d090c,0xc7,0x53,0xa2)](0x3*0xb27+-0x1*-0x1aaf+-0x3a94)[_0x265522(0x99,0xb8,0xdd,_0x1d78c6._0x52b85b)](_0x14e0d4);}else{const _0x5594b5={};return _0x5594b5['error']=_0x3faf00[_0x265522(0x51,0x3b,_0x1d78c6._0x19f866,_0x1d78c6._0x5e1bd4)],_0x144161[_0xdd3e49(0x1f8,_0x1d78c6._0x21471a,0x1ef,0x1b5)](-0x177b+0x31*-0xbe+0x3d6d)[_0x265522(_0x1d78c6._0x20cdc6,_0x1d78c6._0x29b3bd,0xb6,_0x1d78c6._0x5c96b0)](_0x5594b5);}}await _0x3faf00[_0x265522(_0x1d78c6._0x3ea617,0xa5,0x26,0xc3)](setUserPassword,_0x3892c4[_0x265522(0x9d,_0x1d78c6._0x42d1c2,_0x1d78c6._0x521ee2,_0x1d78c6._0x539574)],_0x3d5730),await _0x3faf00[_0xdd3e49(0x18f,_0x1d78c6._0x566734,0x172,_0x1d78c6._0x3c54d9)](markTokenAsUsed,_0x484f75);const _0x26f0ec={};_0x26f0ec[_0xdd3e49(0x1ec,0x21f,_0x1d78c6._0x26c6b5,_0x1d78c6._0x1ef24a)]=_0x4fe540['id'],_0x26f0ec[_0x265522(0x8a,0xd5,_0x1d78c6._0x1af045,0xd4)]=_0x4fe540['username'],_0x26f0ec[_0x265522(0x41,_0x1d78c6._0x29ef6a,_0x1d78c6._0x585c06,-0x1a)]=_0x3892c4[_0xdd3e49(0x179,0x1d0,_0x1d78c6._0x1cddd3,_0x1d78c6._0x560d93)],logger[_0xdd3e49(0x17c,0x16d,0x1cf,_0x1d78c6._0x11aad3)]('Password\x20s'+'et\x20via\x20tok'+'en',_0x26f0ec);const _0x3a6106={};_0x3a6106['id']=_0x4fe540['id'],_0x3a6106[_0xdd3e49(_0x1d78c6._0x482a13,_0x1d78c6._0x256a9e,0x1f4,0x20f)]=_0x4fe540[_0xdd3e49(_0x1d78c6._0x482a13,_0x1d78c6._0x3d1f03,0x195,_0x1d78c6._0x3cb1e0)],_0x3a6106[_0xdd3e49(0x21a,_0x1d78c6._0x102a1c,0x1b7,0x219)]=_0x4fe540[_0x265522(_0x1d78c6._0x527527,_0x1d78c6._0x2f774a,_0x1d78c6._0x442f6a,0x81)];const _0xa12e0b={};_0xa12e0b[_0x265522(_0x1d78c6._0x346799,_0x1d78c6._0x2ce56d,_0x1d78c6._0x4a255e,_0x1d78c6._0x433018)]=_0x3faf00[_0x265522(_0x1d78c6._0x29ef6a,0xfd,0x74,0xc1)],_0xa12e0b[_0xdd3e49(0x229,0x1c8,_0x1d78c6._0x3c6a89,_0x1d78c6._0x44f65c)]=_0x3a6106,_0x144161['json'](_0xa12e0b);}}catch(_0xd93ff6){if(_0x3faf00['YLysW'](_0x3faf00[_0x265522(0x3e,_0x1d78c6._0x13bfe5,_0x1d78c6._0x2ab4bf,0x59)],_0x265522(0x91,_0x1d78c6._0x580e49,0x78,_0x1d78c6._0x34c79d))){const _0x2b3d35={};return _0x2b3d35[_0x265522(_0x1d78c6._0x2219a5,0x124,_0x1d78c6._0x4ee588,0xfb)]=_0x3faf00[_0x265522(_0x1d78c6._0x33aa24,-0x27,0x60,_0x1d78c6._0x2a6722)],_0x5598cd[_0x265522(_0x1d78c6._0x595526,0x4f,_0x1d78c6._0x1fe381,0x7a)](0x7ca+-0x1*-0x11b+-0x755)[_0xdd3e49(0x1e8,0x1e9,_0x1d78c6._0x17d607,0x199)](_0x2b3d35);}else{logger[_0x265522(0xd5,_0x1d78c6._0x231ad4,_0x1d78c6._0x1fe381,_0x1d78c6._0x3a3564)](_0x3faf00[_0x265522(_0x1d78c6._0x499a08,0x63,_0x1d78c6._0xec001a,0xa4)],_0xd93ff6);const _0x1dc83e={};_0x1dc83e[_0xdd3e49(0x224,_0x1d78c6._0x3f3e8d,_0x1d78c6._0x45845f,0x1eb)]=_0x3faf00[_0xdd3e49(_0x1d78c6._0x48d74f,_0x1d78c6._0x231af4,_0x1d78c6._0x59e611,_0x1d78c6._0x21ca7d)],_0x144161['status'](0x1ad+-0x1*0x1c03+-0x8e*-0x33)[_0x265522(_0x1d78c6._0x1bbd81,0x93,0x90,_0x1d78c6._0x3586da)](_0x1dc83e);}}}),router[_0x53b183(0x10e,0x150,0x1a4,0x146)](_0x53b183(0x1b7,0x1bf,0x1e0,0x220)+_0x4f051d(0x193,0x1e3,0x1f5,0x240),requireAuth,requireAdmin,async(_0x5bebb5,_0x3e4179)=>{const _0x1d4ab8={_0x2b2117:0xc3,_0x419d41:0x9d,_0x294c65:0x1a0,_0x2b2c86:0x171,_0x56b52c:0x164,_0x2afc4e:0x1cd,_0x45ffe7:0x16a,_0x56ed75:0x170,_0x4e7d70:0x16a,_0xb7c034:0x1b2,_0x1e347d:0x101,_0x37483f:0x138,_0x2b38cc:0x148,_0x4b7d4a:0x12b,_0x393ea1:0x19f,_0xcab74:0x8e,_0x1ce6cb:0x1a0,_0xa0ded:0x15a,_0x1f6deb:0xff,_0x44a9c5:0x166,_0x1012c8:0x189,_0xf88422:0x155,_0xb6032e:0x1ec,_0x112cff:0x1b8,_0x409890:0x137,_0x4c1dd5:0x16f,_0x3d14f7:0x182,_0x459f1d:0x1ad,_0x445742:0xaa,_0x4b16bd:0x12f,_0x445666:0x141,_0xd921a8:0x172,_0x5d99b3:0x17e,_0x34ad54:0x10b,_0x1e80d6:0x117,_0x10ec9d:0x153,_0x2e580d:0x193,_0x276de8:0x11e,_0x1ad700:0x156,_0x117b37:0x146},_0x2f0e20={_0x2db0d7:0x11,_0x21ec1d:0x191},_0x331e9c={_0x5db901:0x59},_0xecd92e={'ScwXI':function(_0xd99d8e,_0x1eac8f){return _0xd99d8e(_0x1eac8f);},'GQrye':_0x10148a(0xfc,0x8d,_0x1d4ab8._0x2b2117,_0x1d4ab8._0x419d41)+_0x3525a8(0x1c5,0x1a2,_0x1d4ab8._0x294c65,_0x1d4ab8._0x2b2c86),'piemB':function(_0x46b9c2,_0x12076d){return _0x46b9c2(_0x12076d);},'lZFxB':_0x3525a8(_0x1d4ab8._0x56b52c,0x16f,_0x1d4ab8._0x2afc4e,_0x1d4ab8._0x45ffe7)+_0x10148a(0x103,_0x1d4ab8._0x56ed75,_0x1d4ab8._0x4e7d70,_0x1d4ab8._0xb7c034)+_0x10148a(_0x1d4ab8._0x1e347d,0xe1,_0x1d4ab8._0x37483f,0x197)};function _0x10148a(_0x1b00c6,_0x5ec9c1,_0x2315d4,_0x1ed94f){return _0x53b183(_0x1b00c6-0x15,_0x2315d4- -_0x331e9c._0x5db901,_0x2315d4-0xf5,_0x5ec9c1);}function _0x3525a8(_0x5538bd,_0x271d5d,_0x1dcfc5,_0x41b2f7){return _0x53b183(_0x5538bd-0xf0,_0x41b2f7- -_0x2f0e20._0x2db0d7,_0x1dcfc5-_0x2f0e20._0x21ec1d,_0x5538bd);}try{const {userId:_0x5cfc0b}=_0x5bebb5[_0x10148a(0x15e,_0x1d4ab8._0x2b38cc,_0x1d4ab8._0x4b7d4a,0xef)],_0x31327a=await _0xecd92e[_0x10148a(0x14f,_0x1d4ab8._0x393ea1,0x134,0x15d)](findUserById,_0x5cfc0b);if(!_0x31327a){const _0x3d0e89={};return _0x3d0e89['error']=_0xecd92e[_0x10148a(0x83,0xc3,0xd9,_0x1d4ab8._0xcab74)],_0x3e4179[_0x3525a8(0x192,0x190,_0x1d4ab8._0x1ce6cb,0x18e)](0x3ca*-0x6+-0x2a8*-0x2+0x1300)[_0x10148a(_0x1d4ab8._0xa0ded,_0x1d4ab8._0x1f6deb,0x136,_0x1d4ab8._0x44a9c5)](_0x3d0e89);}const _0x34c929=await _0xecd92e[_0x3525a8(_0x1d4ab8._0x1012c8,0xf0,0x107,_0x1d4ab8._0xf88422)](getUserTokens,_0x5cfc0b),_0x4ded30={};_0x4ded30[_0x3525a8(0x15b,_0x1d4ab8._0xb6032e,0x1e2,_0x1d4ab8._0x112cff)]=_0x34c929,_0x3e4179[_0x3525a8(0x1b2,0x1b7,_0x1d4ab8._0x409890,0x17e)](_0x4ded30);}catch(_0x159a2d){logger[_0x10148a(_0x1d4ab8._0x4c1dd5,_0x1d4ab8._0x3d14f7,0x172,_0x1d4ab8._0x459f1d)](_0xecd92e[_0x10148a(0xa7,_0x1d4ab8._0x445742,0xe8,_0x1d4ab8._0x4b16bd)],_0x159a2d);const _0x4e763b={};_0x4e763b[_0x10148a(0x142,_0x1d4ab8._0x445666,_0x1d4ab8._0xd921a8,_0x1d4ab8._0x5d99b3)]=_0x3525a8(0x1c3,_0x1d4ab8._0x34ad54,_0x1d4ab8._0x1e80d6,0x16a)+_0x10148a(_0x1d4ab8._0x10ec9d,0x19a,_0x1d4ab8._0x4e7d70,_0x1d4ab8._0x2e580d)+'okens',_0x3e4179[_0x10148a(_0x1d4ab8._0x276de8,_0x1d4ab8._0x1ad700,_0x1d4ab8._0x117b37,0x12d)](0x32*0x33+0xa*-0x342+0xaa*0x25)['json'](_0x4e763b);}}),router['delete'](_0x53b183(0x1db,0x1ba,0x1a1,0x1e4)+'okenId',requireAuth,requireAdmin,async(_0x3e54f1,_0x7bbf4a)=>{const _0x5390ca={_0xe5d0eb:0x85,_0x420ca1:0x88,_0x410d13:0x51,_0x5a7780:0x8f,_0x5a0a23:0x4a,_0x49cfd9:0x7,_0x4369a9:0x37,_0x3d7fba:0x5,_0x206cc7:0xa,_0x1ec1b8:0x3a,_0x2a2a0e:0x3b,_0x239183:0x17,_0x4dce94:0x85,_0x42f731:0xa2,_0x4153b1:0x3c,_0x35eaa1:0x2d,_0x26760e:0x4c,_0x2b09f5:0x42,_0x3311e7:0x32,_0x3721c5:0x9,_0x174750:0x13d,_0x4aceee:0x71,_0x4ebbe1:0x22,_0x55cb85:0x86,_0x4560b3:0x21,_0x372cbe:0x13,_0x4f7d6e:0x9a,_0x46cf82:0x64,_0x164afd:0x6e,_0x2fe91c:0x11,_0x5c4f82:0x38,_0x422791:0x74,_0x486a8e:0x25,_0x4ee6fb:0x1a,_0x3c6594:0x7e,_0x4e54ac:0xde,_0x365484:0x2e,_0xf8e5ed:0x14,_0x41b971:0x94,_0x3db979:0x23,_0x1914c9:0x2f,_0xf15755:0x3d,_0x475fe2:0x49,_0x2f7f17:0x89,_0x5f3514:0x34,_0x404032:0x3b,_0x2f8e97:0x26,_0x59fedb:0xe,_0x252873:0x69,_0x3896a3:0x6e,_0xc8153a:0x15,_0x3a8d27:0x19,_0x17c6b8:0xd,_0xf28532:0x1b,_0x1d3ece:0x24,_0x3bc290:0x0,_0x16ee62:0xd5,_0xd165dc:0xd,_0x4f378c:0x62,_0x3da8fb:0x39,_0x538b6f:0xc,_0x3250b0:0x63,_0x231f1e:0x28,_0x2efae5:0x6,_0xb1952b:0x2,_0x3f8da7:0x20,_0x132751:0xc6,_0x135659:0xc6,_0x147493:0xd2,_0x56edba:0x71},_0x4aa39b={_0x56afdc:0x236},_0x1db353={'CYxIF':_0x1f2acb(-_0x5390ca._0xe5d0eb,-_0x5390ca._0x420ca1,-_0x5390ca._0x410d13,-_0x5390ca._0x5a7780)+'get\x20email\x20'+_0x149354(0x9,0x15,0x7,0x58)+_0x149354(0x2d,_0x5390ca._0x5a0a23,-_0x5390ca._0x49cfd9,-_0x5390ca._0x4369a9),'tfsYO':'friwm','BEsSG':_0x149354(0x5,-_0x5390ca._0x3d7fba,_0x5390ca._0x206cc7,_0x5390ca._0x1ec1b8),'rwVYk':function(_0x3a8649,_0x4b1067){return _0x3a8649(_0x4b1067);},'dwySN':function(_0x2944c3,_0x534d3e){return _0x2944c3===_0x534d3e;},'tdTeJ':_0x149354(0x40,-0x24,0x84,0x5),'gHiRz':'MkyFh','wkbeV':'Token\x20not\x20'+'found','hSpIL':'Token\x20revo'+_0x149354(0x34,_0x5390ca._0x2a2a0e,_0x5390ca._0x239183,0x86),'dMYah':_0x1f2acb(-_0x5390ca._0x4dce94,-_0x5390ca._0x42f731,-0x5f,-0x3e)+_0x1f2acb(-_0x5390ca._0x4153b1,-0xa0,-0x81,_0x5390ca._0x35eaa1)+'en'};function _0x1f2acb(_0x1cc68a,_0x360d95,_0x1755b6,_0x5a7f8c){return _0x4f051d(_0x1cc68a-0x8e,_0x1cc68a- -_0x4aa39b._0x56afdc,_0x5a7f8c,_0x5a7f8c-0x37);}function _0x149354(_0x673d1d,_0x1bb8da,_0x2d3f60,_0x584a94){return _0x4f051d(_0x673d1d-0x3b,_0x673d1d- -0x188,_0x2d3f60,_0x584a94-0x1a5);}try{if(_0x1db353['tfsYO']!==_0x1db353['BEsSG']){const {tokenId:_0x4b8044}=_0x3e54f1['params'],_0x5da887=await _0x1db353['rwVYk'](revokeToken,_0x4b8044);if(!_0x5da887){if(_0x1db353['dwySN'](_0x1db353[_0x149354(0x6e,_0x5390ca._0x26760e,0xa,0x95)],_0x1db353[_0x149354(0x16,-_0x5390ca._0x2b09f5,-_0x5390ca._0x3311e7,-_0x5390ca._0x3721c5)])){const _0x49b68c={};return _0x49b68c['valid']=![],_0x49b68c['error']=_0x1f2acb(-0xe4,-0x93,-_0x5390ca._0x174750,-0xc0)+'ound',_0x2583e1[_0x1f2acb(-_0x5390ca._0x4aceee,-0xce,-_0x5390ca._0x4ebbe1,-0x3d)](_0x49b68c);}else{const _0x3393b3={};return _0x3393b3[_0x1f2acb(-0x35,-0x90,-_0x5390ca._0x55cb85,_0x5390ca._0x4560b3)]=_0x1db353[_0x1f2acb(-0x42,-0x65,_0x5390ca._0x372cbe,-_0x5390ca._0x4f7d6e)],_0x7bbf4a['status'](0x26b7+-0x5c3+-0x1f60)['json'](_0x3393b3);}}const _0xec9110={};_0xec9110[_0x1f2acb(-_0x5390ca._0x46cf82,-_0x5390ca._0x164afd,-0x83,-_0x5390ca._0x2fe91c)]=_0x3e54f1[_0x1f2acb(-0x30,_0x5390ca._0x5c4f82,0x26,-0x7d)]['id'],_0xec9110[_0x1f2acb(-0x44,-_0x5390ca._0x422791,-_0x5390ca._0x486a8e,0x11)+_0x149354(_0x5390ca._0x4ee6fb,-_0x5390ca._0x49cfd9,_0x5390ca._0x422791,0x67)]=_0x3e54f1[_0x149354(_0x5390ca._0x3c6594,0x9b,0x29,_0x5390ca._0x4e54ac)][_0x149354(_0x5390ca._0x365484,_0x5390ca._0xf8e5ed,_0x5390ca._0x41b971,_0x5390ca._0x3db979)],_0xec9110[_0x149354(-0x6,_0x5390ca._0x1914c9,0x4b,-_0x5390ca._0xf15755)]=_0x4b8044,logger[_0x149354(-0x2f,-_0x5390ca._0x475fe2,0x16,-_0x5390ca._0x2f7f17)](_0x1db353[_0x149354(0x7,-_0x5390ca._0x5f3514,-0x28,0x42)],_0xec9110);const _0x4191c7={};_0x4191c7[_0x1f2acb(-_0x5390ca._0x404032,-_0x5390ca._0x2f8e97,_0x5390ca._0x59fedb,0x21)]=_0x1f2acb(-_0x5390ca._0x252873,-0xcc,-_0x5390ca._0x3896a3,-0x38)+_0x149354(_0x5390ca._0xc8153a,0x14,0x57,0x1)+'sfully',_0x7bbf4a[_0x149354(_0x5390ca._0xf15755,-_0x5390ca._0x3a8d27,_0x5390ca._0x17c6b8,_0x5390ca._0xf28532)](_0x4191c7);}else try{const _0xfbc0df=_0x4e9ed0();_0x19dd9f[_0x149354(0x3d,_0x5390ca._0x1d3ece,_0x5390ca._0x3bc290,0x6f)](_0xfbc0df);}catch(_0xa136f0){_0x40b995['error']('Failed\x20to\x20'+_0x1f2acb(-0xf5,-0xbd,-0x9e,-_0x5390ca._0x16ee62)+'config\x20sta'+_0x1f2acb(-0x4f,0x13,-_0x5390ca._0xd165dc,0x17),_0xa136f0);const _0x4323ef={};_0x4323ef[_0x1f2acb(-0x35,-_0x5390ca._0x4f378c,-_0x5390ca._0x3da8fb,-_0x5390ca._0x4153b1)]=_0x1db353[_0x149354(-_0x5390ca._0x538b6f,0x3,-_0x5390ca._0x3250b0,_0x5390ca._0x231f1e)],_0x28197e[_0x149354(0x4d,-_0x5390ca._0x2efae5,_0x5390ca._0xb1952b,_0x5390ca._0x3f8da7)](-0x1b84+0x6fb+0x12f*0x13)['json'](_0x4323ef);}}catch(_0x1701c1){logger['error'](_0x1db353[_0x1f2acb(-_0x5390ca._0x132751,-0x75,-0xbd,-0xd4)],_0x1701c1);const _0x391b4b={};_0x391b4b[_0x149354(0x79,0xc6,0x61,0x25)]=_0x1db353[_0x1f2acb(-_0x5390ca._0x135659,-_0x5390ca._0x147493,-0x6d,-0x105)],_0x7bbf4a['status'](0x1*0x1e5e+-0x49+-0x1c21)[_0x1f2acb(-_0x5390ca._0x56edba,-0x83,-0xa3,-0xc3)](_0x391b4b);}});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;
|