manyfold icon indicating copy to clipboard operation
manyfold copied to clipboard

Login Page / Login Prompt

Open SilverbackConnor opened this issue 1 year ago • 1 comments

Currently, depending on how perms are set up with the instance, multi-user mode can result in a page with no models (pictured) image

Of course, if they log in, this is filled, but at the moment the only prompt to log in is a small button in the corner.

Is your feature request related to a problem? Please describe. I've had a few users be confused as to where to sign in/why they can't see anything.

Describe the solution you'd like Perhaps a toggle in the admin settings to make user accounts required, mandating a login before the page? not sure.

SilverbackConnor avatar Sep 22 '24 23:09 SilverbackConnor

That is a very good point! Thanks :)

Floppy avatar Sep 23 '24 06:09 Floppy

This would indeed be a great thing to have! I was confused myself when switching to multiuser-mode. I would like to see models even when users are not logged in. Is there a switch somewhere? Thanks! :)

beniroquai avatar Nov 02 '24 16:11 beniroquai

To see models when not logged in, you can set public view permissions as the default, but it will need applying to all existing models. Batch setting of that is coming soon in #2618.

Floppy avatar Nov 02 '24 16:11 Floppy

Currently, activities list is created in the controller, but filtered in the partials. I think we should filter it in the controller instead, so we can display a message if it is empty or not.

Moving the filters directly would help but it feels like an ugly hack to have all the conditions in the action. Maybe being able to filter the Timeline with a scope taking the user as parameter ?

mtancoigne avatar Jan 08 '25 16:01 mtancoigne

That makes a lot of sense, yes. It's messy at the moment, it's very much "evolved" not "designed". Refactor at will!

Floppy avatar Jan 08 '25 22:01 Floppy