Iain Poulson

Results 75 issues of Iain Poulson
trafficstars

`Could not switch users. ` When the setting to disable wp-login.php is on

bug

Most of the query strings are stripped so you end up on the admin posts page. - Ensure 'Lock Access to wp-login.php' is checked in Users > Settings > Login...

The loading of the backend and frontend pages should be as fast as possible.

Eg. password reset https://github.com/johnbillion/wp_mail#change-of-user-email-or-password

enhancement

Carbon Fields is bloated and hits performance. We should replace it with our own field library, keeping it slim and lean.

To stop issues like this https://wordpress.org/support/topic/error-on-registration-form-2/#post-15383060

Carbon Fields requires mbstring for `mb_convert_case()` `To get this resolved, the PHP mbstring extension must be installed and enabled on your server, your host should be able to help with...

From https://github.com/WPUserManager/wp-user-manager/issues/10#issuecomment-480576882