Commit 8a2700a6 authored by Mike Jang's avatar Mike Jang

Merge branch 'patch-207' into 'master'

Improve upgrade_email_bypass.md

See merge request gitlab-org/gitlab!37863
parents 0440d72b ad661e98
......@@ -47,7 +47,7 @@ Use the following code to search for users who:
- Are also pending confirmation on or after the date of upgrade.
```ruby
users_apparently_pending_reconfirmation = User.where(confirmed_at: nil).where('confirmation_sent_at >= ?', date_of_upgrade_to_13_2)
User.where(confirmed_at: nil).where('LENGTH(confirmation_token) = 32')
```
## What does it look like when a user is blocked?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment