-
Notifications
You must be signed in to change notification settings - Fork 87
AuthMe Conversion
lenis0012 edited this page Mar 11, 2023
·
11 revisions
You can migrate from AuthMe to LoginSecurity 2.1 pretty easily
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
Once you have checked whether or not you qualify, do the following.
SQLite (default):
- Copy the
authme.db
file inplugins/authme
toplugins/LoginSecurity
- Go to the console and type:
/lac dbimport authme sqlite
- Wait for the process to complete
- Delete authme.db file from
plugins/LoginSecurity
MySQL:
- Check your mysql settings from authme
- 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
- Wait for the process to complete