From everything I've seen the two modules are very similar. I'd like the ability to pull the data from uLogin, have it decoded, then re-encoded into HybridAuth's database so I don't have to make my 14k+ user base create new accounts.

If this is not feasible could you at least provide where the two modules serialize/deserialize the data from the providers so I can try and build my own.

Comments

duozersk’s picture

Assigned: Unassigned » duozersk

Joseph,

Thanks for the feature request. It seems that creation of a migration submodule would be the best solution in this case. I will be able to code it in 2-3 weeks (might be faster, but I'm not really sure cause leaving for a vacation).

Thanks
AndyB

duozersk’s picture

Just committed basic migration of uLogin identities to HybridAuth identities.
http://drupalcode.org/project/hybridauth.git/commit/ccaaf45
You can try the snapshot from this commit or wait for the dev release rebuild.

Migration steps:

  • Disable uLogin module (IMPORTANT: do not uninstall it)
  • Enable HybridAuth and HybridAuth uLogin modules
  • Go to "admin/config/people/hybridauth/ulogin" and process the identities
  • Disable HybridAuth uLogin module
  • After that you can uninstall uLogin module

Please do test it on test installation first.

Thanks
AndyB

duozersk’s picture

Status: Active » Fixed

Committed all the related info conversion. Please use the snapshot from this commit - http://drupalcode.org/project/hybridauth.git/commit/82576bb

Thanks
AndyB

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

quotesBro’s picture

Version: 7.x-2.5 » 6.x-2.x-dev
Status: Closed (fixed) » Active

What about 6.x version?

duozersk’s picture

Status: Active » Needs work

It is not done for the 6.x version - and seriously, why are you still on D6? :)

AndyB

quotesBro’s picture

Porting to D7 is in progress, but I have 100+ contrib modules and 30+ site-specific, so it's a quite long process.
By the way, D6 is still good enough for me except for the lack of responsive themes for it.