humhub / app

18 stars 7 forks source link

No RememberMe for App Requests #37

Closed luke- closed 1 year ago

luke- commented 1 year ago

Calls via the app should always remain alive until logout.

So the Remember Me option should not be available, as it would be also required for Notifications.

image

PrimozRatej commented 1 year ago

We are using JS injection to hide remember me check box div. document.querySelector('#account-login-form > div.form-group.field-login-rememberme').style.display='none';