LogoLogo
TPI.devCommunityGithub
  • Overview
    • Introduction
      • Future Features
    • License & Disclaimer
    • APIM Architecture
      • Production Deployments and Capacity
      • Functions
      • Integration
    • Key Concepts
      • API Group
      • API Scope
      • API Client
      • End-to-End Workflow Combining API Group, API Scope, and API Client
        • Scenario: API Management for an E-commerce Platform
    • Support
    • Glossary
    • Scenarios
      • Financial Industry
        • Transforming Financial Services with digiRunner API Management
        • Redefining Financial Data Migration with digiRunner API Management Platform
      • Manufacturing Industry
        • Enabling Smart Manufacturing with Seamless API Integration and Automation via digiRunner
        • Streamlining Global Operations with API Management via digiRunner
      • Medical Industry
        • Enhancing Healthcare Data Integration and Security with digiRunner API Management
        • Revolutionizing Healthcare Interoperability with digiRunner’s Advanced API Framework
      • Insurance Industry
        • Modernizing Insurance Services with digiRunner API Management
        • Modernizing Insurance with digiRunner—Bridging Legacy Systems and Microservices
      • Government and Public Services
        • Empowering Open Government Services with digiRunner: A Mission for Integration and Transformation
        • Streamlining Public Sector Innovation via digiRunner: Driving Citizen-Centric Digital Transformation
  • Get Started
    • Installing digiRunner API Management
      • SMTP Configuration
    • Registering Your First APIs with digiRunner
    • Client Authorization and Calling APIs
    • Rate Limiting
    • Proxy Caching
    • Load Balancing
    • Sandbox Testing
    • VIP Gateway Priority Settings
    • JWE Certificate
  • Configuring IP Whitelisting via IP Binding
  • Most common use cases
    • Obtaining API Keys and Calling APIs
    • API IP Diversion
    • Viewing Real-time API Logs
    • Enabling APIs and No Auth in Batches with API Imported
    • Role-Based Access Management within a Hierarchical Structure
    • Simplified OIDC Login with Predefined Organizational Frameworks
    • Resetting User Password and Confirmation Email for Admin Console User
  • Guide
    • AC User Management
      • Users
      • My Profile
      • Roles
      • Role Mapping
      • Organization
      • Role & txID
      • Delegate AC User
      • AC OAuth 2.0 IdP
      • AC LDAP IdP
      • AC MLDAP IdP
      • AC API IdP
    • Development Mode
      • Function Management
      • Rtn Code Management
      • Embedded Function Management
    • Client Management
      • API Client
      • API Group
      • API Scope
      • Authentications
      • Security Level
      • GTW OAuth 2.0 IdP
      • GTW LDAP IdP
      • GTW API IdP
      • GTW JDBC IdP
      • Client Export/Import
    • API Management
      • API List
      • API Registry
      • API Test
      • API Modify Batch
    • Monitor & Alert
      • digiRunner Server
      • Alert Settings
    • Reports
      • API Calls
      • API RESP distribution
      • API Avg. RESP Time
      • API GTW traffic
      • Bad Attempt Report
    • Certificate Management
      • JWE Cert. List
      • JWE Cert. Management
      • TLS Cert. List
      • TLS Cert. Management
    • Application Forms
      • API Key
      • Applications
      • Approval Flow Settings
    • System Information
      • API Key Approval History
      • Scheduled Tasks
      • Recurring Tasks
      • Mail Log
    • System Configs
      • Setting
      • Items
      • Files
      • Customer Setting
      • Online Console
      • WebSocket Proxy Management
      • Static Webpage Reverse Proxy
      • RDB Connection
      • Mail Template Export/Import
  • API Integration Guide
    • Using Token for Authentication and Authorization
      • OpenID Connect (OIDC) Mode
      • Client Credentials Mode
      • Password Mode
    • Using X API Key for Authentication and Authorization
      • Applying for X API Key
      • Obtaining X API Key
      • Calling APIs Registered in digiRunner with X API Key
    • Using API Key for Authentication and Authorization
      • Applying for API Key
      • Obtaining API Key and Secret Key
      • Calculating the Signature and DGRK
      • Calling APIs Registered in digiRunner with API Key
    • Using HTTP Basic and OAuth for Authentication and Authorization
      • Calling APIs Registered in digiRunner with Basic Auth
      • Calling APIs Registered in digiRunner with No OAuth
    • Token Lifecycle Management Mechanism
      • Applying Refresh Token
      • Token Revocation
      • Token Introspection
    • JWS/JWE Integration
      • JWS Workflow
      • JWE Workflow
      • Exchanging Public Keys
      • Generating Certificate
      • Operating with JWS
      • Operating with JWE
