Version 1 vs 2
Version 1 vs 2
Edits
Edits
- Edit by Timotheos, Version 2
- Jun 27 2022 15:41
- ·Updated for new server details
- Edit by Timotheos, Version 1
- Aug 5 2021 12:19
Original Change | Next Change » |
Edit Older Version 1... | Edit Older Version 2... |
Content Changes
Content Changes
# Phabricator: resending email address verification emails to users
For Windows, download PuTTy to use SSH
`ssh` login using `tasks@sanctuary.eco`
Enter password
```
cd web/phabricator/bin
./mail help
# Find all email verification emails
./mail list-outbound --limit 1200 | grep "Email Verification"
# Read the email to find the one with the right user, then resend the email
./mail show-outbound --id 810
./mail resend --id 810
```
# Phabricator: resending email address verification emails to users
For Windows, download PuTTy to use SSH
`ssh` login using `root@sanctuary.eco`
Enter password
```
cd /var/www/tasks/web/phabricator/bin
./mail help
# Find all email verification emails
./mail list-outbound --limit 1200 | grep "Email Verification"
# Read the email to find the one with the right user, then resend the email
./mail show-outbound --id 810
./mail resend --id 810
```
# Phabricator: resending email address verification emails to users
For Windows, download PuTTy to use SSH
`ssh` login using `tasksroot@sanctuary.eco`
Enter password
```
cd /var/www/tasks/web/phabricator/bin
./mail help
# Find all email verification emails
./mail list-outbound --limit 1200 | grep "Email Verification"
# Read the email to find the one with the right user, then resend the email
./mail show-outbound --id 810
./mail resend --id 810
```