diff --git a/src/web/mod_register_web.erl b/src/web/mod_register_web.erl index 98ee52fb9..a39dc8fb4 100644 --- a/src/web/mod_register_web.erl +++ b/src/web/mod_register_web.erl @@ -598,6 +598,8 @@ unregister_account(Username, Host, Password) -> get_error_text({error, captcha_non_valid}) -> "The captcha you entered is wrong"; +get_error_text({success, exists, _}) -> + get_error_text({atomic, exists}); get_error_text({atomic, exists}) -> "The account already exists"; get_error_text({error, password_incorrect}) ->