Skip to content

Latest commit

 

History

History
76 lines (58 loc) · 2.71 KB

README.md

File metadata and controls

76 lines (58 loc) · 2.71 KB

UGent Auto Login Extension

Extension icon
Why does this exist?
you reopen your browser and notice you have to log in to all Ugent-related tabs again.
This automates clicking "login" on every login screen.
This happens in the background, the extension will not move your mouse.

Table of Contents

Installation guide

Download the latest UGentAutoLogin-vX.X.X.zip from the releases

Chrome

extract zip. go to chrome://extensions/ and make sure developer mode is enabled.
"load extracted extension" and select the folder.

Firefox

go to about:debugging#/runtime/this-firefox click "Load temporary add-on..."
And select the zip.

Downside: This temporary extension expires in 24 hours...

Alternative: <link to self-hosted Firefox add-on here>
This never expires.

Auto login screens

The login portals you'd see when you're logged out.
All these login buttons will automatically be clicked.
TimeEdit
url: https://cloud.timeedit.net/*
Login TimeEdit

Ufora
url: https://elosp.ugent.be/*
Ufora login

Microsoft
url: https://login.microsoftonline.com/*
microsoft choose account
The first @ugent.be account always gets chosen.

Manual exceptions

These are login screens that cannot be automated

Microsoft 2FA

Sometimes, after choosing your account, you'll have to use 2FA to log in again.
This is because your session token expired.
That can't be automated. And has to be done every once in a while.
Microsoft choose account login

Microsoft login needs password
after filling in the password, microsoft might ask for 2FA
auth code microsoft login
This still requires manual work

no saved microsoft account

Microsoft email login screen
This means you don't have an account ready to be signed into.

=> log in to https://login.microsoftonline.com/ with your UGent account & make sure to "remember" the account.

Bugs or Feature Requests

Please create an Issue for bugs or feature requests.
Pull Requests are always welcome.