# Login 2 people

**URL:** https://community.glideapps.com/t/login-2-people/85382
**Category:** Ask for Help
**Created:** [November 14, 2025, 2:57pm UTC](https://community.glideapps.com/t/login-2-people/85382 "2025-11-14T14:57:52Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [November 14, 2025, 10:00pm UTC](https://community.glideapps.com/t/login-2-people/85382/5 "2025-11-14T22:00:23Z")

</div>

I’m not aware of any built in functionality that prevents users from logging in on multiple devices at the same time. Best you can do is gather any limited device info and try to create a fingerprint of the device. It’s not foolproof as most browsers prevent granular device and user tracking, and in my opinion would be a bigger pain due to false positives.

> [@Preventing Multi-Login Sessions](https://community.glideapps.com/t/preventing-multi-login-sessions/75062/2):
>
> At the moment, there’s no straightforward way to do that. If I have to do this, maybe the only way is associating an email with X lines of device fingerprinting info/IP address. Every time a user logs in, you check their device fingerprinting/IP address against the list of info you already have from their previous logs in. If they have crossed the allowed number, then you don’t allow them to access content.

If you force sessions to expire, it won’t prevent users from sharing an email address, but it will become annoying for the owner of the email that has to constantly provide new pins to the other user.

 ![1000006155](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/8/d/8d2788acfe2767b018efa08f8a3eee678d4dfd00.jpeg)

Also, if you have enough functionality that relies on user specific columns, both users will be trampling over each other constantly and providing a bad experience for both.

---

_[View the full topic](https://community.glideapps.com/t/login-2-people/85382)._
