Hi i’m new to keycloak and working on a project where it’s already set up, they have their custom themes for mail and login, i set up the remember me func using the admin screen and the radio button shows up on login screen but even if it’s checked it doesn’t autofill next time i try to login i know there’s a login_hint query param that gets set somehow from the cookie but i don’t know how
1 Like
That’s because that’s not how the “remember me” functions works:
Show checkbox on login page to allow user to remain logged in between browser restarts until session expires.