You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to allow 24 hour guest accounts for events like MechMania or hackathons. I imagine you would just create it via the admin interface and set an expire time. Would this be hard to implement?
The text was updated successfully, but these errors were encountered:
It depends. With the new PSGI backend, no, since I want to (and can) implement multiple authentication methods.
With the current method of the auth being handled by the webserver itself, it didn't seem possible last time I checked. (Unless we do something sucky like have two login forms.)
It would be nice to allow 24 hour guest accounts for events like MechMania or hackathons. I imagine you would just create it via the admin interface and set an expire time. Would this be hard to implement?
The text was updated successfully, but these errors were encountered: