-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Remember me" enabled by default if module installed #282
Comments
Turning the module off is done by not importing the module. Is there a reason you'd want to both import it but also not use it? |
I badly explained myself. I'm sorry. I would like to avoid passing the " |
Ah, you would need to add a new feature to the remember me module to "always remember". But I think you would just add a hidden field called rm. |
Yep. I'm doing this right now. But I think it's an hacky way. Don't you think? |
That's why I said you either have to do that or add a feature to authbosses module haha. I think that in the realm of hacky things this is one of the least hacky things there is. It's like sending a parameter into a function. No big deal. Costs next to nothing. |
Issue opened for the creation of a wiki page that summarizes the doubts and problems for newbies (#210).
I have read these lines but I have not been able to understand if there is a way to avoid the
rm
field in the login form and activate the "remember me" module by default if present.In other words if in my
authboss.Config
there is a (let's say)AutoRememberMe = true
option I want enable by default the "Remember me" module as if in my form I had checked therm
field.Does this make sense?
The text was updated successfully, but these errors were encountered: