How to take the user to /login/site even if they are already logged in to a site?

How to take the user to /login/site even if they are already logged in to a site?

Bởi Hilquias Abias Figueiredo Silva -
Số lượng các câu trả lời: 0
"sites": [
    {
        "name": "...",
        "alias": "..",
        "url": "...",
        "staging": false
    },
    {
        "name": "...",
        "alias": "...",
        "url": "...",
        "staging": false
    }
],
"multisitesdisplay": "list"

I added this to moodle.config.json to list the site options as soon as the user opens the app. However, if the user is already authenticated in one of the sites, the app opens directly to that site.

Can someone help me?


















Trung bình điểm đánh giá: -