Welcome To T24All
Welcome, Guest
Username Password:

USER password expiry notification
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: USER password expiry notification

USER password expiry notification 1 year, 11 months ago #4527

  • subrata
  • OFFLINE
  • Junior Boarder
  • Posts: 26
  • Karma: 0
Hi,

Can anybody please give me an idea, how I can get prior notification for USER password expiry? System sould start notifing prior to a number of days defined. I tried attaching a routine at field SIGN.ON.ITEM of USER, but the routine is not getting invoked. Any idea, please.

Thanks in advance.

Re:USER password expiry notification 1 year, 11 months ago #4536

  • thisisavin
  • OFFLINE
  • Expert Boarder
  • Posts: 83
  • Karma: 2
Hi Subatra,

Create a PGM.FILE record for the routine and set the TYPE as 'M'.
In other words make the routine as mainline and it should be getting triggered.
Apart from that follow the same procedures that you have explained.


Cheers
Avinash

Re:USER password expiry notification 1 year, 11 months ago #4537

  • Chris
  • OFFLINE
  • Senior Boarder
  • Posts: 66
  • Karma: 1
Put .GUI in ADDITIONAL.INFO in the PGM.FILE record, like this:

1 TYPE.............. M
2. 1 GB SCREEN.TITLE ROUTINE.NAME
3 ADDITIONAL.INFO... .GUI
5 PRODUCT........... ST

SIGN.ON.ITEM works on Desktop only - it doesn't work on Classic.
At least on R06...


Regards
Chris

Re:USER password expiry notification 1 year, 11 months ago #4538

  • subrata
  • OFFLINE
  • Junior Boarder
  • Posts: 26
  • Karma: 0
Thanks Avinash, thanks Crish...
I tried creating the routine as mainline only, also tried adding the additional info... but the routine is not getting called!

By the way, I am using R08.

Regards.
  • Page:
  • 1
Time to create page: 0.25 seconds