Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

secured site has no login button #952

Open
jessopb opened this issue Mar 6, 2019 · 0 comments
Open

secured site has no login button #952

jessopb opened this issue Mar 6, 2019 · 0 comments
Labels
priority: medium Work needs to be done within 2-3 sprints

Comments

@jessopb
Copy link
Member

jessopb commented Mar 6, 2019

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"
      }
    ],
@alyssaoc alyssaoc added the priority: medium Work needs to be done within 2-3 sprints label Apr 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
priority: medium Work needs to be done within 2-3 sprints
Projects
None yet
Development

No branches or pull requests

2 participants