Title: User activation
Last modified: August 22, 2016

---

# User activation

 *  [strehlst](https://wordpress.org/support/users/strehlst/)
 * (@strehlst)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/user-activation-1/)
 * The message the user gets reads: “Your account with username:6 is now active”
 * The number is meant to be the username, right? 🙂
 * [https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/](https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Contributor [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/user-activation-1/#post-5721077)
 * Hi strehlst is this on a local setup or on a live set up?
 *  Thread Starter [strehlst](https://wordpress.org/support/users/strehlst/)
 * (@strehlst)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/user-activation-1/#post-5721086)
 * Hi, it’s live.
 *  Plugin Contributor [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/user-activation-1/#post-5721103)
 * 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](https://wordpress.org/support/users/strehlst/)
 * (@strehlst)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/user-activation-1/#post-5721206)
 * Yes, it is the user’s ID.
 *  Plugin Contributor [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/user-activation-1/#post-5721289)
 * 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
 *  [David Clough](https://wordpress.org/support/users/cloughit/)
 * (@cloughit)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/user-activation-1/#post-5721467)
 * 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](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/user-activation-1/#post-5721468)
 * [@cloughit](https://wordpress.org/support/users/cloughit/) thank you for submitting
   your solution. One of the plugin developers will review your code further.
 * Regards
 *  Plugin Contributor [wpsolutions](https://wordpress.org/support/users/wpsolutions/)
 * (@wpsolutions)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/user-activation-1/#post-5721470)
 * 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.

 * ![](https://ps.w.org/all-in-one-wp-security-and-firewall/assets/icon-256x256.
   png?rev=2798307)
 * [All-In-One Security (AIOS) – Security and Firewall](https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/all-in-one-wp-security-and-firewall/)
 * [Active Topics](https://wordpress.org/support/plugin/all-in-one-wp-security-and-firewall/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/all-in-one-wp-security-and-firewall/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/all-in-one-wp-security-and-firewall/reviews/)

 * 8 replies
 * 4 participants
 * Last reply from: [wpsolutions](https://wordpress.org/support/users/wpsolutions/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/user-activation-1/#post-5721470)
 * Status: not resolved