• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Converting users from MVNForum to JForum

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,

I am in the process of writing a converter (actually, extending the existing phpbb to jforum converter) to move MVNForum data to JForum so I can make MVNForum go away forever from a friend's server. I have one problem that I am hoping someone can help me with:
I am trying to decode the Base64 encoded password so I can MD5.crypt it to convert it from MVNForum to JForum.
Has anyone ever done this? Could you offer some pointers?

Thanks in advance!
[originally posted on jforum.net by MadOtis]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ok, I found my own answer... MVN uses a one-way digest encryption. So, I have to create a temporary password and store it then force the users migrated to log in with the temporary password and then change it once they are logged in.
[originally posted on jforum.net by MadOtis]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Smart boy.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello MadOtis, have you been able to succesfully convert MVNforum to JForum? If so, I would be very interested in getting the script/updated version of the phpbb2jforum converter that allows you to do this and/or a detailed description of the steps needed.

Thanks a lot!
[originally posted on jforum.net by Herko_ter_Horst]
 
reply
    Bookmark Topic Watch Topic
  • New Topic