LinkStack/app
Julian Prieber bbad48998b Map domain to specific profile
Admins can now map domains to specific profiles.
To do this add this array to your advanced config:

  'custom_domains' => [
    ['domain' => 'example.com', 'name' => 'example_user',],
    ['domain' => 'example.example.com', 'id' => '1',],
    // more entries as needed
  ],

For each entry, a domain and user name or id has to be defined.
2023-12-12 00:27:48 +01:00
..
Console Officially supported languages 2023-06-13 16:16:29 +02:00
Exceptions Redirect to login page on expired session 2023-10-18 15:21:35 +02:00
Functions Improved error handling for invalid background images 2023-07-19 14:01:13 +02:00
Http Map domain to specific profile 2023-12-12 00:27:48 +01:00
Mail Added page to report user profiles 2023-11-17 17:05:50 +01:00
Models Set admin account ID to always be 1 2023-12-01 17:11:35 +01:00
Providers Fixed config 2023-10-20 01:19:04 +02:00
View/Components Laravel 9 2022-11-08 16:11:59 +01:00