Skip to content

Instantly share code, notes, and snippets.

@jmartsch
Created August 18, 2017 08:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmartsch/24328925fe8af5e13770ad9ed6ec18fe to your computer and use it in GitHub Desktop.
Save jmartsch/24328925fe8af5e13770ad9ed6ec18fe to your computer and use it in GitHub Desktop.
pasting this temporarily into any one of your templates, and then viewing a page that uses the template
<?php
$u = $users->get('admin'); // or whatever your username is
$u->of(false);
$u->pass = 'your-new-password';
$u->save();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment