+ Reply to Thread
Results 1 to 5 of 5

Thread: Wordpress to Flynax

  1. #1

    Wordpress to Flynax

    Hi There

    What's the best way to migrate existing user accounts and listings from wordpress to flynax?

    Regards
    M

  2. #2
    Anyone would be able to help?

  3. #3
    Junior Member
    Join Date
    Apr 2015
    Posts
    18
    Hello Manivannan Chinnaswamy,

    You need to transfer data from `wp_users` table of the WordPress database to the `fl_accounts` table of the Flynax database using your own migration script.
    Main problem will appear with the `Password` field. The password won't work in view of different encryption algorithms

    You have two ways in this case:
    1. When migrated users will try to login using their WordPress password they will get an error "‘Password’ does not match" and they will restore it.
    2. You need to change encrypt algorithm for migrated users.

  4. #4
    Hi Alan,

    Thanks for your info.

    For option 2 (change encrypt algorithm for migrated users only), would you be able to guide me on how to make the change please?

    Regards
    Mani

  5. #5
    Hi Flynax Team,

    Would you be able to provide me some hint on which file to be looked at & what type of encrypt algorithm be the used for?

    Thanks in advance

    Regards
    Mani

+ Reply to Thread