Ferreteria/v0.5/login: Difference between revisions
< Ferreteria | v0.5
Jump to navigation
Jump to search
(moved phases into subpages) |
m (11 revisions imported: moving this project here) |
(No difference)
|
Latest revision as of 16:44, 22 May 2022
About
The login feature handles user/session authentication. It consists of three main phases:
- /submit: checking user's submitted credentials
- /session: checking Session cookie
- /logout: handling of user logout
Code files/filesets involved include:
- login - core data and storage I/O classes -- see data
- dropins/login - admin display I/O
- login/status.php - login status class
- form widgets: