Skip to content

Instantly share code, notes, and snippets.

@dancameron
Created January 7, 2015 04:35
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 dancameron/a966df1332bdadf94b5e to your computer and use it in GitHub Desktop.
Save dancameron/a966df1332bdadf94b5e to your computer and use it in GitHub Desktop.
Enable EMail Login
<?php
/**
* Allows for customers to use the Help Scout Desk with only their email address
*
* Keep in mind this could be a potential security risk for your customers since
* someone could use another person's email address to see their history. Ideally
* you would hook into the `hsd_maybe_store_customer_email` action and authenticate
* on a different field submitted, like a license key. Integration examples can
* be provided via priority support if you need help.
*/
Email_Login::init();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment