Fixed traceback in account activation notification
When CFG_ACCESS_CONTROL_NOTIFY_USER_ABOUT_ACTIVATION is set,
then send_account_activated_message() tracebacks since it
assumes `password' to be string while it is passed as a number.
Fixed by converting to string.