codex.docs icon indicating copy to clipboard operation
codex.docs copied to clipboard

Login Button if not logged in

Open Bag72 opened this issue 2 years ago • 2 comments

Minor issue. If I connect up to the app and it isn't logged in I can't change the data and there appears no way to login.

I had to search to find that I can append /auth to the site URL. That isn't obvious and not intuitive.

Could we add a Login Button when the user wasn't logged in. It would fit in if it appeared where the New Page button is when you are logged in.

It would make it easier for new users and would look neat.

Bag72 avatar Dec 13 '23 00:12 Bag72

This button is needed for only a small amount of admins, but all users (readers) will see that. That's why we haven't added it to the default UI. As a workaround, you can add it to the site menu using the Config file.

neSpecc avatar Dec 13 '23 10:12 neSpecc

As a workaround, you can add it to the site menu using the Config file.

Is there instructions for this. I've not seen any advanced instructions for this app.

Bag72 avatar Dec 14 '23 10:12 Bag72

add in config

frontend: menu: - title: Login uri: "/auth"

gribanoveu avatar May 08 '24 12:05 gribanoveu

thanks, @gribanoveu

neSpecc avatar May 08 '24 12:05 neSpecc

@gribanoveu Thank you. I appreciate the help.

Bag72 avatar May 10 '24 02:05 Bag72