Password reset through JBASE
- johnnyslife
- Topic Author
- Visitor
-
13 years 5 months ago #9996
by johnnyslife
Password reset through JBASE was created by johnnyslife
Hi all
Is their any way to trace password reset through jbase (JED F.USER)
WHICH USER RESET THE PASSWORD & WHEN , IP ADDRESS
PLZ HELP
THNX IN ADVANCE
Is their any way to trace password reset through jbase (JED F.USER)
WHICH USER RESET THE PASSWORD & WHEN , IP ADDRESS
PLZ HELP
THNX IN ADVANCE
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- retired . . . ¯\_(ツ)_/¯
Less
More
- Posts: 2859
- Thank you received: 650
13 years 5 months ago #9998
by jpb
Replied by jpb on topic Re: Password reset through JBASE
Please Log in or Create an account to join the conversation.
- johnperez
- Visitor
-
13 years 5 months ago - 13 years 5 months ago #10082
by johnperez
Replied by johnperez on topic Re: Password reset through JBASE
I think you can use a trigger
www.jbase.com/r5/knowledgebase/manuals/3...dv22_TRIGGER.API.htm
jsh --> CREATE-TRIGGER F.USER POSTWRITE TEST.TRIGGER
SUBROUTINE TEST.TRIGGER(F.FILE1, Y.EVENT, PRE, FLGS, RECORD.ID, RECORD, USERRC)
...
END
You can use @USERSTATS or SYSTEM to get environment info, I'm not sure if IP is there.
www.jbase.com/r5/knowledgebase/manuals/3.../man/jbc2_SYSTEM.htm
Regards
www.jbase.com/r5/knowledgebase/manuals/3...dv22_TRIGGER.API.htm
jsh --> CREATE-TRIGGER F.USER POSTWRITE TEST.TRIGGER
SUBROUTINE TEST.TRIGGER(F.FILE1, Y.EVENT, PRE, FLGS, RECORD.ID, RECORD, USERRC)
...
END
You can use @USERSTATS or SYSTEM to get environment info, I'm not sure if IP is there.
www.jbase.com/r5/knowledgebase/manuals/3.../man/jbc2_SYSTEM.htm
Regards
Last edit: 13 years 5 months ago by johnperez.
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- retired . . . ¯\_(ツ)_/¯
Less
More
- Posts: 2859
- Thank you received: 650
13 years 5 months ago #10092
by jpb
Replied by jpb on topic Re: Password reset through JBASE
Hi John,
do you have any experience using POSTWRITE/POSTDELETE triggers in a live environment?
Does it slow down the system when used on files with heavy traffic noticeably?
do you have any experience using POSTWRITE/POSTDELETE triggers in a live environment?
Does it slow down the system when used on files with heavy traffic noticeably?
The following user(s) said Thank You: johnnyslife
Please Log in or Create an account to join the conversation.
- johnnyslife
- Topic Author
- Visitor
-
13 years 5 months ago #10100
by johnnyslife
Replied by johnnyslife on topic Re: Password reset through JBASE
Not am not experience enough , am trying to learn as much as i can
i want to understand what does triggers do & how it could be created
i want to understand what does triggers do & how it could be created
Please Log in or Create an account to join the conversation.
Time to create page: 0.030 seconds