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
Is your feature request related to a problem? Please describe
We currently utilize our own custom template (user/login-form.php) to render a login form on the My Courses page. We can simplify and eliminate this template altogether by leveraging WordPress' standard login form.
Describe the solution you'd like
Use WordPress' standard login form (wp_login_form) instead of using a template.
The text was updated successfully, but these errors were encountered:
We can replace the login form, but we'll likely need to keep the registration form since it doesn't appear that WordPress provides any way to display it.
yscik
linked a pull request
Jan 6, 2021
that will
close
this issue
Is your feature request related to a problem? Please describe
We currently utilize our own custom template (
user/login-form.php
) to render a login form on the My Courses page. We can simplify and eliminate this template altogether by leveraging WordPress' standard login form.Describe the solution you'd like
Use WordPress' standard login form (
wp_login_form
) instead of using a template.The text was updated successfully, but these errors were encountered: