users
users copied to clipboard
fix login remember me with google authentication
I fixed the bug when I'm using google authenticator, the remember me cookie is not working thus the user session will be revoke even if the remember me is checked.
I used session based solution to pass the value without appearing in the url param.
Thanks.
Will do in a month