Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Remember User login details
Fri, Mar 15 2019 11:33 AMPermanent Link

David

Hi Tim/All.

I was wondering if it is possible to get the users password without having to use the admin port.  The reason I ask as that I am considering having my app disconnect after 15 mins of inactivity.  I want to just disconnect them and if they need to use it again they would need to log back in.  However I was considering the option of automatically logging them back in by supplying the username and password myself.  I know the users will moan if they have to keep on logging back in.

Any suggestions?  I guess once way would be to roll my own login dialog, but I was hoping there might be another option available?

Regards
David.
Wed, Mar 20 2019 3:25 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

David,

<< I was wondering if it is possible to get the users password without having to use the admin port. >>

You could do so by using the TDBISAMSession.OnLogin event to intercept the user's login, but that would involve creating your own login dialog for the instances when the user actually needs to log in.

Tim Young
Elevate Software
www.elevatesoft.com
Wed, Mar 20 2019 5:13 PMPermanent Link

David

Thank Tim that could work.  Is there any downside to creating your own dialog?


Regards
David.

Tim Young [Elevate Software] wrote:

David,

<< I was wondering if it is possible to get the users password without having to use the admin port. >>

You could do so by using the TDBISAMSession.OnLogin event to intercept the user's login, but that would involve creating your own login dialog for the instances when the user actually needs to log in.

Tim Young
Elevate Software
www.elevatesoft.com
Mon, Mar 25 2019 10:35 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

David,

<< Is there any downside to creating your own dialog? >>

No, the existing dialog looks kind of crappy, anyway. Smile

Tim Young
Elevate Software
www.elevatesoft.com
Image