eurofurence / crittersystem

Shift planning system for Eurofurence on-site departments forked from the Engelsystem which powers Chaos events.
https://critter.eurofurence.org
GNU General Public License v2.0
8 stars 1 forks source link

Critter access policy and small fixes #55

Closed RustyBraze closed 2 months ago

RustyBraze commented 2 months ago

Before deploy

Do not forget to run bin/migrate and to check the config file config.default.php. New policy variables inside:

    // Policy features
    'policy'                => [
        // Adds the prefix to the visual text but do not affect the link
        'telegram_visual_prefix' => '', //keep it empty - users without telegram, may be buggy
        // Non-staff others profile link generation - False = empty link / True = message
        'non_staff_message_shortcut' => true,
        // Non-Staff - Use Telegram for message. False > uses internal message system
        'non_staff_message_via_telegram' => true,
    ],

[Add]

[Change]