Commit 79f316c
authored
Make teacher invitation email addresses case-insensitive (#562)
## Status
- Related to
RaspberryPiFoundation/digital-editor-issues#662
and
RaspberryPiFoundation/digital-editor-issues#663
## What's Changed?
- Modified email address comparison logic for teacher invitations to
make it case-insensitive as this was breaking for users if the email
address invited was not all downcased.1 parent 27da723 commit 79f316c
File tree
2 files changed
+22
-1
lines changed- app/controllers/api
- spec/features/teacher_invitations
2 files changed
+22
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
158 | 179 | | |
159 | 180 | | |
160 | 181 | | |
| |||
0 commit comments