Access
In this section you find settings that affect the access of the fylr installation. Like allowing anonymous users, self-registration and defining password requirements.
General
Allow guest access
Allows anonymous access. When activated, the fylr instance can be accessed without having a user account.
Login Label
This text will be shown as the label for the login input on the login page. Default is "Login or email".
Login Info Text
This text will be shown on the login page above the login fields.
Password
Hint for Unsupported Passwords
This message is displayed when a user sets a password and it does not meet the password requirements.
Password Requirements
Use regular expressions to define requirements for passwords. To only allow passwords with a length of 8 to 32 characters use ^.{8,32}$ for example.
Registration
Allow user registration
Shows a "Sign Up" button when guests / anonymous users access fylr.
Registration Info Text
This text will be shown on the registration page above the input fields.
Form
Define which fields should be available for the users who want to sign up. For each field you have the following options:
Show
Field will be shown and is optional.
Don't Show
Field won't be shown.
Required
Field will be shown and is mandatory.
Groups
Select groups that should be automatically assigned to a user who registers. Apart from these groups, users who sign up, are automatically assigned to the system group "Self-registered Users".
Last updated