Remember login checkbox at shares is missing

Nextcloud version (eg, 20.0.5): 21.0.0
Operating system and version (eg, Ubuntu 20.04): Ubuntu 20.04 LTS
Apache or nginx version (eg, Apache 2.4.25): not relevant
PHP version (eg, 7.4): not relevant

The issue you are facing:

Steps to replicate it:

  1. Create a password enabled share
  2. open the link
  3. there is no remember login checkbox
  4. after some time I am logged out

Am I able to change css to enable it?
Please can someone help?

My config setting are:
‘remember_login_cookie_lifetime’ => 60*60*24*15,
‘session_lifetime’ => 60*60*24*14,

But I will be logged out of the share after some time!

If I login as a user to nextcloud remember me checkbox is appearing. I am only talking about shares!

Can anyone give me a hint to implement it in a safe way on myself? Which files should be changed? If everything works I could open a issue at github but I first want to test it.

Do you know the “some time”?

I think there must no checkbox.
Can you test it with another account?

You can use e.g. https://try.nextcloud.com .
But the account is deleted after 60 minutes.

There definitely must be a checkbox because my settings are not taken into account. Some time can be an hour - I don’t have an exact time.
If there is no checkbox then the settings should be applied which isn’t the case.
I am talking about shares. Normal login page to nextcloud shows the checkbox but shares don’t show them…