Register a free account to unlock additional features at BleepingComputer.com
Welcome to BleepingComputer, a free community where people like yourself come together to discuss and learn how to use their computers. Using the site is easy and fun. As a guest, you can browse and view the various discussions in the forums, but can not create a new topic or reply to an existing one unless you are logged in. Other benefits of registering an account are subscribing to topics and forums, creating a blog, and having no ads shown anywhere on the site.


Click here to Register a free account now! or read our Welcome Guide to learn how to use this site.

Generic User Avatar

Very simple login application


  • Please log in to reply
7 replies to this topic

#1 AndrejMaretta

AndrejMaretta

  •  Avatar image
  • Members
  • 3 posts
  • OFFLINE
  •  
  • Local time:07:03 AM

Posted 07 May 2024 - 04:51 AM

Hello everyone!

My name is Andrej and I am new to this forum. I would kindly like to ask all you experienced tech guys for advice (sorry in advance for my english)

To describe my situation:
I work in a company, where I use laptop. I store many documents in my laptop, that I am planning to share. I bought like 20 tablets for my subordinates. My plan is to create external storage, lets say in Google Drive, so all the tablets will have acces to documents that I will upload to the Google Drive. That is basic logic behind this project.

What I need advice with is following:
I want to create very simple login system. Something like when a worker opens the tablet, he will put his login ID without password. Why I need this? I want to track login and logout times and who was using which tablet. So my idea is that I will open some database where I will see that for example: Tablet no. 13 - 6.5.2024 06:00 - 14:00 = Workers ID.

Is there a software for this? Or is it possible to create something? Or is there any other way to reach my goal?

Also, my second idea is to have this option: I will send a notification from my laptop and I want tablets to show this notification immediately (like it will blink and override other applications they might be running or looking at in that moment)

Thank you very much!!!



BC AdBot (Login to Remove)

 


#2 ctigga

ctigga

  •  Avatar image
  • Members
  • 204 posts
  • OFFLINE
  •  
  • Gender:Male
  • Local time:01:03 AM

Posted 07 May 2024 - 06:11 AM

Hello and welcome to the forum, AndrejMaretta!

 

I'm imagining you want to track the user logon/logoff times for project billing purposes? Is that correct?

 

What you want is definitely possible through custom software -- but existing solutions may already exist.  Would you mind sharing which platform the tablets will be using? (Android/Apple/Windows/etc?)

 

Which ever solution is chosen, the "logoff" concept will probably be the most difficult for users.  For accurate tracking, the app will likely need to assume that the user has "logged off" anytime the tablet lock screen appears.  When they unlock the tablet, they'll need to select their name again to "log back on"  (unless you intend for them to remain logged on until they explicitly logoff -- which is often easy for most users forget, unless the device is being turned off.)


Edited by ctigga, 07 May 2024 - 06:17 AM.


#3 AndrejMaretta

AndrejMaretta
  • Topic Starter

  •  Avatar image
  • Members
  • 3 posts
  • OFFLINE
  •  
  • Local time:07:03 AM

Posted 07 May 2024 - 06:20 AM

Hello,

 

Im using Windows 11 and tablets are using Android. For start I just need the logon. Its not to track their working hours, but the problem is who was working at which working station. Currently we sign into paper manually, but this would really help. 



#4 ctigga

ctigga

  •  Avatar image
  • Members
  • 204 posts
  • OFFLINE
  •  
  • Gender:Male
  • Local time:01:03 AM

Posted 07 May 2024 - 06:38 AM

Ah, I understand.

 

One simple (and universal) solution for explicit logon tracking might be:

 

1) Create a script for the server that accepts a device name and username from the client

2) On each device, bookmark a webpage named "Logon" that points to this script.

 

For example, on Device 1, the bookmarked page might be hxxps://yourserver.com/yourLogonScript?deviceName=Device1
When the user visits that page, they enter their name (or select it from a list) and then click the logon/Submit button.

 

Device 2's bookmarked page would be, hxxps://yourserver.com/yourLogonScript?deviceName=Device2

etc...

 

(The script on the server would then log those values, with a timestamp, to your database)


Edited by ctigga, 07 May 2024 - 06:44 AM.


#5 AndrejMaretta

AndrejMaretta
  • Topic Starter

  •  Avatar image
  • Members
  • 3 posts
  • OFFLINE
  •  
  • Local time:07:03 AM

Posted 07 May 2024 - 06:51 AM

Thank you very much ctigga for your reply. 

Unfortunately I have no idea how to create a script and we have no server. 



#6 ctigga

ctigga

  •  Avatar image
  • Members
  • 204 posts
  • OFFLINE
  •  
  • Gender:Male
  • Local time:01:03 AM

Posted 07 May 2024 - 06:58 AM

Another alternative:

 

Create a Google Sheets document named (e.g. Tablet Sign Out Sheet) and share it (with modify privileges) with all the users that use the tablets.

In this case, the bookmarked "Logon" page will point to the Tablet Sign Out Sheet.

Each user will record their name, the device name and time.

 

(It's still a manual process, but a step up from recording on paper)


Edited by ctigga, 07 May 2024 - 06:59 AM.


#7 Pkshadow

Pkshadow

  •  Avatar image
  • BC Advisor
  • 13,782 posts
  • OFFLINE
  •  
  • Gender:Not Telling
  • Location:On the Brow of the Hill, West Coast, Canada
  • Local time:10:03 PM

Posted 07 May 2024 - 02:22 PM

Hi, Welcome to BC.

 

A problem.

 

 

To describe my situation:
I work in a company,

 

As you Work in a company we have no proof that you have the Authority to Implement anything including the Ability to Track someone.

 

Your IT Dept or Your Supervisor needs to pay for a Program or Script from a Company that does this.  This is also a Tax Deduction for the Work.

 

Please no further Questions to be answered on this topic.


" mosquitoes really wake up everyday and choose violence "   — dalia (@_dalia7)
www.cnn.com/2020/07/23/health/mosquitoes-attraction-humans-future-wellness-scn/index.html

Ticks - Lyme disease & anaplasmosis - https://www.ctvnews.ca/health/what-you-should-know-about-the-tick-borne-disease-anaplasmosis-1.6942217
 

I-7 ASUS ROG Rampage II Extreme  / ASUS TUF Gaming F17 / I-7 4770K ASUS ROG Maximus VI Extreme


#8 cryptodan

cryptodan

    Bleepin Madman


  •  Avatar image
  • Members
  • 35,210 posts
  • OFFLINE
  •  
  • Gender:Male
  • Location:USA
  • Local time:05:03 AM

Posted 08 May 2024 - 08:32 AM

Why not use OwnCloud or NextCloud?

US Navy Veteran from 2002 to 2006

Masters in Computer and Digital Forensics Expert - Stevenson University Alumni 2015

Arch Desktop - https://termbin.com/epij

Arch Laptop - https://www.termbin.com/dnwk

Ubuntu Server - https://termbin.com/zvra





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users