-
Notifications
You must be signed in to change notification settings - Fork 1
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
Support Moodle and 2FA #6
base: master
Are you sure you want to change the base?
Conversation
The ability to auto-login in Moodle (foreign language learning platform from LSK MSZ) has been added. The code also waits for a two-factor authentication code to be entered (e.g. as recommended by TUD via the 2FA extension or on the keyboard)
The ability to auto-login in Moodle (foreign language learning platform from LSK MSZ) has been added. The script also generates a six-digit OTP code by a given key (ONLY FOR GEEKS)
…dditional platforms and 2FA(S)
This comment was marked as off-topic.
This comment was marked as off-topic.
Hey @OliEfr, yes I know. It's also an interesting project, but I need something with less space and more configurable (I need support for e.g. Moodle). Thanks for your promotion. I'm waiting for an author to release a new version =) Or you and your command are looking for new developers?😂 |
This comment was marked as off-topic.
This comment was marked as off-topic.
… in IDP and notifications. Now in the Tampermonkey menu you can view click statistics, as well as erase all saved data. A blackout has been added to the IDP website. The configuration site has also been slightly updated and beautiful notifications are now sent.
Hi @FurTactics, thanks for your contribution. This PR is not mergable in it's current state. However I wouldn't mind adding 2FA support (Option #1) and the new features. Feel free to create a new PR where you add yourself in the The 2FA Option 2 is a bit more complicated. You've included some copy pasted library code, but that would not be the way to go. It would require adding a build step for the script where an existing library is bundled together with the userscript. |
Dark theme was changed
Hi
I have extended your script due to the introduction of two-factor authentication system and now it has two versions:
Also, I often use the e-sprachen Moodle service, so I added an autologin for it as well.
I have a question about the possibility of copyrights and distribution. I'm just starting my way into GitHub and coding and I'm not quite sure what the best thing to do (or the honest and correct thing to do) is: who will distribute the new version of the code? You or me? Or can we do it together?
Anyway, thanks for your development. It helped me a lot!
Best wishes
FurTactics