Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi strehlst is this on a local setup or on a live set up?

    Thread Starter strehlst

    (@strehlst)

    Hi, it’s live.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Okay thank you for reporting back. Did you check the users name in the admin area to see if they have being allocated id 6?

    Thread Starter strehlst

    (@strehlst)

    Yes, it is the user’s ID.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi strehlst that means the ID is username.

    If you don’t need any more help can you mark this support thread as resolved.

    Thank you

    Hi, I am experiencing the same issue:

    Your account with username:18 is now active

    ’18’ is the ID of the user. The user has a username which is not ’18’.

    Troubleshooting has identified that in /all-in-one-wp-security-and-firewall/admin/wp-security-list-registered-users.php on line 133 reads:

    $email_msg .= __('Your account with username:','aiowpsecurity').$user->ID.__(' is now active','aiowpsecurity')."\n";

    This needs to be changed to:

    $email_msg .= __('Your account with username:','aiowpsecurity').$user->user_login.__(' is now active','aiowpsecurity')."\n";

    Plugin Contributor mbrsolution

    (@mbrsolution)

    @cloughit thank you for submitting your solution. One of the plugin developers will review your code further.

    Regards

    Plugin Contributor wpsolutions

    (@wpsolutions)

    hi cloughit,
    ok thanks for that – we will look at making the change to correct this.

    Can you first please do us a favour and try a test on your site by making those changes you suggested? If all works fine we will add it in the official version.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘User activation’ is closed to new replies.