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?

by Hilquias Abias Figueiredo Silva -
Number of replies: 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?


















Average of ratings: -