Disable 2FA from db

Discussion in 'ISPConfig 3 Priority Support' started by Stelios, Aug 1, 2023.

Tags:
  1. Stelios

    Stelios Active Member HowtoForge Supporter

    Hi all,

    Is there a way to disable 2FA as for some reason (maybe a hacking problem on email server) emails are not arriving and can't connect at all to the admin panel to solve the issue.

    Thanks
     
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    - Open the ISPConfig database (for example through phpMyAdmin). The default database name is "dbispconfig".
    - Open the "sys_user" table.
    - Find your user
    - Change the value in the column "otp_type" to "none"

    @till could you create this on faqforge?
     
    till likes this.
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    @Th0m Yes, good idea :)
     
  4. Stelios

    Stelios Active Member HowtoForge Supporter

Share This Page