NetTalk Central

Author Topic: Logic to force user to change initial password  (Read 601 times)

rjolda

  • Sr. Member
  • ****
  • Posts: 273
    • View Profile
    • Email
Logic to force user to change initial password
« on: February 12, 2024, 03:06:50 AM »
Hi,
NT 14.16
Clarion 11.0.13630
My kiosk users are going to be given an initial password.  I want them to set their own password when they first log into the program ( for security ).  How can i accomplish this?  Should I re-direct them to another login reset page or do it directly in code in the login page for the site?  Other suggestions on how to handle this?
Thanks,
ROn

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: Logic to force user to change initial password
« Reply #1 on: February 12, 2024, 04:11:11 AM »
In Secwin I do it on the same form, but on a different tab.
Depending on the user, you can make the tab required, or not.