Adding new user when outgoing email has been globally disabled

Hi,

We have a test site with the email globally disabled, this test site has an old copy of the production site so we don’t want to send any emails from this one.

Is there any way to add a new user to our test site which does not involve emailing for confirmation of details?

Thanks

1 Like
./launcher enter app
rake admin:create

Pro tip: the user you create doesn’t actually have to be made an admin.

4 Likes

Thanks. We’ll try this soon.

The idea is to create a new user for our new moderators so they can try things in the test site. I can add them to the Moderators group after.

1 Like

Hi @pfaffman,
How to create a non-admin user via rake?

The same way. Just answer no when it asks if they should be an admin or remove the admin rights if you accidentally create them user as an admin.

3 Likes