-
Notifications
You must be signed in to change notification settings - Fork 1
reference:(root):register.php
Aaron Junker edited this page Mar 21, 2021
·
4 revisions
File (root) /register.php
This file generates a register page. Users need to have the permission Login Register, the settings login.register_open and login.login_open need to be activated and no user should be logged in to access it.
The post form has following inputs:
| Label | Name | Type | Special flags |
|---|---|---|---|
| Username | U | text | |
| Mailadress | M | text | |
| Password | P | password | |
| Repeat password | PR | password | |
| (User standard) | submit |
After submiting it redirects to (root) /login /register.php
Manuals
- manual:Download-and-install-USOC
- manual:How to install USOC manually
- manual:plugins
- manual:Set-up-oAuth-with-google
Github Manuals
Reference Index