Commit fd5ac2ac authored by Frank Bergmann's avatar Frank Bergmann

- removed a testing ad_return_complaint

parent 9c596b49
......@@ -1366,9 +1366,6 @@ ad_proc -private auth::send_email_verification_email {
Sends out an email to the user that lets them verify their email.
Throws an error if we couldn't send out the email.
} {
ad_return_complaint 1 "This routine would have send out an email to user '$user(email)'"
return
# These are used in the messages below
set token [auth::get_user_secret_token -user_id $user_id]
acs_user::get -user_id $user_id -array user
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment