secured site has no login button #952

Open
opened 2019-03-06 22:17:54 +01:00 by jessopb · 0 comments
jessopb commented 2019-03-06 22:17:54 +01:00 (Migrated from github.com)

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"
      }
    ],
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" } ], ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/spee.ch#952
No description provided.