@profoundlogic/coderflow-server 0.8.1 → 0.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (177) hide show
  1. package/dist/coder-server.js +1 -1
  2. package/dist/config.js +1 -1
  3. package/dist/lib/agent-keepalive.js +1 -1
  4. package/dist/lib/agent-models.js +1 -1
  5. package/dist/lib/api-keys.js +1 -1
  6. package/dist/lib/apiKeys.js +1 -1
  7. package/dist/lib/app-server-ports.js +1 -1
  8. package/dist/lib/auto-judge.js +1 -1
  9. package/dist/lib/automation-service.js +1 -1
  10. package/dist/lib/basic-auth.js +1 -1
  11. package/dist/lib/bindings.js +1 -1
  12. package/dist/lib/build-history.js +1 -1
  13. package/dist/lib/build-output-service.js +1 -1
  14. package/dist/lib/build-scheduler.js +1 -1
  15. package/dist/lib/build-service.js +1 -1
  16. package/dist/lib/ca-certificates.js +1 -1
  17. package/dist/lib/claude-oauth-refresh.js +1 -1
  18. package/dist/lib/cli/build.js +1 -1
  19. package/dist/lib/cli/cleanup-users.js +1 -1
  20. package/dist/lib/cli/config-command.js +1 -1
  21. package/dist/lib/cli/config.js +1 -1
  22. package/dist/lib/cli/create-user.js +1 -1
  23. package/dist/lib/cli/grant-admin.js +1 -1
  24. package/dist/lib/cli/init.js +1 -1
  25. package/dist/lib/cli/jira.js +1 -1
  26. package/dist/lib/cli/license.js +1 -1
  27. package/dist/lib/cli/list-roles.js +1 -1
  28. package/dist/lib/cli/list-users.js +1 -1
  29. package/dist/lib/cli/server-manager.js +1 -1
  30. package/dist/lib/cli/set-password.js +1 -1
  31. package/dist/lib/compression-filter.js +1 -1
  32. package/dist/lib/config-migration.js +1 -1
  33. package/dist/lib/container-credential-sync.js +1 -1
  34. package/dist/lib/container-tokens.js +1 -1
  35. package/dist/lib/data-dir.js +1 -1
  36. package/dist/lib/deployment-history.js +1 -1
  37. package/dist/lib/deployment-service.js +1 -1
  38. package/dist/lib/docker-utils.js +1 -1
  39. package/dist/lib/email.js +1 -1
  40. package/dist/lib/emailTemplates.js +1 -1
  41. package/dist/lib/entitlement.js +1 -1
  42. package/dist/lib/external-connections.js +1 -1
  43. package/dist/lib/fetch-utils.js +1 -1
  44. package/dist/lib/git-commit-details-route.js +1 -1
  45. package/dist/lib/git-history-diff-guardrails.js +1 -1
  46. package/dist/lib/git-provider-service.js +1 -1
  47. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  48. package/dist/lib/git-provider-setup/index.js +1 -1
  49. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  50. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  51. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  52. package/dist/lib/git-providers/github-app-provider.js +1 -1
  53. package/dist/lib/git-providers/index.js +1 -1
  54. package/dist/lib/git-providers/provider-factory.js +1 -1
  55. package/dist/lib/git-providers/provider-interface.js +1 -1
  56. package/dist/lib/github-urls.js +1 -1
  57. package/dist/lib/group-objective-linking.js +1 -1
  58. package/dist/lib/ibmi-sync.js +1 -1
  59. package/dist/lib/jira-client.js +1 -1
  60. package/dist/lib/judge-blinding.js +1 -1
  61. package/dist/lib/logger.js +1 -1
  62. package/dist/lib/memory-utils.js +1 -1
  63. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  64. package/dist/lib/model-fetcher.js +1 -1
  65. package/dist/lib/notifications.js +1 -1
  66. package/dist/lib/objective-context.js +1 -1
  67. package/dist/lib/oidc-auth.js +1 -1
  68. package/dist/lib/oidc-device-flow.js +1 -1
  69. package/dist/lib/passwordTokens.js +1 -1
  70. package/dist/lib/permission-resolver.js +1 -1
  71. package/dist/lib/pin-cascade.js +1 -1
  72. package/dist/lib/provider-accounts.js +1 -1
  73. package/dist/lib/provider-oauth.js +1 -1
  74. package/dist/lib/provider-profile.js +1 -1
  75. package/dist/lib/provider-token-refresh.js +1 -1
  76. package/dist/lib/rbac-user-state.js +1 -1
  77. package/dist/lib/request-url.js +1 -1
  78. package/dist/lib/rewind.js +1 -1
  79. package/dist/lib/role-definitions.js +1 -1
  80. package/dist/lib/roles.js +1 -1
  81. package/dist/lib/secrets.js +1 -1
  82. package/dist/lib/setup-repo-git-auth.js +1 -1
  83. package/dist/lib/state-capture.js +1 -1
  84. package/dist/lib/static-files.js +1 -1
  85. package/dist/lib/task-aliases.js +1 -1
  86. package/dist/lib/task-container-init.js +1 -1
  87. package/dist/lib/task-context-usage.js +1 -1
  88. package/dist/lib/task-name-format.js +1 -1
  89. package/dist/lib/task-name-generator.js +1 -1
  90. package/dist/lib/task-source-metadata.js +1 -1
  91. package/dist/lib/teams.js +1 -1
  92. package/dist/lib/user-git-oauth.js +1 -1
  93. package/dist/lib/user-git-tokens.js +1 -1
  94. package/dist/lib/users.js +1 -1
  95. package/dist/middleware/requireAuth.js +1 -1
  96. package/dist/middleware/requireInit.js +1 -1
  97. package/dist/middleware/requirePermission.js +1 -1
  98. package/dist/package.json +1 -1
  99. package/dist/playwright.config.js +1 -1
  100. package/dist/playwright.task-terminal.config.js +1 -1
  101. package/dist/routes/apiKeys.js +1 -1
  102. package/dist/routes/auth-oidc.js +1 -1
  103. package/dist/routes/auth.js +1 -1
  104. package/dist/routes/automations.js +1 -1
  105. package/dist/routes/bindings.js +1 -1
  106. package/dist/routes/build.js +1 -1
  107. package/dist/routes/containers.js +1 -1
  108. package/dist/routes/deploy-task.js +1 -1
  109. package/dist/routes/environment-management.js +1 -1
  110. package/dist/routes/environments.js +1 -1
  111. package/dist/routes/external-skills.js +1 -1
  112. package/dist/routes/git-credentials.js +1 -1
  113. package/dist/routes/git-oauth.js +1 -1
  114. package/dist/routes/git-provider-setup.js +1 -1
  115. package/dist/routes/health.js +1 -1
  116. package/dist/routes/jira.js +1 -1
  117. package/dist/routes/logs.js +1 -1
  118. package/dist/routes/objective-management.js +1 -1
  119. package/dist/routes/password.js +1 -1
  120. package/dist/routes/prompt.js +1 -1
  121. package/dist/routes/provider-auth.js +1 -1
  122. package/dist/routes/qa.js +1 -1
  123. package/dist/routes/roles.js +1 -1
  124. package/dist/routes/settings.js +1 -1
  125. package/dist/routes/skill-management.js +1 -1
  126. package/dist/routes/skills.js +1 -1
  127. package/dist/routes/stats.js +1 -1
  128. package/dist/routes/tasks.js +1 -1
  129. package/dist/routes/teams.js +1 -1
  130. package/dist/routes/templates.js +1 -1
  131. package/dist/routes/test-task.js +1 -1
  132. package/dist/routes/test.js +1 -1
  133. package/dist/routes/users.js +1 -1
  134. package/dist/routes/visualizations.js +1 -1
  135. package/dist/scripts/create-user.js +1 -1
  136. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  137. package/dist/start.js +1 -1
  138. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  139. package/dist/web-ui/public/activity-feed.js +1 -1
  140. package/dist/web-ui/public/activity-formatters.js +1 -1
  141. package/dist/web-ui/public/admin.js +1 -1
  142. package/dist/web-ui/public/agent-event-parser.js +1 -1
  143. package/dist/web-ui/public/app.js +1 -1
  144. package/dist/web-ui/public/approve-dialog.js +1 -1
  145. package/dist/web-ui/public/automation-links.js +1 -1
  146. package/dist/web-ui/public/automation-schedule.js +1 -1
  147. package/dist/web-ui/public/comments-widget.js +1 -1
  148. package/dist/web-ui/public/diff-utils.js +1 -1
  149. package/dist/web-ui/public/environments.js +1 -1
  150. package/dist/web-ui/public/feedback-widget.js +1 -1
  151. package/dist/web-ui/public/file-selection-tree.js +1 -1
  152. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  153. package/dist/web-ui/public/git-history.js +1 -1
  154. package/dist/web-ui/public/git-status.js +1 -1
  155. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  156. package/dist/web-ui/public/index.js +1 -1
  157. package/dist/web-ui/public/login.js +1 -1
  158. package/dist/web-ui/public/markdown-editor.js +1 -1
  159. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  160. package/dist/web-ui/public/modal-maximize.js +1 -1
  161. package/dist/web-ui/public/notifications.js +1 -1
  162. package/dist/web-ui/public/permissions.js +1 -1
  163. package/dist/web-ui/public/pr-dialog.js +1 -1
  164. package/dist/web-ui/public/roles.js +1 -1
  165. package/dist/web-ui/public/settings.js +1 -1
  166. package/dist/web-ui/public/setup-password.js +1 -1
  167. package/dist/web-ui/public/skills.js +1 -1
  168. package/dist/web-ui/public/sse-client.js +1 -1
  169. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  170. package/dist/web-ui/public/task-judging-helpers.js +1 -1
  171. package/dist/web-ui/public/task.js +1 -1
  172. package/dist/web-ui/public/teams.js +1 -1
  173. package/dist/web-ui/public/terminal.js +1 -1
  174. package/dist/web-ui/public/theme.js +1 -1
  175. package/dist/web-ui/public/users.js +1 -1
  176. package/dist/web-ui/public/variant-grouping.js +1 -1
  177. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x37c36c,_0x2035f5){const _0x252b3a={_0x4edc3a:0x56,_0x442dbf:0x7,_0xf4dcd2:0x64,_0x21b598:0x2c,_0x12908b:0x29,_0x2dd61d:0x9c,_0x48eedf:0x16f,_0x4a9c76:0x14e,_0x5f0244:0x122,_0x234d0d:0x52,_0x2788ed:0x63,_0x3dedf5:0x33,_0x54ca74:0x74,_0xb3218d:0x160,_0x3ab4e8:0x177,_0x4d683f:0x1b1,_0x44f3c9:0x14b,_0x37dedd:0x17d,_0x472dbd:0x157},_0x24db87={_0x1fa878:0x1ce};function _0x5afb83(_0xac4002,_0x56c3de,_0x136bbe,_0x3d004e){return _0x2e7d(_0x56c3de- -_0x24db87._0x1fa878,_0x136bbe);}const _0x3fc79c=_0x37c36c();function _0x1f9204(_0x2be2e6,_0x162cf2,_0x1964cd,_0x4e6d47){return _0x2e7d(_0x2be2e6- -0x397,_0x1964cd);}while(!![]){try{const _0xba738c=-parseInt(_0x5afb83(0x3d,0x4d,_0x252b3a._0x4edc3a,-_0x252b3a._0x442dbf))/(-0x8*-0x31c+-0xb5c+0x3*-0x481)+-parseInt(_0x5afb83(0x8b,_0x252b3a._0xf4dcd2,0x90,0x58))/(0x6ae+-0x19bf+0x1313)*(-parseInt(_0x5afb83(_0x252b3a._0x21b598,0x57,_0x252b3a._0x12908b,0xac))/(-0x8eb+-0x3a9*-0x1+0x545))+-parseInt(_0x5afb83(_0x252b3a._0x2dd61d,0x7e,0xb6,0x5e))/(0x1f25+-0x1ff1+0xd0)*(-parseInt(_0x1f9204(-0x163,-0x1a4,-0x1a5,-_0x252b3a._0x48eedf))/(-0x1482+0x17*-0x71+-0x1ce*-0x11))+parseInt(_0x1f9204(-0x1c5,-0x1e3,-0x188,-0x1db))/(-0x3*0x476+0x29*-0xc5+0x2a5*0x11)*(-parseInt(_0x1f9204(-_0x252b3a._0x4a9c76,-0x138,-0x117,-_0x252b3a._0x5f0244))/(-0x2012+0x1f14+-0x3*-0x57))+parseInt(_0x5afb83(_0x252b3a._0x234d0d,0x42,_0x252b3a._0x2788ed,_0x252b3a._0x3dedf5))/(-0x17ac+-0x1*0x1319+-0x1*-0x2acd)*(-parseInt(_0x5afb83(0x40,0x65,_0x252b3a._0x54ca74,0xf))/(0x21d5+-0x1374+-0x2*0x72c))+parseInt(_0x1f9204(-_0x252b3a._0xb3218d,-0x191,-_0x252b3a._0x3ab4e8,-0x17c))/(0x77e+0x17b2+-0x1f26)*(parseInt(_0x1f9204(-0x1d2,-_0x252b3a._0x4d683f,-0x1c5,-0x1a7))/(-0x13d1+0x10f*-0x7+0x1b45))+-parseInt(_0x1f9204(-0x195,-_0x252b3a._0x44f3c9,-0x154,-_0x252b3a._0x37dedd))/(0x96+0xf2e+0x1*-0xfb8)*(-parseInt(_0x1f9204(-0x16c,-_0x252b3a._0x472dbd,-0x16e,-0x1a1))/(0xa*-0x2ef+0x716*0x5+-0x7*0xdd));if(_0xba738c===_0x2035f5)break;else _0x3fc79c['push'](_0x3fc79c['shift']());}catch(_0x5683d5){_0x3fc79c['push'](_0x3fc79c['shift']());}}}(_0x3934,0xe5c25+-0xa6afe+0x72425));import _0x22980a from'express';import{logger}from'../lib/logger.js';import{requireAuth,requireAdmin}from'../middleware/requireAuth.js';function _0x3934(){const _0x58137a=['yxjHy3rLCNm','mtC4r3nwB3zb','mJe5odeWnNPuDxzbAW','ntbTEfr3Avy','EKPor0W','C2z1BgX5','mJbqwM9JDw8','ugfZC3DVCMqGDa','vg9Rzw4GAxmGCG','Dg9Rzw4','sw52ywXPzcbVCG','rKzYsM0','DxnLCM5HBwu','qNbht3G','ihnLDcb1Ccbttq','z2v0','DxnLCK5HBwu','C2vUzcbWyxnZDW','BwvUDcb2yxjPyq','Aw5JBhvKzxm','zLrqAhG','zxHWAxjLC19HDa','vK9cr0i','y29UzMLNDxjHDa','mJf6tujswLq','C3DVCMqUAhrTBa','t2zLyxy','mtm2nZKYt1nlEunY','zxqGDMLHihrVAW','Axnquui','DcbJB25MAwD1CG','C1PhANi','wMruzgi','vg9Rzw4GBM90ia','vxnLCIbUB3qGzG','l3nLDhvWlxbHCW','BwvZC2fNzq','rMfPBgvKihrVia','DeDOr1u','rNnbBuy','C2v0DxbvCMW','Ehj0z3G','s1LMs0q','C2v0Dxa','B2TLBG','wLzfEKG','yNzbtfK','vxnLCIbjrcbPCW','CgfZC3DVCMqTCW','Ahb6seC','tu1vvxu','uLn6BLO','y0XXzuK','zw1HAwXtzw50','BgvUz3rO','v0vbALa','BwX0sLK','l2vTywLSlwnVBG','DhvZ','l2nYzwf0zs10BW','Dwrgsui','vLzNrK4','zNvSBhK','z2v0igvTywLSia','ig9YicjYzxnLDa','vg9Rzw4Gyw5Kia','nJi2ntC4n2r6vgTkzW','se1ywue','ywD3tgO','ugfZC3DVCMqGCW','yMuGiNnLDhvWiG','y29UzMLNDxjLza','zw1HAwXfCNjVCG','qKX0yKC','DMfSAwq','Cg9ZDa','CxvLCNK','z2v0ihvZzxiGDa','p3rVA2vUpq','mJq5ntu3nfDizNbutG','BgTkDMe','B2TLBNm','zw1HAwW','DgvTCgXHDgu','Dg9Rzw5uExbL','Aw9Uihn0yxr1CW','zxHWAxjLC0LU','BMfTzq','DhLWzq','l3rVA2vUCY86Da','igv4CgLYzwqGDa','zNnoDfy','AwDjs1i','zxqGC3vJy2vZCW','rw1HAwWGBM90ia','Aw5MBW','qunkt3i','y0DizNa','D2TmvMe','CMfuANa','DwLJvuy','zxf1AxjLza','t2flCMq','zxr1CcbLBwfPBa','vfaGzw52AxjVBG','uNzJs3C','AgnMsuq','zgvSzxrL','A2vK','q1zcr2C','CgfYyw1Z','q1DdvLy','C2v0ihbHC3n3BW','BMqGzw1HAwXZlG','rhjMD2i','vg9Rzw4GCMv2BW','z1vdrKu','ugfZC3DVCMqGBq','ywrTAw5vC2vYBG','zM91BMq','DxnLCG','r2HoBeG','zgf0yq','A2vU','Dxn0igjLigf0ia','C3rHDhvZ','l3rVA2vUCY86Dq','ntuZotCYohrZB1nHva','r05wqKW','zMLN','ENHNEKu','nYbKyxLZ','zxnLDa','ANnVBG','B1Dws08','su5wywW','ywHky0S','sMnMuge','CMuGCMvXDwLYzq','ihjLCxvPCMvK','DxnLCKLK','offKu0HbAG','t1fYz08','y29UzMLNihn0yq','CgfZC3DVCMqGyq','B3jKigvTywLS','lIbqBgvHC2uGyW','u1HpvLG','CMrcyNG','CgfZC3DVCMqTCG','zxjYB3i','tKTozKm','nJK3mZq4uMjPChnY','B2TLBIbJCMvHDa','C2vYswq','CMv2B2TLihrVAW','AwWGC2vUDcb0BW','B3vUza','zwqGC3vJy2vZCW','yw1L','yKDYD0C','zfDIveq','mZi3otn6BevcALm','B3b5ihrOzsbSAq','BgvHC3qGocbJAa','qND0rva','DMfSAwrHDguGDa','DgfYz2v0vxnLCG','mtnLBe9SExC','AxjKwKO','wgvOCfi','CMvZzxq','qwLezwS','yM9KEq'];_0x3934=function(){return _0x58137a;};return _0x3934();}import{getRequestBaseUrl}from'../lib/request-url.js';import{findUserById,setUserPassword}from'../lib/users.js';function _0x2e7d(_0x1e5681,_0x2406bb){_0x1e5681=_0x1e5681-(0x1bee+0x188f+-0x32c6);const _0x802eb7=_0x3934();let _0x319d2b=_0x802eb7[_0x1e5681];if(_0x2e7d['txgRnD']===undefined){var _0x24d3f4=function(_0x5d806f){const _0x4fabbd='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xd3aed9='',_0x3f902a='';for(let _0x57483d=0x1cb1+0x2204+-0x3eb5,_0x43e9c7,_0x1a5112,_0xba39a6=-0x9*0x448+0xcf7+-0x51d*-0x5;_0x1a5112=_0x5d806f['charAt'](_0xba39a6++);~_0x1a5112&&(_0x43e9c7=_0x57483d%(-0x1*0x1c2b+-0x1*-0x2606+-0x9d7)?_0x43e9c7*(0x3d*0x29+0x100d+0x3*-0x886)+_0x1a5112:_0x1a5112,_0x57483d++%(-0x7ed*-0x1+-0x2*-0xf41+-0x266b))?_0xd3aed9+=String['fromCharCode'](0xc*-0x61+0xe*-0x3f+0x3*0x2ff&_0x43e9c7>>(-(0x1*-0x183d+-0x8*-0x3fb+-0x799)*_0x57483d&-0x1*0x593+-0x1*0xcbc+0xf7*0x13)):-0x2e*-0x7c+-0x13ed+-0x1*0x25b){_0x1a5112=_0x4fabbd['indexOf'](_0x1a5112);}for(let _0x28c6f6=-0x565+-0x2389+0x28ee,_0x458d94=_0xd3aed9['length'];_0x28c6f6<_0x458d94;_0x28c6f6++){_0x3f902a+='%'+('00'+_0xd3aed9['charCodeAt'](_0x28c6f6)['toString'](0x7*-0x424+-0x12ed+0x1*0x2ff9))['slice'](-(0x249a+-0x14d8+-0xfc0));}return decodeURIComponent(_0x3f902a);};_0x2e7d['DvmDDX']=_0x24d3f4,_0x2e7d['QtJtlJ']={},_0x2e7d['txgRnD']=!![];}const _0x42b4ce=_0x802eb7[0xdc1+-0x9*0x259+-0x1*-0x760],_0x567a3a=_0x1e5681+_0x42b4ce,_0x3cf717=_0x2e7d['QtJtlJ'][_0x567a3a];return!_0x3cf717?(_0x319d2b=_0x2e7d['DvmDDX'](_0x319d2b),_0x2e7d['QtJtlJ'][_0x567a3a]=_0x319d2b):_0x319d2b=_0x3cf717,_0x319d2b;}function _0x2a260a(_0x162953,_0xdaa2b9,_0xe1fe52,_0x1b9849){const _0x3bdc24={_0x45a163:0x1fa};return _0x2e7d(_0xdaa2b9-_0x3bdc24._0x45a163,_0x1b9849);}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=_0x22980a['Router']();router['get'](_0x2a260a(0x369,0x3b6,0x3ba,0x365)+_0x2a260a(0x436,0x3fe,0x437,0x3a8),requireAuth,requireAdmin,async(_0x468dd3,_0x682104)=>{const _0x573ee0={_0x282486:0xcc,_0x4357f3:0xb2,_0x1791e0:0x11b,_0x4776f7:0x112,_0x1699e4:0xd9,_0x50d56e:0xcd,_0x2c2105:0x133,_0x220830:0x85,_0x59bb96:0xa5,_0x4cf691:0x41,_0x29b3d8:0x78,_0x4aab04:0x98,_0x4de602:0xd5,_0x560000:0x88,_0x1a7bc6:0x158,_0x34a7e7:0x19d,_0x54d556:0xfc,_0x373f05:0xfe,_0x380978:0xd2,_0x1200d6:0x57,_0x18a441:0x58,_0x334695:0x7f,_0x45b6c1:0x86,_0x3091bf:0x13b,_0x13d288:0x112,_0x13af5c:0xfc},_0x1ca301={_0x298105:0x17b},_0x4904f6={_0x11cd0e:0xc,_0x3f3d1e:0xe6,_0x34010d:0x11f},_0x3e2e60={'isPQB':function(_0x1e6edc){return _0x1e6edc();}};function _0x89b146(_0x50a15e,_0x3e22b7,_0x1b2330,_0x49dbd6){return _0x5f5049(_0x50a15e-_0x4904f6._0x11cd0e,_0x50a15e- -_0x4904f6._0x3f3d1e,_0x1b2330-_0x4904f6._0x34010d,_0x49dbd6);}function _0x344eea(_0x358a6f,_0x4ea345,_0x55d43a,_0x706220){return _0x2a260a(_0x358a6f-0x12,_0x4ea345- -0x514,_0x55d43a-_0x1ca301._0x298105,_0x55d43a);}try{const _0x31dfc4=_0x3e2e60[_0x344eea(-0xa2,-_0x573ee0._0x282486,-0xb2,-_0x573ee0._0x4357f3)](getEmailConfigStatus);_0x682104[_0x344eea(-_0x573ee0._0x1791e0,-_0x573ee0._0x4776f7,-_0x573ee0._0x1699e4,-0xf1)](_0x31dfc4);}catch(_0x336311){logger[_0x344eea(-_0x573ee0._0x50d56e,-0x101,-0x10a,-_0x573ee0._0x2c2105)]('Failed\x20to\x20'+'get\x20email\x20'+_0x89b146(0x91,_0x573ee0._0x220830,_0x573ee0._0x59bb96,_0x573ee0._0x4cf691)+_0x89b146(0x3c,_0x573ee0._0x29b3d8,0x9,0x4c),_0x336311);const _0x4b27fc={};_0x4b27fc[_0x89b146(_0x573ee0._0x4aab04,0x96,0x4e,0x5e)]=_0x89b146(_0x573ee0._0x4de602,_0x573ee0._0x560000,0x8b,0xce)+_0x344eea(-0x1aa,-_0x573ee0._0x1a7bc6,-_0x573ee0._0x34a7e7,-0x150)+_0x89b146(0xc7,_0x573ee0._0x54d556,_0x573ee0._0x373f05,_0x573ee0._0x380978)+_0x89b146(_0x573ee0._0x1200d6,0x22,_0x573ee0._0x18a441,0xe),_0x682104[_0x89b146(_0x573ee0._0x334695,0xc5,_0x573ee0._0x45b6c1,0x54)](-0x8*0x332+-0x7e4+0x46d*0x8)[_0x344eea(-_0x573ee0._0x3091bf,-_0x573ee0._0x13d288,-_0x573ee0._0x13af5c,-0xf7)](_0x4b27fc);}}),router[_0x5f5049(0xf6,0x133,0x163,0xfd)](_0x2a260a(0x398,0x3b8,0x3dd,0x3bd)+_0x5f5049(0x134,0x163,0x169,0x111),requireAuth,requireAdmin,async(_0x3041b3,_0x397383)=>{const _0x567fa2={_0x4bcc76:0xe6,_0x280df3:0xb7,_0x5042cd:0x9c,_0xb80393:0x73,_0x4ef516:0x576,_0x268192:0x581,_0x23a996:0x4ee,_0x175a7c:0x52f,_0x46bd5a:0x4e8,_0x31533c:0x545,_0x238fae:0x56a,_0x35667a:0x5f1,_0x29e5e8:0x5f7,_0x1df712:0x11c,_0x76cfa2:0x126,_0x34a5c2:0xd8,_0x50e312:0xa9,_0xb4b8d2:0x41,_0x409ec2:0xa4,_0xa10f46:0x560,_0xa26331:0x4f0,_0x3ed4fa:0xb1,_0x50aed5:0xa5,_0x225d03:0xd0,_0x316b1f:0x50a,_0x78cb33:0x536,_0x3890e2:0x577,_0x24e42e:0x11b,_0x5624ba:0x112,_0x401529:0x124,_0xd23eda:0xee,_0x21665f:0x569,_0x4e01ad:0x52d,_0x49754a:0x568,_0x526562:0xce,_0x5071d1:0xaa,_0x4981ff:0x65,_0x460c80:0x520,_0x459d1a:0x52e,_0x2d2d7c:0x4e7,_0x452d9f:0x539,_0x496998:0x546,_0x516bca:0xbd,_0x1fa34d:0xa3,_0x3cb212:0x532,_0x199a21:0x54e,_0x3c9146:0x516,_0x4b25e4:0x537,_0xb21ccf:0x4f5,_0x4ccec0:0x55b,_0x4c1d01:0x8f,_0x48c710:0x9f,_0x3a00dd:0xde,_0x2030cc:0xe0,_0x50ae4f:0xf3,_0x2cd0ca:0x133,_0x43b020:0x9b,_0x24af09:0xea,_0x171d19:0x39,_0x4b4413:0x6d,_0x4dc9f5:0xbe,_0x5c7177:0x573,_0x2a070f:0x571,_0x6b017e:0x557,_0x2db52b:0x558,_0x472490:0x5c3,_0x56b2c3:0x5e1,_0x6de3a1:0x5af,_0x3f9421:0x57b,_0x53df2a:0x6a,_0x1c71c2:0xc9,_0x3e4186:0xe4,_0x559214:0x554,_0x64d2ed:0x5ad,_0x14a058:0x578,_0x5be984:0x123,_0x46542a:0x172,_0x4eb464:0x143,_0x52a7a1:0xf3,_0x3947b1:0x59d,_0x26fd6a:0x553,_0x52120c:0x5bf,_0x22cd02:0x5b5,_0xa264e:0x512,_0x208ca6:0x55d,_0x1c62a2:0x53f,_0x5ded1f:0x135,_0x4efca1:0xec,_0x2497a7:0x586,_0x360523:0xbc,_0x3dea07:0xc1,_0xf867f4:0x10f,_0x4c7351:0x5c0,_0x5e30f7:0x56d,_0x25e20a:0x577,_0x3f0385:0x11c,_0x1ce80a:0xd1,_0x4ff3cf:0x120,_0x397395:0x5a8,_0xf28619:0x5ea,_0x19c16f:0x56b,_0x8f4f3b:0x5b1,_0x2f7b88:0xfa,_0x107885:0x10b,_0x1f852d:0x564,_0xa5a5a3:0x514,_0x4f6446:0x593,_0x548130:0x59a,_0x45c3f4:0x7b,_0x1f28d3:0x9e,_0xe36ccd:0x87,_0x24c6a8:0x41,_0x4202a8:0xc5,_0x1be66c:0xa0,_0x597b27:0x8d,_0x3369d2:0xfb,_0x331d52:0xa4,_0x40c518:0xae,_0x7ea1dd:0x133,_0x10d0e8:0xd8,_0x57f365:0x52e,_0x46307e:0x541,_0x26222e:0xda,_0x47c69e:0xd6,_0x21275c:0xf4,_0x24a32b:0xae,_0x4c2192:0x97,_0x868a7a:0x105,_0xec5b7e:0x550,_0x3ffa2a:0x579,_0x307bbb:0x5b1,_0x389dff:0x514,_0x1ec783:0x566,_0x2378e7:0x5a3,_0x4e9ca4:0x600,_0x30fa07:0x562,_0x4fcf38:0x68,_0x31f79b:0xb4,_0x487288:0x76,_0x1a6aa0:0xaa,_0x44a130:0xaa,_0xa9ee20:0x104,_0x5d6b42:0x155,_0x1bdd85:0xb3,_0x77ba46:0xa1,_0x195106:0x4b,_0x23ef1b:0xc9,_0x3a141a:0x54,_0x366e16:0x51d,_0x5b5e55:0x53b,_0x1e8389:0x59c,_0x5b686f:0x57e,_0x184dab:0x58d,_0x5b903b:0x5c1,_0x522db7:0x585,_0x157072:0xbf,_0x578a99:0xeb,_0x411ee1:0x10d,_0x57817e:0x15a,_0x1ac7f9:0xdb,_0x35984d:0xd7,_0x4f75ae:0x6c,_0x1a3c1a:0x53b,_0xd0acb1:0x502,_0x9544ff:0x5b3,_0x1674f1:0x5a3,_0x253826:0x604,_0x11b4b0:0x5d5,_0xfb84b9:0x5b3,_0xe485e1:0x59f,_0xdf7952:0x582,_0x1a53ec:0x5c6,_0x24ce7b:0xa1,_0x4c3ea0:0x58a,_0x5dc016:0x532,_0x487844:0x542,_0x14e19a:0x94,_0x3dd6b0:0x61e,_0x4ba143:0x5c6,_0x41c200:0x5f2,_0x97c296:0x567,_0x5783ff:0x5a7,_0x334868:0x5a4,_0x1a60f9:0x5cc,_0x12c4a9:0x5c4,_0x46499a:0x5a4,_0x428814:0x5fa,_0x1dfa0d:0x54d,_0x4b9c49:0x5a2,_0x144946:0x554,_0x3c464f:0x5a2,_0x200e58:0x534,_0xb3f670:0x89,_0x4f0e81:0xd9,_0x1fe952:0x553,_0x128bb1:0x7a,_0x21c4ce:0x2f,_0x397732:0x110,_0x2e2c2d:0x601,_0x4e9d6a:0x58a,_0x48f85a:0x11c,_0x43902c:0x15f,_0x6102f7:0x167,_0x3a4cbb:0xcc,_0x573683:0x109,_0x5e5f77:0x55a,_0x38a361:0x555,_0x449964:0x57c,_0x5eb197:0x5d6,_0x20a495:0x53c,_0x5dee2c:0x523,_0x14367c:0x93,_0x3da0c1:0xba,_0x2b139a:0xa4,_0x45120f:0xb6,_0x99e1ab:0x8f,_0x666260:0x556,_0x3a1a1d:0x574,_0x5a640e:0x592,_0x4dccc8:0x7c,_0x1e3692:0x70,_0x5d1e47:0x74,_0x21abad:0x2c,_0x4f219d:0x79,_0x48ebc0:0xf2,_0x49ac80:0x131,_0x4ba0e1:0x5aa,_0x5ae4b7:0x5fe,_0x4d51eb:0x5ca,_0x43b91f:0x5ac,_0xb038a4:0x587,_0x2fdfe3:0x50e,_0x1ab98e:0x570,_0xfdda30:0x103,_0x1bb96f:0xfe,_0x427d68:0x5a6,_0x36ff47:0x10a,_0x2bb7bf:0x543,_0x32bb3e:0x515,_0x7149fc:0xe1,_0x181952:0x12f,_0x2ac252:0x7a,_0x59c104:0x506,_0x4f1d48:0x4ed,_0x3bdacb:0x38,_0x567b9c:0xa6,_0x5c4391:0x597,_0x537cd8:0x58c,_0x3edc50:0x542,_0x32ffa9:0x51b,_0x5cc723:0x52a,_0x2776a3:0x559,_0x2cbe8b:0x135,_0x5c1c29:0x5b,_0x67d7ea:0x91,_0x560ec7:0x5bf,_0x44e8b6:0xf5,_0x34d981:0xc7,_0x3a3b56:0xe7,_0x47c57f:0x6a,_0x1d4d2d:0x59,_0xcb5a1e:0xc5,_0x279bfe:0x51c,_0x3f0d93:0x96,_0x4d0754:0x153,_0x2e84ff:0x562,_0x239111:0x10b,_0xb825d4:0xb5,_0x4d0cc1:0xb8,_0x47ee6a:0x14e,_0x1eef21:0x54a,_0x4d23f2:0x590},_0x40a771={_0xaf1db8:0x63,_0x31f61a:0x173},_0x4486e1={_0x13a83c:0x58},_0x41b016={'hZclY':_0x943fed(-_0x567fa2._0x4bcc76,-0x10e,-0x91,-0x132)+'ust\x20be\x20at\x20'+_0x943fed(-_0x567fa2._0x280df3,-0xbd,-_0x567fa2._0x5042cd,-_0x567fa2._0xb80393)+_0x32cf53(_0x567fa2._0x4ef516,0x59e,0x56a,_0x567fa2._0x268192),'RSznZ':function(_0x136e32){return _0x136e32();},'jPQMc':'Failed\x20to\x20'+_0x32cf53(_0x567fa2._0x23a996,_0x567fa2._0x175a7c,_0x567fa2._0x46bd5a,0x573)+'configurat'+_0x32cf53(0x536,_0x567fa2._0x31533c,0x539,_0x567fa2._0x238fae),'oWVKO':function(_0x2e48de){return _0x2e48de();},'KYfKD':_0x32cf53(_0x567fa2._0x35667a,0x5c3,_0x567fa2._0x29e5e8,0x600)+_0x943fed(-_0x567fa2._0x1df712,-0x111,-0xe5,-_0x567fa2._0x76cfa2)+'config\x20sta'+'tus','ahJcK':function(_0x324389,_0x354e60){return _0x324389===_0x354e60;},'mltJY':_0x943fed(-0x86,-_0x567fa2._0x34a5c2,-0x5b,-_0x567fa2._0x50e312),'wkLVa':_0x943fed(-0x82,-0x64,-_0x567fa2._0xb4b8d2,-_0x567fa2._0x409ec2),'CVBGg':_0x32cf53(_0x567fa2._0xa10f46,0x534,_0x567fa2._0xa26331,0x52e),'OaKrd':_0x943fed(-0x7e,-_0x567fa2._0x3ed4fa,-0x87,-_0x567fa2._0x50aed5)+_0x943fed(-_0x567fa2._0x225d03,-0xb1,-0x8b,-0x7a),'gUCFE':'Type\x20must\x20'+_0x32cf53(_0x567fa2._0x316b1f,_0x567fa2._0x78cb33,0x54e,_0x567fa2._0x3890e2)+_0x943fed(-_0x567fa2._0x24e42e,-_0x567fa2._0x5624ba,-_0x567fa2._0x401529,-_0x567fa2._0xd23eda)+'\x22','MMUUu':function(_0x470d25,_0x397cde){return _0x470d25(_0x397cde);},'tGhGU':function(_0x7e0572,_0xcc4e85){return _0x7e0572===_0xcc4e85;},'HeqFG':_0x32cf53(_0x567fa2._0x21665f,_0x567fa2._0x4e01ad,_0x567fa2._0x49754a,_0x567fa2._0xa26331),'ACJOr':_0x943fed(-0x8b,-0xb2,-0x64,-_0x567fa2._0x526562)+_0x32cf53(0x5b9,0x58d,0x575,0x545),'XehpR':function(_0x24b84f,_0x2518bc,_0x62d10d){return _0x24b84f(_0x2518bc,_0x62d10d);},'OQrgO':'Password\x20t'+'oken\x20creat'+'ed','xrtgx':_0x943fed(-0xa6,-_0x567fa2._0x5071d1,-_0x567fa2._0x4981ff,-0xa4)+'oken\x20creat'+_0x32cf53(0x5a3,0x58e,0x5a8,0x5ba)+_0x32cf53(_0x567fa2._0x460c80,_0x567fa2._0x459d1a,0x4e4,_0x567fa2._0x2d2d7c),'zJNGL':_0x32cf53(0x511,_0x567fa2._0x452d9f,0x516,_0x567fa2._0x496998),'BpGOx':_0x943fed(-0xc7,-0xa4,-_0x567fa2._0x516bca,-_0x567fa2._0x1fa34d),'clhqW':_0x32cf53(_0x567fa2._0x3cb212,_0x567fa2._0x199a21,0x5a5,_0x567fa2._0x3c9146)+_0x32cf53(0x4f1,_0x567fa2._0x4b25e4,_0x567fa2._0xb21ccf,_0x567fa2._0x4ccec0),'SXOVX':'SMTP\x20is\x20no'+_0x943fed(-0x8f,-_0x567fa2._0x4c1d01,-0x62,-0x9d)+'ed.\x20Please'+_0x943fed(-_0x567fa2._0x48c710,-0xd8,-_0x567fa2._0x3a00dd,-_0x567fa2._0x2030cc)+_0x943fed(-_0x567fa2._0x50ae4f,-0x10a,-_0x567fa2._0x2cd0ca,-0xed)+_0x943fed(-_0x567fa2._0x43b020,-0x8e,-0xc7,-0xda)+'bles\x20to\x20se'+_0x943fed(-_0x567fa2._0x24af09,-_0x567fa2._0x50e312,-0xc6,-0x133),'dWbTD':function(_0x389fd7,_0x2a6212){return _0x389fd7===_0x2a6212;},'hpzHG':_0x943fed(-0x7d,-_0x567fa2._0x171d19,-_0x567fa2._0x4b4413,-_0x567fa2._0x4dc9f5)+'etup','GHbKZ':_0x32cf53(0x547,_0x567fa2._0x5c7177,0x561,_0x567fa2._0x2a070f),'bvALY':'Password\x20s'+_0x32cf53(0x58b,_0x567fa2._0x6b017e,0x517,_0x567fa2._0x2db52b)+'\x20sent','INVal':_0x32cf53(0x583,_0x567fa2._0x472490,_0x567fa2._0x56b2c3,0x5e7)+_0x32cf53(0x5fa,_0x567fa2._0x6de3a1,0x5a2,_0x567fa2._0x3f9421)+_0x943fed(-0xca,-0x86,-0x93,-0x81),'XQTtZ':_0x943fed(-0x88,-0x5b,-_0x567fa2._0x53df2a,-0xdc)+'send\x20email'+_0x943fed(-_0x567fa2._0x1c71c2,-0x8c,-0xf0,-_0x567fa2._0x3e4186)+_0x32cf53(_0x567fa2._0x559214,0x593,_0x567fa2._0x64d2ed,0x56f)+'nk\x20manuall'+'y.','lkJva':'Failed\x20to\x20'+'create\x20pas'+'sword\x20toke'+'n'};function _0x943fed(_0x384868,_0x162ab2,_0x20ab2b,_0x3b8c6c){return _0x5f5049(_0x384868-0x1d0,_0x384868- -0x243,_0x20ab2b-_0x4486e1._0x13a83c,_0x20ab2b);}function _0x32cf53(_0x236307,_0x357383,_0x506722,_0x4ec78d){return _0x2a260a(_0x236307-_0x40a771._0xaf1db8,_0x357383-_0x40a771._0x31f61a,_0x506722-0x198,_0x236307);}try{if(_0x41b016[_0x32cf53(0x5b7,_0x567fa2._0x14a058,0x556,0x52f)](_0x41b016['mltJY'],_0x41b016[_0x943fed(-_0x567fa2._0x5be984,-_0x567fa2._0x46542a,-_0x567fa2._0x76cfa2,-0x152)])){const {userId:_0x1277ea,type:type=_0x41b016[_0x943fed(-0xf9,-_0x567fa2._0x4eb464,-_0x567fa2._0x52a7a1,-0xa3)],sendEmail:sendEmail=![]}=_0x3041b3[_0x32cf53(0x5cc,_0x567fa2._0x3947b1,0x58d,_0x567fa2._0x26fd6a)];if(!_0x1277ea){if(_0x41b016[_0x32cf53(_0x567fa2._0x52120c,0x578,_0x567fa2._0x22cd02,0x54b)](_0x41b016[_0x32cf53(_0x567fa2._0xa264e,_0x567fa2._0x208ca6,0x559,_0x567fa2._0x1c62a2)],_0x41b016[_0x943fed(-0xee,-0x11e,-_0x567fa2._0x5ded1f,-_0x567fa2._0x4efca1)])){const _0x482d3f={};return _0x482d3f[_0x32cf53(0x54e,_0x567fa2._0x2497a7,0x5b5,0x55a)]=_0x41b016[_0x943fed(-0xf5,-0xba,-_0x567fa2._0x360523,-0xd9)],_0x397383['status'](0x26f*-0xb+0xb*0x381+-0x2*0x51b)[_0x943fed(-0xd6,-0x10e,-_0x567fa2._0x3dea07,-_0x567fa2._0xf867f4)](_0x482d3f);}else{const _0x569e2e={};return _0x569e2e[_0x32cf53(0x5c9,0x586,_0x567fa2._0x4c7351,0x5b8)]=_0x41b016['hZclY'],_0x1ce289[_0x32cf53(0x589,_0x567fa2._0x5e30f7,_0x567fa2._0x25e20a,0x569)](0xe9*-0x2+-0x17*-0x1b1+0x2385*-0x1)[_0x943fed(-0xd6,-0x11f,-0x86,-_0x567fa2._0x3f0385)](_0x569e2e);}}if(![_0x41b016[_0x943fed(-0xf9,-_0x567fa2._0x1ce80a,-_0x567fa2._0x4ff3cf,-0xa2)],_0x32cf53(_0x567fa2._0x397395,0x59b,0x553,_0x567fa2._0xf28619)][_0x32cf53(_0x567fa2._0x19c16f,_0x567fa2._0x8f4f3b,0x582,0x5fb)](type)){const _0x1ec41c={};return _0x1ec41c[_0x943fed(-0xc5,-_0x567fa2._0x2f7b88,-_0x567fa2._0x107885,-0x90)]=_0x41b016[_0x32cf53(0x54e,_0x567fa2._0x1f852d,0x583,_0x567fa2._0xa5a5a3)],_0x397383[_0x32cf53(0x5c2,0x56d,_0x567fa2._0x4f6446,_0x567fa2._0x548130)](0x1e09+0x2c2+0x267*-0xd)['json'](_0x1ec41c);}const _0xa1405d=await _0x41b016[_0x943fed(-_0x567fa2._0x45c3f4,-0x73,-0x4e,-_0x567fa2._0x1f28d3)](findUserById,_0x1277ea);if(!_0xa1405d){if(_0x41b016[_0x943fed(-_0x567fa2._0xe36ccd,-0xad,-0x51,-_0x567fa2._0x24c6a8)](_0x41b016['HeqFG'],_0x41b016['HeqFG'])){const _0x47aa92={};return _0x47aa92[_0x943fed(-_0x567fa2._0x4202a8,-0x8d,-_0x567fa2._0x1be66c,-_0x567fa2._0x597b27)]=_0x41b016[_0x943fed(-_0x567fa2._0x3369d2,-_0x567fa2._0x331d52,-_0x567fa2._0x40c518,-_0x567fa2._0x7ea1dd)],_0x397383[_0x32cf53(0x5b6,_0x567fa2._0x5e30f7,0x5b9,0x54d)](0xbff*-0x3+-0x1*-0x2497+0xfa)[_0x943fed(-0xd6,-0x116,-0xd7,-_0x567fa2._0x10d0e8)](_0x47aa92);}else{const _0x2cd3af={};return _0x2cd3af[_0x32cf53(_0x567fa2._0x57f365,0x53a,_0x567fa2._0x46307e,0x555)]=![],_0x2cd3af['error']=_0x943fed(-0x8b,-0x47,-0xa0,-_0x567fa2._0x26222e)+_0x943fed(-_0x567fa2._0x4dc9f5,-0xc8,-0xca,-0xf1),_0x175e24[_0x943fed(-_0x567fa2._0x47c69e,-0x80,-_0x567fa2._0x21275c,-_0x567fa2._0x24a32b)](_0x2cd3af);}}const _0x495c5a=await _0x41b016[_0x943fed(-0xb1,-_0x567fa2._0x4c2192,-_0x567fa2._0x4c1d01,-_0x567fa2._0x868a7a)](createPasswordToken,_0x1277ea,type),_0x2c9fc8={};_0x2c9fc8['adminId']=_0x3041b3[_0x32cf53(_0x567fa2._0xec5b7e,_0x567fa2._0x49754a,_0x567fa2._0x3ffa2a,_0x567fa2._0x307bbb)]['id'],_0x2c9fc8[_0x32cf53(_0x567fa2._0x389dff,_0x567fa2._0x1ec783,0x520,0x542)+'ame']=_0x3041b3[_0x32cf53(_0x567fa2._0x2378e7,_0x567fa2._0x49754a,0x52b,0x55e)][_0x32cf53(_0x567fa2._0x4e9ca4,0x5aa,_0x567fa2._0x30fa07,0x5c5)],_0x2c9fc8[_0x943fed(-0xb4,-0x109,-_0x567fa2._0x4fcf38,-_0x567fa2._0x4b4413)+'Id']=_0x1277ea,_0x2c9fc8[_0x943fed(-_0x567fa2._0x31f79b,-_0x567fa2._0x487288,-_0x567fa2._0x1a6aa0,-_0x567fa2._0x44a130)+_0x943fed(-_0x567fa2._0xa9ee20,-_0x567fa2._0x5d6b42,-0x10f,-_0x567fa2._0x1bdd85)]=_0xa1405d[_0x943fed(-_0x567fa2._0x77ba46,-_0x567fa2._0x195106,-_0x567fa2._0x23ef1b,-_0x567fa2._0x3a141a)],_0x2c9fc8[_0x32cf53(_0x567fa2._0x366e16,0x544,_0x567fa2._0x5b5e55,0x542)]=type,_0x2c9fc8['sendEmail']=sendEmail,logger['info'](_0x41b016[_0x32cf53(_0x567fa2._0x1e8389,_0x567fa2._0x5b686f,_0x567fa2._0x184dab,0x581)],_0x2c9fc8);const _0x97613c=_0x41b016['MMUUu'](getRequestBaseUrl,_0x3041b3),_0x7b59dc=_0x97613c+(_0x32cf53(0x5a2,_0x567fa2._0x5b903b,0x5f4,_0x567fa2._0x522db7)+_0x943fed(-0x94,-_0x567fa2._0x157072,-_0x567fa2._0x578a99,-0x8a)+_0x943fed(-_0x567fa2._0x411ee1,-0x13f,-_0x567fa2._0x57817e,-_0x567fa2._0x1ac7f9))+_0x495c5a[_0x943fed(-0xa4,-0x5b,-_0x567fa2._0x35984d,-0xc0)],_0x19ca92={};_0x19ca92['id']=_0x495c5a['id'],_0x19ca92['token']=_0x495c5a[_0x943fed(-0xa4,-0x86,-_0x567fa2._0x4c2192,-_0x567fa2._0x4f75ae)],_0x19ca92['type']=_0x495c5a[_0x32cf53(_0x567fa2._0x1a3c1a,0x548,_0x567fa2._0xd0acb1,0x4fa)],_0x19ca92[_0x32cf53(_0x567fa2._0x522db7,_0x567fa2._0x9544ff,_0x567fa2._0x1674f1,_0x567fa2._0x253826)]=_0x495c5a[_0x32cf53(_0x567fa2._0x11b4b0,_0x567fa2._0xfb84b9,0x5f5,_0x567fa2._0xe485e1)],_0x19ca92[_0x32cf53(_0x567fa2._0xdf7952,_0x567fa2._0x1a53ec,0x5fa,0x586)]=_0x7b59dc;const _0x36c5c2={};_0x36c5c2['id']=_0xa1405d['id'],_0x36c5c2['username']=_0xa1405d[_0x943fed(-_0x567fa2._0x24ce7b,-0xde,-0x79,-0xf8)],_0x36c5c2[_0x32cf53(_0x567fa2._0xa10f46,0x547,0x51a,_0x567fa2._0x30fa07)]=_0xa1405d[_0x32cf53(0x597,0x547,_0x567fa2._0x4c3ea0,0x529)],_0x36c5c2['email']=_0xa1405d[_0x32cf53(_0x567fa2._0x5dc016,_0x567fa2._0x487844,0x56c,0x527)];const _0x36bf74={};_0x36bf74[_0x943fed(-0x89,-_0x567fa2._0x14e19a,-0x9d,-0xcc)]=_0x41b016[_0x32cf53(_0x567fa2._0x3dd6b0,0x5c7,_0x567fa2._0x4ba143,_0x567fa2._0x41c200)],_0x36bf74[_0x32cf53(_0x567fa2._0x97c296,_0x567fa2._0x5783ff,_0x567fa2._0x334868,_0x567fa2._0x1a60f9)]=_0x19ca92,_0x36bf74['user']=_0x36c5c2,_0x36bf74['emailSent']=![];const _0x5d819d=_0x36bf74;if(sendEmail){if(_0x41b016[_0x32cf53(0x5f7,_0x567fa2._0x12c4a9,_0x567fa2._0x46499a,_0x567fa2._0x428814)](_0x41b016[_0x32cf53(_0x567fa2._0x1dfa0d,_0x567fa2._0x4b9c49,0x585,0x5af)],_0x41b016[_0x32cf53(_0x567fa2._0x144946,_0x567fa2._0x3c464f,0x58f,0x59a)])){if(!_0x41b016['oWVKO'](isEmailConfigured)){if(_0x41b016[_0x943fed(-0xa0,-0x94,-0xa7,-0x52)]===_0x32cf53(_0x567fa2._0x200e58,0x584,0x54a,0x556)){const _0xf28bf7={};return _0xf28bf7['error']=_0x41b016['clhqW'],_0xf28bf7[_0x943fed(-_0x567fa2._0xb3f670,-0xb8,-_0x567fa2._0x4f0e81,-0xb0)]=_0x41b016[_0x32cf53(0x550,0x583,0x54f,0x5c7)],_0x397383['status'](-0x1*0x216f+-0x1538+0x3837)[_0x32cf53(0x533,0x575,_0x567fa2._0x1fe952,0x55a)](_0xf28bf7);}else try{const _0x1b61af=_0x41b016[_0x943fed(-_0x567fa2._0x128bb1,-0xc1,-0x60,-_0x567fa2._0x21c4ce)](_0x5e185b);_0x33aee0[_0x943fed(-0xd6,-0xc9,-0x9a,-0x94)](_0x1b61af);}catch(_0x11ed80){_0x2a1f83[_0x943fed(-0xc5,-_0x567fa2._0x397732,-0x10e,-0xa4)](_0x32cf53(_0x567fa2._0x2e2c2d,_0x567fa2._0x472490,0x586,_0x567fa2._0x4e9d6a)+_0x943fed(-_0x567fa2._0x48f85a,-_0x567fa2._0x43902c,-0xfa,-_0x567fa2._0x6102f7)+_0x943fed(-_0x567fa2._0x3a4cbb,-_0x567fa2._0x3ed4fa,-0xa0,-_0x567fa2._0x573683)+_0x32cf53(_0x567fa2._0x5e5f77,0x52a,0x534,_0x567fa2._0x38a361),_0x11ed80);const _0x1799c9={};_0x1799c9[_0x32cf53(_0x567fa2._0x449964,0x586,_0x567fa2._0x5eb197,_0x567fa2._0x20a495)]=_0x41b016['jPQMc'],_0x2945b9[_0x32cf53(_0x567fa2._0x5dee2c,0x56d,0x559,_0x567fa2._0x5dee2c)](-0x3ad*0x5+0x1*-0x16dc+0x1*0x2b31)[_0x943fed(-_0x567fa2._0x47c69e,-0x11e,-0xf3,-_0x567fa2._0x14367c)](_0x1799c9);}}try{const _0x27bf4a=_0x41b016[_0x943fed(-_0x567fa2._0x3da0c1,-_0x567fa2._0x2b139a,-_0x567fa2._0x45120f,-_0x567fa2._0x99e1ab)](type,'reset')?_0x32cf53(0x5c1,0x585,0x5ad,0x565)+_0x32cf53(_0x567fa2._0x666260,_0x567fa2._0x3a1a1d,0x561,_0x567fa2._0x5a640e):_0x41b016[_0x943fed(-_0x567fa2._0x4dccc8,-_0x567fa2._0x1e3692,-_0x567fa2._0x5d1e47,-_0x567fa2._0x21abad)],_0x2f07e0={};_0x2f07e0[_0x943fed(-0x9d,-0xa3,-_0x567fa2._0x4f219d,-_0x567fa2._0x48ebc0)]=_0xa1405d[_0x943fed(-_0x567fa2._0xa9ee20,-0xdf,-_0x567fa2._0x49ac80,-0xb7)],_0x2f07e0[_0x32cf53(0x5d4,_0x567fa2._0x4ba0e1,_0x567fa2._0x5ae4b7,0x561)]=_0xa1405d[_0x32cf53(_0x567fa2._0x46499a,0x5aa,_0x567fa2._0x4d51eb,0x554)],_0x2f07e0[_0x32cf53(_0x567fa2._0x43b91f,0x5c6,_0x567fa2._0xb038a4,0x609)]=_0x7b59dc,_0x2f07e0[_0x32cf53(0x58c,_0x567fa2._0x496998,_0x567fa2._0x2fdfe3,_0x567fa2._0x1ab98e)]=_0x41b016['GHbKZ'],_0x2f07e0[_0x943fed(-_0x567fa2._0xfdda30,-_0x567fa2._0x1bb96f,-0xfd,-0x138)]=type;const _0x25fb8c=_0x2f07e0,{subject:_0x321504}=_0x41b016[_0x32cf53(0x54a,0x59a,0x5a8,_0x567fa2._0x427d68)](renderTemplate,_0x27bf4a,_0x25fb8c),_0xa46f62={};_0xa46f62['to']=_0xa1405d[_0x943fed(-_0x567fa2._0x573683,-0x134,-_0x567fa2._0x36ff47,-_0x567fa2._0x578a99)],_0xa46f62['subject']=_0x321504,_0xa46f62[_0x32cf53(0x539,_0x567fa2._0x2bb7bf,_0x567fa2._0x32bb3e,_0x567fa2._0x2497a7)]=_0x27bf4a,_0xa46f62[_0x943fed(-_0x567fa2._0x7149fc,-_0x567fa2._0x181952,-0x90,-0xc5)]=_0x25fb8c,await _0x41b016[_0x943fed(-0x7b,-_0x567fa2._0x2ac252,-_0x567fa2._0x4202a8,-0xd1)](sendTemplatedEmail,_0xa46f62),_0x5d819d[_0x32cf53(0x4e0,0x525,_0x567fa2._0x59c104,_0x567fa2._0x4f1d48)]=!![],_0x5d819d[_0x943fed(-0x89,-0x93,-_0x567fa2._0x1be66c,-_0x567fa2._0x3bdacb)]=_0x943fed(-_0x567fa2._0x567b9c,-0xfa,-0xc5,-0xb6)+_0x943fed(-0xc2,-0x6e,-_0x567fa2._0x1a6aa0,-0xf7)+'ed\x20and\x20ema'+_0x32cf53(_0x567fa2._0x5c4391,_0x567fa2._0x537cd8,0x5b6,0x578)+'\x20'+_0xa1405d[_0x32cf53(0x530,_0x567fa2._0x3edc50,_0x567fa2._0x32ffa9,0x4ed)];const _0x3c2b2d={};_0x3c2b2d['to']=_0xa1405d[_0x32cf53(_0x567fa2._0x5cc723,0x542,_0x567fa2._0x2776a3,0x53c)],_0x3c2b2d[_0x943fed(-0x103,-_0x567fa2._0x2cbe8b,-0x14a,-0xd8)]=type,_0x3c2b2d[_0x943fed(-0xa1,-_0x567fa2._0x5c1c29,-0x66,-_0x567fa2._0x67d7ea)]=_0xa1405d[_0x32cf53(0x588,_0x567fa2._0x4ba0e1,0x580,0x5b1)],logger['info'](_0x41b016[_0x32cf53(0x5bc,0x5cc,0x58a,0x5b5)],_0x3c2b2d);}catch(_0xb88c37){logger[_0x943fed(-0xc5,-0xbf,-0x72,-0x81)](_0x41b016[_0x32cf53(0x584,0x577,_0x567fa2._0x30fa07,_0x567fa2._0x560ec7)],_0xb88c37),_0x5d819d[_0x943fed(-0x113,-_0x567fa2._0x44e8b6,-_0x567fa2._0x34d981,-0x113)]=_0x41b016['XQTtZ'];}}else{const _0x5cca8d=_0x41b016[_0x32cf53(0x593,0x576,0x58c,0x5bd)](_0x7b9be);_0x4f052a['json'](_0x5cca8d);}}_0x397383['json'](_0x5d819d);}else{_0x18bd77[_0x943fed(-0xc5,-_0x567fa2._0x3a3b56,-0xd9,-0xca)](_0x41b016[_0x943fed(-0x83,-_0x567fa2._0x47c57f,-_0x567fa2._0x1d4d2d,-_0x567fa2._0x3a141a)],_0x3dfb96);const _0x56b920={};_0x56b920[_0x943fed(-_0x567fa2._0xcb5a1e,-0xff,-0x119,-0x10a)]=_0x943fed(-0x88,-_0x567fa2._0x47c57f,-0x9a,-0xd9)+_0x32cf53(0x4e5,0x52f,_0x567fa2._0x279bfe,0x4f1)+_0x943fed(-_0x567fa2._0x3f0d93,-0xce,-0xcb,-0x44)+_0x943fed(-0x106,-_0x567fa2._0x4d0754,-0x11e,-0xc1),_0x2ae3ca[_0x32cf53(0x5b5,0x56d,0x54a,_0x567fa2._0x2e84ff)](-0xdc4+0x56*-0x2c+0x1e80)['json'](_0x56b920);}}catch(_0x44c469){logger[_0x943fed(-0xc5,-0x10c,-0xe7,-0xb6)](_0x41b016[_0x943fed(-_0x567fa2._0x239111,-_0x567fa2._0x3dea07,-_0x567fa2._0xb825d4,-_0x567fa2._0x4d0cc1)],_0x44c469);const _0x32cfc8={};_0x32cfc8['error']=_0x41b016[_0x943fed(-0x10b,-0x137,-_0x567fa2._0x47ee6a,-0xb5)],_0x397383['status'](0x1cc1+0x300+-0x1dcd)[_0x32cf53(_0x567fa2._0x1eef21,0x575,0x570,_0x567fa2._0x4d23f2)](_0x32cfc8);}}),router[_0x2a260a(0x3fd,0x43a,0x467,0x45a)]('/validate-'+'token',async(_0x19f5e0,_0x94d6ef)=>{const _0x4d0fb1={_0x2bbb2b:0x5d8,_0x15fa7c:0x69,_0x27c197:0x2,_0x231f26:0x4a,_0x50961a:0x6,_0xba52d0:0x3d,_0x215174:0x584,_0x1c39a2:0x56c,_0x42045b:0x3b,_0x4f9c27:0x5b,_0x4e15c8:0x5c0,_0x39a513:0x56a,_0x50b3a4:0x588,_0x3a08bd:0x31,_0x41327c:0x1a,_0x221e54:0x5da,_0x3b9fdc:0x603,_0x5de4db:0x5a3,_0x13f38c:0x1,_0x372ecd:0x55,_0x57800a:0x5e7,_0x5f990e:0x636,_0x2dd82d:0x2d,_0x28a24d:0x14,_0x242224:0x31,_0x38899c:0x1d,_0x18f5d0:0x5ae,_0x397f33:0x652,_0x5a1d3a:0x609,_0x5b29f8:0x5e8,_0x519cc0:0x5e2,_0xa2ea86:0x5ab,_0x4ab172:0x5f0,_0x1512c9:0x63b,_0x26a7a1:0x620,_0x4e98fb:0x62b,_0x314582:0x5c9,_0x1dbc9a:0x5fa,_0x50fdd7:0x5b7,_0x43c15d:0x5b8,_0x2f4dd9:0x5df,_0x34f223:0x5dd,_0x3c769c:0x1b,_0xa9e591:0x592,_0x52e152:0x5aa,_0xa2f05b:0x5d4,_0xa2861c:0x5c6,_0x5254be:0x5d6,_0xf412ac:0x92,_0x2bb61d:0xf,_0x13c937:0x24,_0x2b7a90:0x44,_0x22d064:0x35,_0x52fe63:0x17,_0x315158:0x22,_0x375e6c:0x31,_0x58ca97:0x2,_0x29475e:0x47,_0x1479f0:0x5c9,_0x34e451:0x38,_0x327b0d:0x5e2,_0x16e4b3:0x5f8,_0x41f7e5:0x5bc,_0x19065e:0x5eb,_0x88e8e6:0x5b3,_0x3e2afd:0x5e7,_0x2cb444:0x52,_0x2541e5:0x16,_0x3adc6b:0x81,_0x4731ae:0x2a,_0x347e71:0x83,_0x234ed8:0x9},_0x454ce4={_0x25cd5f:0x469,_0x10bb88:0xa1},_0x1e144d={'CWCVV':_0x282b41(_0x4d0fb1._0x2bbb2b,0x5e2,0x621,0x5fe)+_0x595b8b(_0x4d0fb1._0x15fa7c,0x22,0x70,_0x4d0fb1._0x27c197),'WEAjP':_0x595b8b(0x27,0x3b,0x4e,-0x1a)+_0x595b8b(-_0x4d0fb1._0x231f26,-0x16,-0x54,-_0x4d0fb1._0x50961a),'NKNfC':function(_0x423f06,_0x278b78){return _0x423f06(_0x278b78);},'bAgPK':function(_0x4753b5,_0x2f2fed){return _0x4753b5===_0x2f2fed;},'HMXYA':'bxjAs','BwtEP':_0x595b8b(_0x4d0fb1._0xba52d0,0x5,0x48,-0x24)};function _0x595b8b(_0x2be372,_0x2019ce,_0x4fe2c8,_0x2506bb){return _0x5f5049(_0x2be372-0x136,_0x2019ce- -0x163,_0x4fe2c8-0x1b2,_0x2506bb);}function _0x282b41(_0x26ec12,_0x42ed9b,_0x56e447,_0x14c052){return _0x5f5049(_0x26ec12-0x13d,_0x56e447-_0x454ce4._0x25cd5f,_0x56e447-_0x454ce4._0x10bb88,_0x14c052);}try{const {token:_0x1f41b2}=_0x19f5e0[_0x282b41(_0x4d0fb1._0x215174,0x5bf,0x59d,_0x4d0fb1._0x1c39a2)];if(!_0x1f41b2){const _0x4663e3={};return _0x4663e3[_0x595b8b(_0x4d0fb1._0x42045b,0x1b,_0x4d0fb1._0x4f9c27,0x54)]=_0x1e144d[_0x282b41(_0x4d0fb1._0x4e15c8,_0x4d0fb1._0x39a513,_0x4d0fb1._0x50b3a4,0x547)],_0x4663e3[_0x595b8b(-0x25,-_0x4d0fb1._0x3a08bd,-_0x4d0fb1._0x41327c,-0x56)]=![],_0x94d6ef['status'](-0x26f+-0x6e+0x46d)[_0x282b41(_0x4d0fb1._0x221e54,0x606,0x5d6,_0x4d0fb1._0x3b9fdc)](_0x4663e3);}const _0x24421a=await _0x1e144d[_0x282b41(0x5b0,0x609,0x5e8,_0x4d0fb1._0x5de4db)](validateToken,_0x1f41b2);if(!_0x24421a){if(_0x1e144d['bAgPK'](_0x1e144d[_0x595b8b(-_0x4d0fb1._0x13f38c,-0x38,0x18,-0x29)],_0x1e144d[_0x595b8b(_0x4d0fb1._0x372ecd,0x2a,-0x2a,0xc)])){const _0x1b355b={};return _0x1b355b[_0x282b41(0x601,0x5fa,_0x4d0fb1._0x57800a,_0x4d0fb1._0x5f990e)]=_0x1e144d['CWCVV'],_0x5ce909[_0x595b8b(-_0x4d0fb1._0x2dd82d,_0x4d0fb1._0x27c197,_0x4d0fb1._0x28a24d,-_0x4d0fb1._0x41327c)](-0x2347+-0x1*0xac2+-0xfdf*-0x3)['json'](_0x1b355b);}else{const _0x37ce63={};return _0x37ce63[_0x595b8b(-0x28,-_0x4d0fb1._0x242224,_0x4d0fb1._0x38899c,-0x7d)]=![],_0x37ce63[_0x282b41(0x5ab,0x63c,0x5e7,_0x4d0fb1._0x18f5d0)]=_0x282b41(0x625,_0x4d0fb1._0x397f33,_0x4d0fb1._0x5a1d3a,0x5ed)+_0x282b41(_0x4d0fb1._0x5b29f8,_0x4d0fb1._0x519cc0,_0x4d0fb1._0xa2ea86,_0x4d0fb1._0x4ab172)+_0x282b41(_0x4d0fb1._0x1512c9,_0x4d0fb1._0x26a7a1,_0x4d0fb1._0x4e98fb,_0x4d0fb1._0x2bbb2b),_0x94d6ef[_0x282b41(_0x4d0fb1._0x314582,_0x4d0fb1._0x1dbc9a,0x5d6,0x5e7)](_0x37ce63);}}const _0x4ea43b=await _0x1e144d[_0x282b41(_0x4d0fb1._0x50fdd7,_0x4d0fb1._0x43c15d,0x5e8,0x5a9)](findUserById,_0x24421a[_0x282b41(_0x4d0fb1._0x2f4dd9,0x5ab,_0x4d0fb1._0x34f223,0x5b4)]);if(!_0x4ea43b){const _0x4a5354={};return _0x4a5354['valid']=![],_0x4a5354[_0x595b8b(-0x1,_0x4d0fb1._0x3c769c,-0x1f,-0x17)]=_0x1e144d[_0x282b41(_0x4d0fb1._0xa9e591,_0x4d0fb1._0x52e152,0x5c0,0x5f4)],_0x94d6ef[_0x282b41(_0x4d0fb1._0xa2f05b,_0x4d0fb1._0xa2861c,_0x4d0fb1._0x5254be,0x5aa)](_0x4a5354);}const _0x4c3e83={};_0x4c3e83[_0x595b8b(0x3b,0x3f,_0x4d0fb1._0xf412ac,-_0x4d0fb1._0x2bb61d)]=_0x4ea43b['username'],_0x4c3e83[_0x595b8b(0x1e,-_0x4d0fb1._0x13c937,-_0x4d0fb1._0x2b7a90,0x5)]=_0x4ea43b[_0x595b8b(0x9,-0x24,-_0x4d0fb1._0x22d064,_0x4d0fb1._0x52fe63)];const _0xd6ba74={};_0xd6ba74[_0x595b8b(-_0x4d0fb1._0x315158,-_0x4d0fb1._0x375e6c,_0x4d0fb1._0x58ca97,-0x63)]=!![],_0xd6ba74['type']=_0x24421a[_0x595b8b(-0x48,-0x23,-_0x4d0fb1._0x29475e,-0x38)],_0xd6ba74[_0x282b41(0x603,0x5cd,_0x4d0fb1._0x1479f0,0x5a4)]=_0x4c3e83,_0x94d6ef[_0x595b8b(0xa,0xa,_0x4d0fb1._0x34e451,-0x15)](_0xd6ba74);}catch(_0x185030){logger[_0x282b41(_0x4d0fb1._0x327b0d,_0x4d0fb1._0x16e4b3,0x5e7,0x5c7)]('Failed\x20to\x20'+_0x282b41(_0x4d0fb1._0x41f7e5,0x5c6,0x5f7,0x5ed)+'oken',_0x185030);const _0x255688={};_0x255688[_0x282b41(_0x4d0fb1._0x19065e,_0x4d0fb1._0x88e8e6,_0x4d0fb1._0x3e2afd,0x5ed)]=_0x595b8b(_0x4d0fb1._0x2cb444,0x58,_0x4d0fb1._0x2541e5,0x98)+'validate\x20t'+'oken',_0x255688[_0x595b8b(-_0x4d0fb1._0x3adc6b,-0x31,-_0x4d0fb1._0x4731ae,-_0x4d0fb1._0x347e71)]=![],_0x94d6ef['status'](-0xda7+-0xde8+0x1d83)[_0x595b8b(0x59,0xa,-0xe,_0x4d0fb1._0x234ed8)](_0x255688);}});function _0x5f5049(_0x309094,_0x2ef126,_0x4b1e2b,_0x4a2de8){return _0x2e7d(_0x2ef126- -0x9b,_0x4a2de8);}router[_0x2a260a(0x3b5,0x3c8,0x3e9,0x37d)]('/setup',async(_0x537097,_0x2b97b0)=>{const _0x5b67e8={_0x30de54:0x76,_0x5f49ca:0x14e,_0x2bdfc9:0xa4,_0x41f668:0xfa,_0x220b1e:0x58,_0x2cde47:0x96,_0x4d9d7e:0x58,_0x21292c:0x113,_0x3ef764:0xf7,_0x393f10:0x161,_0xcdac3e:0x17e,_0x2ec72d:0xba,_0x2f3960:0x102,_0x5b6378:0xea,_0x9d2647:0xe6,_0x7be916:0xe4,_0x157b29:0x126,_0x1ae841:0x1ae,_0x189009:0x1cc,_0x186313:0x81,_0x39e03b:0xb6,_0x2b185a:0x77,_0x124f16:0x31,_0x497780:0x40,_0x53c00b:0xb,_0x9670ea:0xd9,_0x3fc326:0xf8,_0x5a5f23:0x10d,_0x44e4dc:0x1c7,_0x31013b:0x141,_0x82316d:0x77,_0x16739b:0xc7,_0x10eef9:0x154,_0x502b37:0x116,_0x355ffa:0x12d,_0xec1bf3:0x151,_0x3c8e48:0x189,_0x3cdd07:0x163,_0x15d8c3:0x2e,_0x26bcb9:0xb0,_0x3b4dcc:0xed,_0x3678b2:0x1b9,_0x12af26:0x14a,_0x5f5135:0x165,_0xf86f6c:0x18c,_0x3c4ca3:0x15b,_0x4364b3:0x19e,_0x1f0aa5:0x1b4,_0x1aa047:0x17c,_0x24b2fb:0xc0,_0x4a58fd:0xb0,_0x1e2509:0x103,_0x4ab26a:0xad,_0x3a871c:0x11a,_0x1d2c05:0xd2,_0x726879:0x124,_0x471ae2:0x59,_0xfc4633:0x5b,_0x14bcaa:0xfb,_0x1ce32e:0x12d,_0x274157:0x106,_0x298fd4:0xdd,_0x219f35:0x57,_0x195488:0x11d,_0x51ca72:0x15b,_0x2c668e:0xf4,_0x1a338d:0x186,_0x430ce5:0x137,_0x3df434:0x13c,_0x4e96f4:0x121,_0x414f01:0x154,_0x471e3d:0xfd,_0x25e219:0xa6,_0x56e0f5:0xe2,_0x3a5a53:0xa2,_0x45c2eb:0x193,_0x560013:0x185,_0x1a7c37:0x1a5,_0x5c3102:0x1cc,_0x1c80b7:0x177,_0x332cc7:0x97,_0x3c6292:0x9c,_0x4e57b4:0xc2,_0x1a53e2:0xf3,_0x15eda0:0x91,_0x33aeab:0x151,_0x13cd58:0x186,_0x2d1be4:0x124,_0xd9d94e:0x123,_0x5e1202:0x68,_0x7b7efd:0x95,_0x53800d:0x1be,_0x23bb62:0x116,_0x56152:0x135,_0x4c44da:0x15c,_0x3469d3:0x9b,_0x39a10b:0x72,_0x30c890:0x66,_0x2feed2:0xac,_0xcbbd60:0x2c,_0x354365:0x194,_0xc4a72e:0x193,_0x28984c:0x1cb,_0x51e773:0x189,_0x40fa3f:0xb4,_0x5a016f:0x12b,_0x2b83e3:0x1a6,_0x36d465:0x17a,_0x36cf25:0x168,_0x1f277a:0x1b5,_0x6e5855:0x13f,_0x5f17f5:0x170},_0x1ffedf={_0x286b27:0x55d},_0x378c42={_0x5c2ba5:0x16f,_0x33a650:0x9a},_0x4e8468={'zxgzE':function(_0x394b67,_0x3f4db1){return _0x394b67||_0x3f4db1;},'JcfPa':_0x45411d(0x49,_0x5b67e8._0x30de54,0x5b,0xac)+_0x619047(-0x15d,-_0x5b67e8._0x5f49ca,-0x12e,-0x150)+_0x45411d(0xc6,0x84,_0x5b67e8._0x2bdfc9,_0x5b67e8._0x41f668)+'d','nyipU':function(_0x153f90,_0x2027b9){return _0x153f90<_0x2027b9;},'Drfwb':'Password\x20m'+_0x45411d(_0x5b67e8._0x220b1e,0xe6,_0x5b67e8._0x2cde47,_0x5b67e8._0x4d9d7e)+_0x619047(-0x134,-_0x5b67e8._0x21292c,-0x123,-0x13c)+_0x619047(-_0x5b67e8._0x3ef764,-_0x5b67e8._0x393f10,-_0x5b67e8._0xcdac3e,-0x132),'uicUF':function(_0x3377be,_0x579ecd){return _0x3377be(_0x579ecd);},'irdZJ':function(_0x5c5b2c,_0x3936fd){return _0x5c5b2c(_0x3936fd);},'AiDek':function(_0x307636,_0x3755b2){return _0x307636!==_0x3755b2;},'Ofeav':_0x45411d(0xef,0xc9,_0x5b67e8._0x2ec72d,0xf3),'RvcKw':_0x45411d(_0x5b67e8._0x2f3960,0x11c,_0x5b67e8._0x5b6378,0xc5)+'ound','zDwwX':function(_0x42b6d2,_0xe8d6f7,_0x313782){return _0x42b6d2(_0xe8d6f7,_0x313782);},'cLqeI':function(_0x161250,_0x170aeb){return _0x161250(_0x170aeb);},'raTjp':_0x45411d(0x3e,0xb,0x5f,0x4a)+_0x45411d(0xa7,_0x5b67e8._0x9d2647,_0x5b67e8._0x7be916,_0x5b67e8._0x157b29)+'en','VOBGB':_0x619047(-0x1de,-_0x5b67e8._0x1ae841,-_0x5b67e8._0x189009,-0x19b)+_0x45411d(_0x5b67e8._0x186313,_0x5b67e8._0x39e03b,_0x5b67e8._0x2b185a,_0x5b67e8._0x124f16)+_0x45411d(_0x5b67e8._0x497780,0x9e,0x58,_0x5b67e8._0x53c00b),'yILRV':_0x619047(-0xeb,-_0x5b67e8._0x9670ea,-_0x5b67e8._0x3fc326,-_0x5b67e8._0x5a5f23)+_0x619047(-_0x5b67e8._0x44e4dc,-_0x5b67e8._0x31013b,-0x125,-0x170)+'rd'};function _0x45411d(_0x5711fa,_0xa7e8c5,_0x278959,_0x1e4d7f){return _0x2a260a(_0x5711fa-_0x378c42._0x5c2ba5,_0x278959- -0x363,_0x278959-_0x378c42._0x33a650,_0x1e4d7f);}function _0x619047(_0x4dc62e,_0x5e8993,_0x1ae685,_0x1ea71d){return _0x2a260a(_0x4dc62e-0x6f,_0x1ea71d- -_0x1ffedf._0x286b27,_0x1ae685-0x1cb,_0x1ae685);}try{const {token:_0x770a0b,password:_0x5bf6c6}=_0x537097[_0x45411d(0x97,_0x5b67e8._0x82316d,_0x5b67e8._0x16739b,0xd2)];if(_0x4e8468[_0x619047(-_0x5b67e8._0x10eef9,-0x15c,-_0x5b67e8._0x502b37,-0x15e)](!_0x770a0b,!_0x5bf6c6)){const _0x17b470={};return _0x17b470[_0x619047(-_0x5b67e8._0x355ffa,-_0x5b67e8._0xec1bf3,-0x101,-0x14a)]=_0x4e8468[_0x45411d(_0x5b67e8._0x2cde47,0xc2,0xa3,0xa3)],_0x2b97b0[_0x619047(-0x1ba,-0x15c,-_0x5b67e8._0x3c8e48,-_0x5b67e8._0x3cdd07)](-0x2a0+-0x174d*0x1+0xe3*0x1f)[_0x619047(-0x163,-0x161,-0x151,-0x15b)](_0x17b470);}if(_0x4e8468['nyipU'](_0x5bf6c6[_0x45411d(_0x5b67e8._0x15d8c3,0x7d,0x50,0x68)],0x1786+0xc7*0x1f+-0x83*0x5d)){const _0x35e4cb={};return _0x35e4cb[_0x45411d(0xef,0x89,_0x5b67e8._0x26bcb9,_0x5b67e8._0x3b4dcc)]=_0x4e8468[_0x619047(-0x192,-_0x5b67e8._0x3678b2,-_0x5b67e8._0x12af26,-0x16e)],_0x2b97b0[_0x619047(-_0x5b67e8._0x5f49ca,-0x149,-0x1a4,-_0x5b67e8._0x3cdd07)](0x1*-0x1bb4+-0x97*0x23+0x31e9)[_0x619047(-_0x5b67e8._0x5f5135,-_0x5b67e8._0xf86f6c,-_0x5b67e8._0xf86f6c,-_0x5b67e8._0x3c4ca3)](_0x35e4cb);}const _0x47059f=await _0x4e8468[_0x619047(-0x183,-_0x5b67e8._0x4364b3,-_0x5b67e8._0x1f0aa5,-_0x5b67e8._0x1aa047)](validateToken,_0x770a0b);if(!_0x47059f){const _0x35c162={};return _0x35c162[_0x45411d(0xe2,_0x5b67e8._0x24b2fb,_0x5b67e8._0x4a58fd,_0x5b67e8._0x1e2509)]=_0x45411d(_0x5b67e8._0x4ab26a,_0x5b67e8._0x3a871c,_0x5b67e8._0x1d2c05,_0x5b67e8._0x726879)+_0x45411d(0x25,_0x5b67e8._0x471ae2,0x74,_0x5b67e8._0xfc4633)+_0x619047(-_0x5b67e8._0x14bcaa,-0x11f,-_0x5b67e8._0x1ce32e,-_0x5b67e8._0x274157),_0x2b97b0[_0x45411d(_0x5b67e8._0x298fd4,_0x5b67e8._0x219f35,0x97,0x88)](-0x1880+-0x1db8+0xe*0x3fc)[_0x619047(-_0x5b67e8._0x195488,-0x12d,-_0x5b67e8._0x3c8e48,-_0x5b67e8._0x51ca72)](_0x35c162);}const _0x5b7e2f=await _0x4e8468[_0x619047(-_0x5b67e8._0x2c668e,-0x17e,-_0x5b67e8._0x1a338d,-_0x5b67e8._0x430ce5)](findUserById,_0x47059f[_0x619047(-_0x5b67e8._0x3df434,-_0x5b67e8._0x4e96f4,-0x169,-_0x5b67e8._0x414f01)]);if(!_0x5b7e2f){if(_0x4e8468[_0x45411d(_0x5b67e8._0x471e3d,_0x5b67e8._0x3a871c,0xc6,_0x5b67e8._0x25e219)](_0x4e8468[_0x45411d(0xd1,0xb2,_0x5b67e8._0x56e0f5,_0x5b67e8._0x3a5a53)],_0x619047(-_0x5b67e8._0x45c2eb,-0x1b2,-0x1aa,-0x184))){const _0x17324d={};return _0x17324d['error']=_0x4e8468[_0x619047(-_0x5b67e8._0x560013,-_0x5b67e8._0x1a7c37,-_0x5b67e8._0x5c3102,-_0x5b67e8._0x1c80b7)],_0x2b97b0[_0x45411d(0x72,0xdf,_0x5b67e8._0x332cc7,_0x5b67e8._0x3c6292)](-0x1875*0x1+0x753+-0x3be*-0x5)[_0x619047(-_0x5b67e8._0x1aa047,-_0x5b67e8._0x45c2eb,-0x141,-0x15b)](_0x17324d);}else{const _0xda2682={};return _0xda2682['valid']=![],_0xda2682[_0x45411d(0xd9,_0x5b67e8._0x4e57b4,_0x5b67e8._0x26bcb9,0xb6)]=_0x45411d(0xdf,_0x5b67e8._0x1a53e2,_0x5b67e8._0x1d2c05,_0x5b67e8._0x15eda0)+_0x619047(-0x15a,-_0x5b67e8._0x33aeab,-0x1c7,-_0x5b67e8._0x13cd58)+_0x619047(-_0x5b67e8._0x2d1be4,-0xbf,-_0x5b67e8._0xd9d94e,-_0x5b67e8._0x274157),_0x483029[_0x45411d(0xd2,_0x5b67e8._0x5e1202,0x9f,_0x5b67e8._0x7b7efd)](_0xda2682);}}await _0x4e8468['zDwwX'](setUserPassword,_0x47059f['userId'],_0x5bf6c6),await _0x4e8468[_0x619047(-0x18a,-0x1c4,-_0x5b67e8._0x53800d,-0x1ac)](markTokenAsUsed,_0x770a0b);const _0x24d6d2={};_0x24d6d2[_0x619047(-0x15b,-0x1ab,-0x192,-0x154)]=_0x5b7e2f['id'],_0x24d6d2[_0x619047(-_0x5b67e8._0x3ef764,-0xfc,-_0x5b67e8._0x23bb62,-0x126)]=_0x5b7e2f[_0x619047(-0x174,-_0x5b67e8._0x56152,-_0x5b67e8._0x4c44da,-_0x5b67e8._0x157b29)],_0x24d6d2['tokenType']=_0x47059f[_0x45411d(_0x5b67e8._0x3469d3,0xbd,_0x5b67e8._0x39a10b,_0x5b67e8._0x30c890)],logger[_0x45411d(_0x5b67e8._0x2feed2,0x49,0x79,0x99)](_0x4e8468[_0x45411d(0x6a,0x65,0x7d,_0x5b67e8._0xcbbd60)],_0x24d6d2);const _0x50af68={};_0x50af68['id']=_0x5b7e2f['id'],_0x50af68['username']=_0x5b7e2f['username'],_0x50af68[_0x619047(-_0x5b67e8._0x430ce5,-_0x5b67e8._0x354365,-_0x5b67e8._0x3cdd07,-_0x5b67e8._0x3c8e48)]=_0x5b7e2f[_0x619047(-_0x5b67e8._0xc4a72e,-_0x5b67e8._0x28984c,-0x190,-_0x5b67e8._0x51e773)];const _0x805d1a={};_0x805d1a['message']=_0x4e8468[_0x45411d(0xb7,_0x5b67e8._0x40fa3f,0xde,0xba)],_0x805d1a[_0x619047(-_0x5b67e8._0x5a016f,-_0x5b67e8._0x2b83e3,-_0x5b67e8._0x36d465,-_0x5b67e8._0x36cf25)]=_0x50af68,_0x2b97b0['json'](_0x805d1a);}catch(_0x3909f0){logger['error']('Failed\x20to\x20'+_0x619047(-_0x5b67e8._0x1f277a,-0x154,-_0x5b67e8._0x6e5855,-_0x5b67e8._0x5f17f5)+'rd',_0x3909f0);const _0xb892e4={};_0xb892e4[_0x45411d(0xd4,0xe1,0xb0,_0x5b67e8._0x2bdfc9)]=_0x4e8468['yILRV'],_0x2b97b0['status'](0xee*0x29+-0x271*0x8+0x2*-0x851)['json'](_0xb892e4);}}),router['get'](_0x2a260a(0x3b5,0x3fb,0x407,0x3ce)+_0x5f5049(0x165,0x182,0x1b5,0x1d5),requireAuth,requireAdmin,async(_0x54422d,_0x596c8c)=>{const _0x4c14d6={_0x2ab953:0x24f,_0x3ba328:0x27a,_0xf3d8f5:0x20f,_0x2126c2:0x209,_0x36733c:0x385,_0x1fcdb1:0x383,_0x1d46a4:0x344,_0x192c72:0x1ef,_0x53134a:0x20d,_0x35f142:0x1d0,_0x1a5ea2:0x35d,_0x551b61:0x3d3,_0x3685f0:0x1e1,_0x24a6e7:0x344,_0x12e32e:0x34b,_0x53b528:0x1c6,_0x5abd7d:0x206,_0x390832:0x294,_0xe34c64:0x25c,_0x164ff1:0x22a,_0xb5358b:0x208,_0x23950b:0x206,_0x55e7cd:0x1b9,_0x2af41f:0x21f,_0x429d2c:0x396,_0x415d89:0x3db,_0x2fbfb3:0x3b6,_0x1d9c23:0x39c,_0x4b17be:0x405,_0x44d665:0x416,_0x4f1fa9:0x1ce,_0x4a292c:0x1de,_0x58491b:0x37e,_0x290f4a:0x3d9,_0x56492c:0x1cb,_0x138f4c:0x1fe,_0x462284:0x1d1,_0x5a049e:0x22c},_0x82e465={_0x262308:0xc4,_0x1ef367:0x56},_0x339276={_0x55d4eb:0x1b2,_0x10a5c1:0x99,_0xc51b49:0x1a1};function _0x55f27f(_0x5de1d8,_0x3c5eba,_0x1e5f0f,_0xab2441){return _0x5f5049(_0x5de1d8-_0x339276._0x55d4eb,_0x3c5eba-_0x339276._0x10a5c1,_0x1e5f0f-_0x339276._0xc51b49,_0x1e5f0f);}function _0x11436f(_0x1936eb,_0x1e614a,_0x50ab47,_0x149310){return _0x2a260a(_0x1936eb-_0x82e465._0x262308,_0x50ab47- -0x4b,_0x50ab47-_0x82e465._0x1ef367,_0x149310);}const _0x365b51={'cGHfp':function(_0x1753ca,_0x26eff2){return _0x1753ca(_0x26eff2);},'fsNtV':_0x55f27f(_0x4c14d6._0x2ab953,0x251,_0x4c14d6._0x3ba328,_0x4c14d6._0xf3d8f5)+'ound','ZVEzH':function(_0x2a8dae,_0x309f4c){return _0x2a8dae(_0x309f4c);},'hcfID':'Failed\x20to\x20'+_0x55f27f(_0x4c14d6._0x2126c2,0x1ce,0x179,0x222)+_0x11436f(_0x4c14d6._0x36733c,0x3b7,_0x4c14d6._0x1fcdb1,_0x4c14d6._0x1d46a4)};try{const {userId:_0x402f9b}=_0x54422d[_0x55f27f(0x1a9,_0x4c14d6._0x192c72,_0x4c14d6._0x53134a,_0x4c14d6._0x35f142)],_0x4a1744=await _0x365b51[_0x11436f(_0x4c14d6._0x1a5ea2,0x399,0x393,_0x4c14d6._0x551b61)](findUserById,_0x402f9b);if(!_0x4a1744){const _0xaf3284={};return _0xaf3284[_0x55f27f(0x205,0x217,0x1c7,_0x4c14d6._0x3685f0)]=_0x365b51[_0x11436f(0x395,_0x4c14d6._0x24a6e7,0x38d,_0x4c14d6._0x12e32e)],_0x596c8c['status'](-0x25*0x9a+0x1957*0x1+-0x37*0x7)[_0x55f27f(_0x4c14d6._0x53b528,_0x4c14d6._0x5abd7d,0x23b,0x238)](_0xaf3284);}const _0x4aa5f7=await _0x365b51[_0x55f27f(_0x4c14d6._0x390832,_0x4c14d6._0xe34c64,0x279,_0x4c14d6._0x164ff1)](getUserTokens,_0x402f9b),_0x3d61d8={};_0x3d61d8['tokens']=_0x4aa5f7,_0x596c8c[_0x55f27f(_0x4c14d6._0xb5358b,_0x4c14d6._0x23950b,_0x4c14d6._0x55e7cd,_0x4c14d6._0x2af41f)](_0x3d61d8);}catch(_0x324d5a){logger[_0x11436f(0x37d,_0x4c14d6._0x429d2c,0x3c8,_0x4c14d6._0x415d89)](_0x365b51[_0x11436f(_0x4c14d6._0x2fbfb3,0x37b,_0x4c14d6._0x1d9c23,0x3b5)],_0x324d5a);const _0x36beb1={};_0x36beb1[_0x55f27f(0x1fa,0x217,0x1f8,0x204)]=_0x11436f(0x3ff,0x401,_0x4c14d6._0x4b17be,_0x4c14d6._0x44d665)+_0x55f27f(0x1e9,_0x4c14d6._0x4f1fa9,_0x4c14d6._0x4a292c,0x194)+_0x11436f(_0x4c14d6._0x58491b,0x3a0,0x383,_0x4c14d6._0x290f4a),_0x596c8c[_0x55f27f(_0x4c14d6._0x56492c,_0x4c14d6._0x138f4c,_0x4c14d6._0x462284,_0x4c14d6._0x5a049e)](0x1*0x1876+0xb*-0x317+0xb7b)['json'](_0x36beb1);}}),router[_0x2a260a(0x43e,0x3e8,0x427,0x425)](_0x5f5049(0x187,0x141,0x14a,0x10b)+'okenId',requireAuth,requireAdmin,async(_0x5cc2ba,_0x4fe056)=>{const _0x566203={_0x1456ca:0x450,_0x440d0a:0x470,_0x338033:0x424,_0x3c23a2:0x466,_0x1e7e44:0x417,_0x2bd591:0x47c,_0x497642:0x482,_0x2bdaf6:0x4d0,_0x539648:0x481,_0x32fb67:0x43a,_0x1c5204:0x45e,_0xcaf40b:0x440,_0x270456:0x467,_0x3ac194:0x4a4,_0xbeaa01:0x443,_0x5d7647:0x4b3,_0x4795cd:0x47c,_0x2a0746:0x483,_0x19cf85:0x437,_0xed7eb7:0x3eb,_0x4df571:0x4ba,_0x515607:0x426,_0x46f53c:0x42a,_0x28c077:0x442,_0x45b1b4:0x446,_0x16ded9:0x42b,_0x394db2:0x443,_0x208877:0x458,_0x32b102:0x476,_0x3d72ef:0x4b2,_0x524468:0x489,_0x4c4096:0x44f,_0x2372b8:0x422,_0x1e60b7:0x498,_0x9b389d:0x413,_0x2706fc:0x3ec,_0x4c5597:0x441,_0x477c63:0x4ca,_0x3650e4:0x49a,_0x1ec57c:0x496,_0x403490:0x45c,_0x3c50ea:0x4ae,_0x3f6f29:0x497,_0x4a2d3b:0x495,_0xcd75c5:0x465,_0x3367a7:0x464,_0x4086eb:0x453,_0x2cea23:0x44e},_0x30b079={_0x1f4d6f:0x1a5},_0x4cfacb={_0x33400e:0x13a,_0x78b191:0x73};function _0x3aba19(_0x28dadf,_0x5eafe8,_0x494538,_0x1d5514){return _0x2a260a(_0x28dadf-_0x4cfacb._0x33400e,_0x28dadf-0x5a,_0x494538-_0x4cfacb._0x78b191,_0x5eafe8);}const _0x4a4a82={};_0x4a4a82[_0x3aba19(_0x566203._0x1456ca,0x437,_0x566203._0x440d0a,0x49b)]='User\x20not\x20f'+_0x401052(0x48b,_0x566203._0x338033,_0x566203._0x3c23a2,_0x566203._0x1e7e44),_0x4a4a82['iWUVm']=function(_0x378a87,_0x2346a5){return _0x378a87!==_0x2346a5;},_0x4a4a82['fTPhx']='frFuV',_0x4a4a82[_0x401052(_0x566203._0x2bd591,0x4bb,_0x566203._0x497642,0x439)]=_0x401052(_0x566203._0x2bdaf6,0x4cd,0x498,_0x566203._0x539648)+_0x401052(_0x566203._0x32fb67,_0x566203._0x1c5204,_0x566203._0xcaf40b,_0x566203._0x270456),_0x4a4a82['udFIB']=_0x3aba19(0x44a,0x42f,_0x566203._0x32fb67,0x431)+_0x401052(0x3de,0x454,0x435,0x446),_0x4a4a82[_0x3aba19(_0x566203._0x3ac194,0x4a1,0x4a3,0x48e)]=_0x3aba19(0x44a,0x449,0x45f,0x460)+'ked\x20succes'+_0x401052(_0x566203._0xbeaa01,_0x566203._0x5d7647,_0x566203._0x4795cd,0x4c7),_0x4a4a82['ZdTdb']='Failed\x20to\x20'+'revoke\x20tok'+'en';const _0x14c971=_0x4a4a82;function _0x401052(_0x1c34dd,_0xe37b64,_0x48c4df,_0x3cdc1c){return _0x5f5049(_0x1c34dd-_0x30b079._0x1f4d6f,_0x48c4df-0x2e1,_0x48c4df-0x2e,_0xe37b64);}try{const {tokenId:_0x29dc08}=_0x5cc2ba[_0x401052(_0x566203._0x2a0746,0x430,_0x566203._0x19cf85,_0x566203._0xed7eb7)],_0x266299=await revokeToken(_0x29dc08);if(!_0x266299){if(_0x14c971['iWUVm'](_0x14c971['fTPhx'],_0x14c971[_0x401052(0x482,0x493,0x48b,_0x566203._0x4df571)])){const _0x85e572={};return _0x85e572[_0x401052(_0x566203._0x515607,0x418,0x45f,_0x566203._0x46f53c)]=_0x14c971[_0x401052(0x47d,0x485,_0x566203._0x28c077,0x454)],_0x243aff[_0x401052(0x40a,0x40f,_0x566203._0x45b1b4,_0x566203._0x16ded9)](-0xf95*0x2+-0x7cd+0x288b)['json'](_0x85e572);}else{const _0x288eb8={};return _0x288eb8[_0x3aba19(0x46d,0x432,0x43f,0x4ad)]=_0x14c971[_0x401052(0x433,_0x566203._0x394db2,0x482,_0x566203._0x208877)],_0x4fe056['status'](-0x1d26+0x11a1+0xd19)['json'](_0x288eb8);}}const _0x386067={};_0x386067['adminId']=_0x5cc2ba['user']['id'],_0x386067['adminUsern'+_0x3aba19(_0x566203._0x32b102,_0x566203._0x3d72ef,0x461,_0x566203._0x524468)]=_0x5cc2ba[_0x3aba19(_0x566203._0x4c4096,_0x566203._0x2372b8,0x444,0x484)][_0x401052(0x4b4,_0x566203._0x1e60b7,0x483,0x46e)],_0x386067['tokenId']=_0x29dc08,logger['info'](_0x14c971[_0x3aba19(_0x566203._0x9b389d,_0x566203._0x2706fc,0x445,_0x566203._0x4c5597)],_0x386067);const _0x448c2b={};_0x448c2b[_0x401052(_0x566203._0x477c63,0x4bb,0x49b,0x46d)]=_0x14c971[_0x401052(_0x566203._0x3650e4,0x473,_0x566203._0x1ec57c,_0x566203._0x440d0a)],_0x4fe056[_0x3aba19(_0x566203._0x403490,0x483,0x4a1,_0x566203._0x3c50ea)](_0x448c2b);}catch(_0x3b7da9){logger[_0x401052(0x464,0x488,0x45f,0x408)](_0x14c971[_0x401052(0x440,0x44d,_0x566203._0x3f6f29,0x4c4)],_0x3b7da9);const _0x4d8acd={};_0x4d8acd[_0x3aba19(0x46d,0x426,0x44e,_0x566203._0x4a2d3b)]='Failed\x20to\x20'+_0x401052(_0x566203._0xcd75c5,0x4ad,_0x566203._0x3367a7,_0x566203._0x4086eb)+'en',_0x4fe056['status'](0x18f8+-0x29b+-0x1469)[_0x401052(0x44b,0x471,_0x566203._0x2cea23,0x409)](_0x4d8acd);}});export default router;
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;