-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Milestone
Description
I have the IRC widget behind another authentication system, and it's embedded in an iframe on the main page with query parameters passed to it for the user's nick and such. Due to this, there's no need to require the user to again input their credentials and click "Connect."
If I wanted to add a function to autoconnect and bypass the auth screen entirely, where in the code would I look? ILogin.js? Not entirely sure which functions I should be calling from that file if so.
I'm aware of the spam implications for adding an autoconnect feature in my local version but they don't really apply with us already being invite-only and using our own auth system.