-
Notifications
You must be signed in to change notification settings - Fork 1
reference:(root):login.php
Aaron Junker edited this page Apr 17, 2021
·
2 revisions
File (root) /login.php
This page let's the user log in into his account or displays a form to input the 2fa code.
The user needs permission Login``Login and should not be logged in to access this page.
If GET parameter ERROR is set, a message is shown that the user used the false username or password.
The post form has following inputs:
| Label | Name | Type | Special flags |
|---|---|---|---|
| Username | U | text | |
| Password | P | password | |
| Login! | button | submit |
If login with Google is set up a button will be displayed where the user can log in.
Is shown if session variable tenp_User_ID is set.
If GET parameter ERROR is set, a message is shown that the typed in code is wrong.
The post form has following inputs:
| Label | Name | Type | Special flags |
|---|---|---|---|
| Username | code | text | autocomplete=false |
| Login! | button | submit | |
| Abort! | abort | submit |
The scripts for using oAuth with Google are included in the head and the code to initialize it also.
Manuals
- manual:Download-and-install-USOC
- manual:How to install USOC manually
- manual:plugins
- manual:Set-up-oAuth-with-google
Github Manuals
Reference Index