You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running fxa on my local machine offline and have no email to give to FxA. Is there a way to create a user from command line or programmatically? I need to bypass email verification.
The text was updated successfully, but these errors were encountered:
if you set mail.type to localhelper , you could get activate code from docker-compose logs fxa-auth-local-mail-helper |grep -i code or curl http://$localhelperweb/mail/<name_part_before_at_mark>
I am running fxa on my local machine offline and have no email to give to FxA. Is there a way to create a user from command line or programmatically? I need to bypass email verification.
The text was updated successfully, but these errors were encountered: