An open API service indexing awesome lists of open source software.

https://github.com/giventofly/wp-custom-login

Wordpress custom register, login, forgot, new password
https://github.com/giventofly/wp-custom-login

login wordpress wordpress-development

Last synced: 2 months ago
JSON representation

Wordpress custom register, login, forgot, new password

Awesome Lists containing this project

README

          

# Wordpress custom login/register/forget pwd example

Can see a semi working example withe Js to send the requests [here (codepen)](https://codepen.io/giventofly/pen/BOZpPQ).

I commented some of the stuff but the gist of it is to have a form on a page/sidebar, send an post request (using wordpress built-in ajax).

Simply put, you got your functions to login/register/forget password, i guess its a nice boilerplate to begin. In the codepen example you have the JS to dome most of the frontend stuff (i will put it here too).