Powered by GitBook
On this page
  • Resetting the Password
  • Verifying Password Reset Email Schedule
  • Verifying Mail Log and Checking Inbox
  • Troubleshooting Confirmation Email Errors

Was this helpful?

Export as PDF
  1. Most common use cases

Resetting User Password and Confirmation Email for Admin Console User

PreviousSimplified OIDC Login with Predefined Organizational FrameworksNextAC User Management

Was this helpful?

If there are users who forgot their passwords, administrators can reset the password and send the new password via E-mail to the E-mail address the user used to register, so that the user can login again using the new password received.

Resetting the Password

  1. Go to AC User Management > Users to enter the user maintenance page, and enter the username in the keyword search field to query the user to modify, then click Search.

  1. Check the Reset password option, click Update, and the system will send the reset password letter 10 minutes later.

Verifying Password Reset Email Schedule

  1. Go to System Information > Scheduled Tasks to enter the schedule page.

  2. Locate the send mail schedule in the list and check the Scheduled Time field to confirm the schedule is set to execute at the specified time.

  3. Check the Status field of the schedule. If it displays wait or Executing, click Search to refresh the page and update the schedule status. If the status displays carry out, it indicates that the schedule has been successfully executed.

Verifying Mail Log and Checking Inbox

  1. Go to System Information > Mail Log to enter the mail log page.

  2. The mail log list will be sorted by time, from newest to oldest. Check if the Result field shows success to confirm that the email has been successfully sent.

  1. Go to your email inbox, confirm receipt of the email, and use the default password to log in and reset your password.

Troubleshooting Confirmation Email Errors

If the system failed to send the confirmation email due to setting errors, review the SMTP settings and make updates.

  1. Go to System Information > Mail Log to enter the mail log page.

  2. The mail log list will be sorted by time, from newest to oldest. Check the Result field, and if it shows failure, proceed with the following steps.

  1. Go to System Configs > Setting to enter the setting page.

  2. The values of SERVICE_MAIL_AUTH and SERVICE_MAIL_ENABLE must both be set to true in order to activate the sender verification process.

  1. The value of SERVICE_MAIL_HOST is smtp.gmail.com by default, which defines its mail server. This system uses Gmail’s SMTP by default.

  2. The value of SERVICE_MAIL_PORT should be set to the SMTP port. By default, it is set to 587, which is used for sending emails with SMTPS encryption. Verify that this port is set correctly.

  1. The value of SERVICE_MAIL_USERNAME should be set to the email account that will be used for sending emails.

  2. The value of SERVICE_MAIL_PASSWORD should be set to the password for the email account used for sending emails.

  1. Go to System Information > Scheduled Tasks to enter the schedule page.

  2. Click on the Redo icon and a confirmation window will pop up. Click OK to execute the mail sending schedule again.

  1. Go to System Information > Mail Log to enter the mail log page.

  2. The mail log list will be sorted by time, from newest to oldest. Check if the Result field shows success to confirm that the email has been successfully sent.

Click on of the user data to access the update page.

Click on to confirm that the email contains the reset password information.

Click on and check for the error message "Username and Password not accepted", which indicates that the email could not be sent due to account or password errors.