Remember Me Login

Is there a way to make the login automatic so that users do not need to login every time they goes to my website, like a remember me feature?

If so, could you please explain how?

Thanks,

Carl

www.swava.net

This is on my list, along with the “total users” count

Sorry to necro-post on this, but I’m designing a skin and want to incorporate a “Remember me” checkbox. Is this possible with the current version of phpVMS?

It is already intergrated I think, but it’s hidden. Can’t be sure though.

Yes, it works.

OK, I see it in the changelog, but don’t know what code to use. Anyone know what the ID or Class it to get this working?

It’s in the default login_form.tpl:

<input type="checkbox" name="remember" />

Ahh ok, I actually got it from the hidden remembered field and it’s working. Thanks!