Commit e33523e
authored
Revert automatically disallowing email address when deleting user (#1055)
Now that I have thought about this again, this is not a good idea. A
user should not "be disallowed" by email if they have deleted their own
account. Automatic email blocking should only be done if a moderator
deletes an account, and even then it should be optional (for example, a
user might ask a moderator to delete their account because they cannot
do so themselves, instead of account deletion being necessary due to
moderation).2 files changed
Lines changed: 2 additions & 4 deletions
File tree
- Refresh.Database
- RefreshTests.GameServer/Tests/Users
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
405 | | - | |
406 | | - | |
407 | 405 | | |
408 | 406 | | |
409 | 407 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
0 commit comments