Hello,
The core Joomla com_users reset password function has included for some time the very useful feature of adding the reset password token to the URL for the reset password screen that is sent in the user email. So it appears as:
index.php?option=com_users&view=reset&layout=confirm&token=some_string
In the EasySocial (and Discuss/Blog) over-rides for the password reset, this is absent. It is a very nice feature for users who aren't good at copying and pasting or who don't understand to do this (it happens).
Here is the Github post on this feature evolution:
https://github.com/joomla/joomla-cms/commit/06071ab422b68212343a9dec3d85269e49682910
It would be great to include this in EasySocial etc.
Jordan