Bypass email activation

A quick question i just installed discourse on virtualbox (for development purpose) and its working fine i just need to bypass the activation email… Is there a way i can confirm my account without having to send the mail since i dont have a mail cloud server atm…

If you want to create an admin account, the admin:create rake task is your best friend :wink:

For development, I assume, since you are in virtualbox?

Yes, for development purpose and testing :slight_smile:

Check out dev-install for howtos on building local development environments

Thats even better, didnt know it exsisted :slight_smile: thanks alot!