Changes between Version 6 and Version 7 of UserLogin


Ignore:
Timestamp:
12/29/25 03:39:40 (6 hours ago)
Author:
233051
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserLogin

    v6 v7  
    1919
    20204. The server validates the form data and checks the Users table
    21         {{{
    22         SELECT *
    23         FROM users
    24         WHERE username = $username OR email = $username
    25         LIMIT 1;
    26         }}}
     21
     22{{{
     23SELECT *
     24FROM users
     25WHERE username = $username OR email = $username
     26LIMIT 1;
     27}}}
    2728
    28295. The user gets a success message and is redirected to the home page