PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, January 27, 2022

[FIXED] Password migration from Drupal to Yii

 January 27, 2022     drupal, yii     No comments   

Issue

Has anyone already migrate a site from Drupal to Yii? Is there some code in Yii that can implement the Drupal encryption and salt for user password?


Solution

I have, but not to YII. Its not a big deal. You can use the same salt and encryption in YII as well (easier since both are PHP based).

Check these two pages:
http://www.yiiframework.com/wiki/425
https://api.drupal.org/api/drupal/includes!password.inc/function/user_hash_password/7



Answered By - Amrit Bera
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing