WP Frontend Profile allows users to edit/view their profile and register/login without going into the dashboard to do so.
GNU General Public License v2.0
17
stars
20
forks
source link
Fixed lost-password behaviour (see #101) #105
Closed
frifrafry closed 1 year ago
Fixed "Invalid Key" behaviour on "lost password"-page.
It was a simple trim() on the key, as it had leading and trailing tabs and spaces.
Also fixed a wrong echo (esc_html_e instead of esc_html__) and a strange output behaviour on "your password has been changed".