Create Duo Reactivation Ticket Button on Reftool.js#2
Open
zachary-morello wants to merge 13 commits intomilettal:masterfrom
Open
Create Duo Reactivation Ticket Button on Reftool.js#2zachary-morello wants to merge 13 commits intomilettal:masterfrom
zachary-morello wants to merge 13 commits intomilettal:masterfrom
Conversation
I have been making duo phone reactivation tickets more than using phone@log so I felt that this might fit well
To prevent confusion the duo support item will show that it's true
*.user.js allows tampermonkey to recognize that this is a valid script
-By default the requester will be Phone@Log -If you have viewed a reftool profile, it will pull the UID from the most recently viewed profile -Script now waits twice as long for the page to load to avoid load errors that result in no loading
The function to place a button onto the page was too fast and oftentimes would fail to load because the element it was appended to would not exist yet
+Added a generic template for helping users with logging into their exchange mailboxes after their email had migrated
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have been making duo phone reactivation tickets more than using phone@log so I felt that this might fit well for this repo. I simply modified the phone@Log script to fit this purpose. This still puts the requester as phone@log so the user must be wary to add the user in manually. I might modify this later if I can figure out how to pull the most recently searched onid username from the reftool page and bring it into the ticket page.