Skip to content

Instantly share code, notes, and snippets.

@mcjwsk
Last active August 29, 2015 14:27
Show Gist options
  • Save mcjwsk/47a87adb6ee9b10c3ad3 to your computer and use it in GitHub Desktop.
Save mcjwsk/47a87adb6ee9b10c3ad3 to your computer and use it in GitHub Desktop.
<?php
require 'app/Mage.php';
Mage::app()->setCurrentStore(Mage_Core_Model_App::ADMIN_STORE_ID);
$customer = Mage::getModel('customer/customer');
$customer->setPassword('admin123');
$customer->save();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment