I want to create acs users in the system, but the authentication is done externally and unique usernames are guaranteed. However, there are no e-mail address associated with these users.
I call auth::create_user and fill in the username, first_names, last_name parameter, but when I execute it, it says I require e-mail which I don't have.
Is there any way around this?