0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use non-deprecated functions becuz they are better More... over 10 years ago
Merge pull request #12 from humanmade/wp-login-args More... over 10 years ago
`get_userdata()` is simply an alias for `get_user_by()` More... over 10 years ago
Prevent error notices by passing both arguments that are present in the `wp_login` action. More... over 10 years ago
Merge pull request #11 from humanmade/fix-strict-standards-11 More... over 10 years ago
Fix PHP strict notice with `get_avatar()` More... over 10 years ago
Merge pull request #10 from humanmade/fix-reset-password-10 More... over 10 years ago
Use core's check_reset_password_key() to check whether it's a valid request to reset the password More... over 10 years ago
Update README.md More... over 10 years ago
Create CONTRIBUTING.md More... over 10 years ago
Remove avatar options from SSO More... over 10 years ago
Put logout function back! More... over 10 years ago
move rewrite rules to rewrite file More... over 10 years ago
removed includes for facebook More... over 10 years ago
Removed stuff More... over 10 years ago
fix hm accounts avatar image selection in admin More... over 10 years ago
Merge pull request #8 from duncanjbrown/master More... almost 11 years ago
call sanitize_text_field() correctly More... almost 11 years ago
Merge pull request #1 from humanmade/sanitize More... almost 11 years ago
Added comment clarifying user_login input name More... almost 11 years ago
user get_user_by instead of get_userdatabylogin() More... almost 11 years ago
Added comment to explain double $email assignment to user-login More... almost 11 years ago
apply esc_url_raw() to agh redirect params from $_REQUEST More... almost 11 years ago
Large amount of escaping and sanitizing - a mix of sanitize_email(), sanitize_text_field(), sanitize_key(), esc_attr() More... almost 11 years ago
Prevent error notices when variables are undefined More... almost 11 years ago
login() method should return user_id rather than bool More... about 11 years ago
remove inline login, no one is using this More... about 11 years ago
Merge branch 'master' of github.com:humanmade/hm-accounts More... about 11 years ago
Apply filters on emails More... about 11 years ago
Only do login if asked More... about 11 years ago