Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved everything from register.php into a class #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

iamntz
Copy link

@iamntz iamntz commented Feb 24, 2015

I refactored register.php completely:

  • extracted everything into its own method
  • added i18n strings
  • ditched wpdb in favour of built in wp functions.

I only tested with FB auth; probably it's a good idea to test with other providers first before merging :)

@vitormattos
Copy link

Great work! @perrybutler , when will accept this pull request?

@iamntz
Copy link
Author

iamntz commented Apr 11, 2015

@vitormattos @perrybutler This PR should be OK, but i kind of diverged quite a lot of the main code in order to make things to fit my needs (e.g. make possible to hook on registration process and add various extra steps):

https://github.com/iamntz/WP-OAuth/tree/complete-fb-flow

Unfortunately, things might diverged too much to be possible to merge into main repo.

@perrybutler
Copy link
Owner

Appreciate the pull requests, I will have a look at this and the others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants