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

GDN_UserAuthentication for Google appears each time you do a Utility Structure Update #2407

Closed
adrianspeyer opened this issue Jan 16, 2015 · 3 comments
Assignees
Milestone

Comments

@adrianspeyer
Copy link
Contributor

Everytime you run Utility Update you will get following, not sure it's needed after first time run.

update GDN_UserAuthenticationProvider `UserAuthenticationProvider`
set AuthenticationSchemeAlias = 'GooglePlus'
where AuthenticationSchemeAlias = 'Google+';

Also referenced here: http://vanillaforums.org/discussion/comment/223785/#Comment_223785

@adrianspeyer adrianspeyer changed the title GDN_UserAuthenticationProvider appears in Utility Structure. GDN_UserAuthentication for Google appears each time you do a Utility Structure Update Jan 16, 2015
@adrianspeyer
Copy link
Contributor Author

issue seems to appear only if you had Google SSO enabled and moved to Google+. Fresh install is fine.

@linc linc added the Bug label Feb 14, 2015
@adrianspeyer
Copy link
Contributor Author

Using version 2.2.100.3, when running utility update multiple times, the following shows even after changes made in DB.

    update GDN_Role `Role`
    set Type = 'applicant'
    where RoleID = '4';

    update GDN_Role `Role`
    set Type = 'member'
    where RoleID = '8';

    update GDN_Role `Role`
    set Type = 'unconfirmed'
    where RoleID = '3';

    update GDN_User `User`
    set Permissions = ''
    where Permissions <> '';

    update GDN_UserAuthenticationProvider `UserAuthenticationProvider`
    set AuthenticationSchemeAlias = 'GooglePlus'
    where AuthenticationSchemeAlias = 'Google+';

@linc
Copy link
Contributor

linc commented Aug 30, 2016

This was fixed previously.

@linc linc closed this as completed Aug 30, 2016
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 a pull request may close this issue.

2 participants