Create test file in root directory and place code in to that file and run yoursiteurl.com/test.php <?php # Create New admin User programmatically. require_once('./app/Mage.php'); umask(0); Mage::app(); try { $user = Mage::getModel('admin/user')->setData(array( 'username' => 'pawan', 'firstname' => 'pawan', 'lastname' => 'kumar', 'email' => 'n.pavan37@gmail.com', 'password' =>'pawan123', ...
find some magento simple technical solution easly get solution with wide explanation. how we can use the solution code. Here i am posting what i faced issues and found issues solving solution. Magento is most powerful eCommerce frame work. working in magento framwork finding soluiotn and sharing technical knowledge here.