Install it on both servers. To also share the data, you can connect them both to the same MySQL database.
Well, you need a MySQL Server up. Then make sure you have simpleauth running on your server. There is a specific folder that contains the MySQL section in there you need to add your MySQL IP Port UserName Password and I believe the database as well. I'll reply with where you have to add them I forgot I believe its in the configuration but in which folder is what I don't remember. Hope its helpfull. Thanks/ Kind regards, /shar
Yes its in the config.yml where you have to edit it and add the MySQL IP Port.....etc. #For MySQL: #dataProviderSettings: # host: "127.0.0.1" # port: 3306 # user: "user" # password: "password" # database: "databaseName" dataProviderSettings: [] Kind regards, /shar
Correct me if I am wrong or anything anyways I believe that's how it is! Hope its help full! Kind regards, /shar
Take off the # and fill all the "" with your MySQL data. Don't forget to put MySQL as your provider (forgot what it's name was guess that's it [can be found in your config file]) This will reset ALL your passwords, everyone will have to register again though.