Skip to content
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

Add missing remember_me attributes to config #180

Merged
merged 1 commit into from
Jun 5, 2021

Conversation

robinvdvleuten
Copy link
Contributor

The remember_me attributes were missing in the initialized configuration.

@@ -281,6 +281,16 @@
# user.subclasses_inherit_config =

# -- remember_me --
# change default remember_me_token attribute.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this was accidentally included from your code in the other PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is the column name of the remember_me_token attribute, not the name of the remember me cookie.

@robinvdvleuten
Copy link
Contributor Author

@athix it looks like you confused the remember_me_token column attribute with the cookie name in my other PR. Could you take a look again?

@joshbuker joshbuker merged commit 829683b into Sorcery:master Jun 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants