Skip to content

Instantly share code, notes, and snippets.

@yanniboi
Created December 16, 2013 12:58
Show Gist options
  • Save yanniboi/7986586 to your computer and use it in GitHub Desktop.
Save yanniboi/7986586 to your computer and use it in GitHub Desktop.
User login link without drush
<?php
global $user;
dpm(user_pass_reset_url($user) . '/login');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment