You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New features
Add new AJAX method and link to remove a user's avatar / display picture in the Update Profile form. (#33)
Changes
If the activation mode is set the "User", a password reset on an inactivated account will activate the account as the criteria for activating the user (confirming their email address) is met. This creates a fallback method to activate a user if they miss the activation email. (#40)
Removed hard requirement of jQuery in default partials.
Bug fixes
Replaced a call to the deprecated Illuminate\Mail\Message::setTo() method in the MailBlocker model. (4c3a154)