Commit 895b975d6571eab144212dd98e8782a0504c4a46
1 parent
b816d0356c
Exists in
master
Removed references to api.py.
Showing 1 changed file with 4 additions and 4 deletions Side-by-side Diff
DesignUseCases.tex
View file @
895b975
... | ... | @@ -184,12 +184,12 @@ |
184 | 184 | \begin{enumerate} |
185 | 185 | \itemsep1pt\parskip0pt\parsep0pt |
186 | 186 | \item |
187 | - {api.py verifies that the User has submitted an email and password} | |
187 | + {The server verifies that the User has submitted an email and password} | |
188 | 188 | \item |
189 | - {api.py authenticates the User's email and password and checks if the | |
189 | + {The server authenticates the User's email and password and checks if the | |
190 | 190 | User is active} |
191 | 191 | \item |
192 | - {api.py logs the User in using the Django login feature} | |
192 | + {The server logs the User in using the Django login feature} | |
193 | 193 | \item |
194 | 194 | {Front-end displays the home page for the User} |
195 | 195 | \end{enumerate} |
... | ... | @@ -671,7 +671,7 @@ |
671 | 671 | \begin{enumerate} |
672 | 672 | \itemsep1pt\parskip0pt\parsep0pt |
673 | 673 | \item |
674 | - {api.py logs the User out using the Django logout feature} | |
674 | + {The server logs the User out using the Django logout feature} | |
675 | 675 | \item |
676 | 676 | {Front-end displays application login page} |
677 | 677 | \end{enumerate} |