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

hotfix(migrations): set default for anonymous with auth plugins #2313

Merged
merged 1 commit into from
Apr 5, 2017

Conversation

Tieske
Copy link
Member

@Tieske Tieske commented Mar 31, 2017

replaces #2266, this goes against next

The default value for anonymous == "", yet the migrations were missing

fixes #2264 but for all auth plugins.

@Tieske Tieske added this to the 0.11.0 milestone Apr 3, 2017
@Tieske Tieske merged commit 371744f into next Apr 5, 2017
@Tieske Tieske deleted the fix/authmigration branch April 5, 2017 12:08
end

for _, row in ipairs(rows) do
if not row.config.anonymnous then

Choose a reason for hiding this comment

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

Typo here: anonym**n**ous should be anonymous

Copy link
Member Author

Choose a reason for hiding this comment

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

good catch. Thx!

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