• Hey :).

    I purchased the User Profiles Made Easy plugin.

    First of all; this plugin looks great. I used to have the free ”Theme My Login” plugin. TML pluggin worked, but it didn’t look good.

    But I have encountered a few issues with this plugin. The plugin sales page stated that it was fully customizable, which I hope is true. My problems are listed below. I hope these issues can be resolved ?? .

    1 – Google Authenticator

    I installed this 2FA plugin on my website: WP Google Authenticator

    I managed to install the plugin successfully, but it doesn’t show up on the ”My profile” page / frontend. How do I make this plugin work with ”User Profiles Made Easy” ?

    2 – Error when logging in with username

    I created my first test account with this plugin. I confirmed the email, and tried to login on my website. But I get a ”confirm your email” error when I try to login with my username. I don’t get the error when I login with the email address associated with that username. How do I solve this issue?

    3 – How to customize the ”verification link” email + how to send a ”registration complete” email?

    The ”Theme My Login” plugin had a lot of options (fully customizable). I was able to customize different emails (verification email, email once registration is complete, lost password recovery email, etc.). I can’t find this option in the ”User Profiles Made Easy” plugin. Is it possible to customize these emails and create additional email forms? I want to include tags like user_ip , etc.

    4 – Verification link security problem

    The user’s password is included in the ”verification link” (which is send to the user’s email address). This is a serious security issue, how do I change this?

    5 – Edit profile redirection

    When I edit my profile, I am redirected to a page which says ”Are you sure about this? Try again.”

    I don’t want that to show up. The profile should be updated immediately.

    6 – Removing the ”Send E-mail” button, ”Entries” and ”Comments” from the profile page

    How do I remove those 3 things? They are located in the top right corner of the profile page. Users can’t post anything on my website, and other users can’t view each other’s profiles. So it doesn’t make sense to have those options.

    —–

    Some points require customization, so if you’re a developer and willing to help, send me an email with your quote :).

Viewing 3 replies - 1 through 3 (of 3 total)
  • You can simply use the shortcode [upme show_stats=no]

    Im having the same problem you listed at point 5,looking a bit deep into the code i fear its a problem with

    check_admin_referer( 'update-user_' . $current_user->ID );

    when that gets exectued then the message error gets displayed and that function actually check for _wp_once,im trying to figure whats wrong

    Sadly, after spending days looking at various options a clear picture comes to me. WordPress needs two factor authentication, and the Google Authenticator plugin does this well. It should be in the core. It isn’t, and there is no indication WordPress is listening. Joomla DID listen to users and so 2FA is in the core.

    All the plugins to make login and user profile that work in a nice way, like the excellent User Profiles Made Easy, mostly do not support Google Authenticator, because it is just one of numerous plugins (which one to support is their problem). A few plugins do support 2FA simply because they follow good practice to build a page by stepping through available fields based on what is installed. Most do not do this.

    For now, I must say, do not buy a plugin for login or user profile if you want 2FA. Use free plugins to see if they work with 2FA, and if they do, be happy. For example, I wanted a modal login plugin. NONE of the paid ones work with 2FA, but SimpleModal login plugin (free) DOES.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: User Profiles Made Easy] – I think I need a developer’ is closed to new replies.