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

Support Moodle and 2FA #6

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

FurTactics
Copy link

@FurTactics FurTactics commented Feb 20, 2024

Hi
I have extended your script due to the introduction of two-factor authentication system and now it has two versions:

  1. It allows you to enter a six digit OTP code on the keyboard, or the 2FA extension does it
  2. It generates the code itself using a secret key, which can be obtained by decrypting the QR code

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

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)
@FurTactics FurTactics marked this pull request as ready for review April 8, 2024 22:55
@OliEfr
Copy link

OliEfr commented Jun 13, 2024

Hey, there is also www.tu-fast.de, which currently supports 2FA, maybe that helps :)

Disclaimer: I'm a Dev

@FurTactics
Copy link
Author

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?😂

@OliEfr
Copy link

OliEfr commented Jun 14, 2024

@FurTactics Plenty of ideas and short of labour, as always:D

I am not at TUD anymore (munich now), and didn't know that https://tud.uni-leipzig.de/moodle2/ exists. That's an interesting domain 😅 True, tampermonkey scripts are more flexible and easier to configure. Seems also a bit more easy to integrate with FF-Android atm. Its also easy to integrate new content scripts in our TUfast directory as well though. And we have cool stuff such as forwarding as well ;)

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.

None yet

2 participants