spee.ch icon indicating copy to clipboard operation
spee.ch copied to clipboard

secured site has no login button

Open jessopb opened this issue 5 years ago • 0 comments

Currently: securing the site to one channel has no login. one must go to /login manually.

Solution: Add a login button.

reproduce: Set up your siteConfig.json this way:

    "closedRegistration": true,
    "serveOnlyApproved": true,
    "publishOnlyApproved": true,
    "approvedChannels": [
      {
        "name": "@yourchannel",
        "longId": "yourchannelclaimid7113e7b7af68ebe1f924022",
        "shortId": "y"
      },
      {
        "name": "@thumbnails",
        "longId": "yourthumbnailchannelclaimidlsdkjfslfss",
        "shortId": "yo"
      }
    ],

jessopb avatar Mar 06 '19 21:03 jessopb