Get alert when a certain user logs in?

sretlow

Young grasshopper
Joined
Feb 28, 2017
Messages
35
Reaction score
0
Is it possible to get an notification/alarm/message/email when a certain user logs in? If it is not a Blue Iris option maybe I can do something with the log files?
 

Dasstrum

IPCT Contributor
Joined
Nov 4, 2016
Messages
578
Reaction score
736
Location
Florida
Only way I know of is under the users option to play a sounds when they login. This sound is going to come from the Blue Iris computer speaker though.
 

tito9

n3wb
Joined
Dec 30, 2017
Messages
11
Reaction score
1
Is it possible to get an notification/alarm/message/email when a certain user logs in? If it is not a Blue Iris option maybe I can do something with the log files?
I am also in favor of this type of suggestion, for now you can see access notification only on pc, add sound and notification on smartphone would be much safer.
 

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
16,434
Reaction score
38,153
Location
Alabama
Is it possible to get an notification/alarm/message/email when a certain user logs in? If it is not a Blue Iris option maybe I can do something with the log files?
I do know that you could have a custom HTML page launched when that user logs in (see below). That custom .htm file is placed into BI's 'www' folder alongside the UI files. Now if you could figure a way to have that "notification/alarm/message/email" activated when that specific page is opened or accessed, you might achieve what you want. However, you may have to come up a PHP script to do that part, out of my wheel house.....sorry.

BI_user-HTML.jpg
 

tito9

n3wb
Joined
Dec 30, 2017
Messages
11
Reaction score
1
I do know that you could have a custom HTML page launched when that user logs in (see below). That custom .htm file is placed into BI's 'www' folder alongside the UI files
no work. I have test but i don't see the new file.htm.... how i said in a discussion, it is better to send smarphone sound notification to access
 

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
16,434
Reaction score
38,153
Location
Alabama
no work. I have test but i don't see the new file.htm.... how i said in a discussion, it is better to send smarphone sound notification to access
Well, I have used the above method many times to launch a custom .htm page when a specific user logs in so you have done something wrong there. But I guess it doesn't matter since you feel that "...it is better to send smarphone sound notification to access."

Maybe someone else can help you in that regard.
 

tito9

n3wb
Joined
Dec 30, 2017
Messages
11
Reaction score
1
Well, I have used the above method many times to launch a custom .htm page when a specific user logs in so you have done something wrong there. But I guess it doesn't matter since you feel that "...it is better to send smarphone sound notification to access."
i have create new user and only add same word but nothing..what could it be ?
 

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
16,434
Reaction score
38,153
Location
Alabama
yes, the custom .htm file remains at 0 kb
Did you author a new HTML file that contains code, name it "something.htm", place it in the 'www' folder and configure the user page to launch the "something.htm" fils?

What does that .htm file contain? If it contains ANY coding it won't have a 0 kb file size, it should be at least 1kb.

If all it does is have code to FTP an image somewhere it will have at least 1 kb file size.
 
Top