Skip to content
lenis0012 edited this page Mar 11, 2023 · 11 revisions

You can migrate from AuthMe to LoginSecurity 2.1 pretty easily

Requirements

In order to migrate from AuthMe to LoginSecurity, you need the following:

  • LoginSecurity 2.1 or higher
  • AuthMe hashing: SHA256 (this is the defualt option)
  • If you converted from xAuth to AuthMe at any point in time, it won't work

Conversion

Once you have checked whether or not you qualify, do the following.
SQLite (default):

  1. Copy the authme.db file in plugins/authme to plugins/LoginSecurity
  2. Go to the console and type: /lac dbimport authme sqlite
  3. Wait for the process to complete
  4. Delete authme.db file from plugins/LoginSecurity

MySQL:

  1. Check your mysql settings from authme
  2. Go to the console and type: /lac dbimport authme mysql <host> <user> <password> <database>
    2.1 Host needs the port at the end, ex. localhost:3306
  3. Wait for the process to complete
Clone this wiki locally