---
title: "2FA Login, CLI \"Run as Environment\", and Fresh Coat of Paint"
date: 2021-07-16T14:00:00.000-07:00
number: 0038
url: https://railway.com/changelog/2021-07-16
---

# 2FA Login, CLI "Run as Environment", and Fresh Coat of Paint

## 2FA On Login

We've now added 2FA to the login flows on Railway. If you've enabled 2FA on your Railway account, your account can no longer be accessed without two-factor authentication.

We've also added an option to allow users to disable 2FA on their account.

[Image: Untitled]

## CLI "Run as Environment"

`railway run` now allows you to run your actions within a specified environment. 

This is super useful for things like:

- Production Migrations
- One-off Data Queries
- Oneliner CI Builds

[Image: Untitled]

## Fresh Coat of Paint

We've recently hired an awesome designer who is helping make Railway more beautiful, user-friendly, and intuitive. Some of the first changes that you may notice are an updated set of colors and tweaks to base UI elements like buttons and inputs. [We would love know what you think of the changes](https://twitter.com/Railway)!

[Image: Untitled]

*Psst: Our design system is publicly viewable at *[*railway.app/design*](https://railway.app/design)* for anyone who is interested.*

## Various fixes

- Fix issue with Railway commenting twice on PR deployments on Github
- Fix meta environment variables not showing up
- Fix toast on email preference updates
- Fixed an issue where a very small percentage of requests were being dropped with 404s
- Fixed an issue where SSL certs would take longer than 10 minutes to generate
- Fixed an issue where cutting over domains took longer than expected