Hi strehlst is this on a local setup or on a live set up?
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?
Yes, it is the user’s ID.
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";
@cloughit thank you for submitting your solution. One of the plugin developers will review your code further.
Regards
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.