-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
admin toolsHelps the membership coordinator or board administrate member accountsHelps the membership coordinator or board administrate member accountshelp wantedIssue does not require DU membership to completeIssue does not require DU membership to completeup-for-grabsGetting listed on https://up-for-grabs.net to get more dev helpGetting listed on https://up-for-grabs.net to get more dev help
Description
One-click button for admin to remove user's google/github login creds IFF alternate is available
See https://mail.google.com/mail/u/0/#inbox/FMfcgxmSclznXQLqlLNCRfVrlTdcjcQX in the membership email
Commands to run in prod console to do this:
id = XXX # get this from member page url https://app.doubleunion.org/members/users/XXX?locale=en
user_to_change = User.find(id)
user_to_change.authentications
authentication_to_delete = user_to_change.authentications.where(provider: 'google_oauth2')
authentication_id = authentication_to_delete.id
Authentication.find(authentication.id).destroy
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
admin toolsHelps the membership coordinator or board administrate member accountsHelps the membership coordinator or board administrate member accountshelp wantedIssue does not require DU membership to completeIssue does not require DU membership to completeup-for-grabsGetting listed on https://up-for-grabs.net to get more dev helpGetting listed on https://up-for-grabs.net to get more dev help
Type
Projects
Status
Needs more details