mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
lost of progress
This commit is contained in:
18
website/src/admin-panel/admin-accounts.md
Normal file
18
website/src/admin-panel/admin-accounts.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Admin Accounts
|
||||
On this page you may add, modify or remove admin accounts. Note that in order for you to see this page, you'll need to be logged in as the user root.
|
||||
|
||||
## Adding an account
|
||||
|
||||
### Privileges
|
||||
|
||||
|
||||
### Email
|
||||
|
||||
|
||||
### 2FA
|
||||
With this checkbox you can choose if this user needs to do two factor authentication, meaning, if the user needs to authorise the login using a link. In the [Settings](&/admin-panel/settings#2fa) you may choose between the two different 2FA modes that myevent offers.
|
||||
|
||||
|
||||
## Modifying an account
|
||||
|
||||
## Removing an account
|
||||
0
website/src/admin-panel/events.md
Normal file
0
website/src/admin-panel/events.md
Normal file
0
website/src/admin-panel/pages.md
Normal file
0
website/src/admin-panel/pages.md
Normal file
0
website/src/admin-panel/plugins.md
Normal file
0
website/src/admin-panel/plugins.md
Normal file
26
website/src/admin-panel/settings.md
Normal file
26
website/src/admin-panel/settings.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# Settings
|
||||
|
||||
## 2FA
|
||||
myevent offers two different 2fa modes:
|
||||
- Standard mode: The user has to click on a link that was sent to him via email. He'll automatically be logged in as soon as the page loads.
|
||||
- Enhanced mode: The user has to click on a link that was sent to him via email and then has to confirm it by entering the code that is shown to him on the 2FA page. After that he'll automatically be logged in.
|
||||
|
||||
In both modes, the system informs the user about the IP address that tried to log into the account.
|
||||
|
||||
This setting can be changed individually for admin and user accounts and 2FA can be disabled entirely. It is highly encouraged to enable this at least for the admin accounts and for user accounts set the requirement to 'User-defined' or 'Always required' instead of 'Disabled'.
|
||||
|
||||
## User account passwords
|
||||
Here you may set password requirements for the user accounts. The system will always be offering the users to generate a password that is strong for them to facilitate the process of setting a password.
|
||||
|
||||
## Guest purchase
|
||||
Choose if a user may purchase a ticket without creating an account. An email address is always required as the system sends the tickets via email to the customers for easier access.
|
||||
|
||||
## Allow overbooking
|
||||
Activate this and set a percentage of overbooking, if you want to enable overbooking of the event to ensure that every single spot is occupied even if somebody does not show up. Use is strongly discouraged and currently only works with events that have no seating plan.
|
||||
|
||||
## Special requirements
|
||||
Here you may set a special requirement that a person booking a ticket has to fulfill, like the email address has to be ending in @yourdomain.com or they need to live in a certain street / town / city / country in order for them to be allowed to buy a ticket. You may also require that they provide a certain number, code or similar. Finally, you may choose to limit the amount of tickets a single person may reserve.
|
||||
|
||||
|
||||
## Change organisation name
|
||||
This should be self explanatory, but keep in mind that this change will only take effect after the next restart of the node app.
|
||||
Reference in New Issue
Block a user