Is it possible to change the Servoy login dialog?

I want to add a “forgot my password” link and a want to be able to force the user to change his password when he first logs in. I don’t seem to be able to find the method that corresponds to the login dialog in the method list.

Hi Dan,

you are using the security of Servoy? Than you must build your own dialog directly after the first login.

In the method editor you will find a security-node. Here you can find all the functions to add/delete/udpate users.

If you have updated the user, you have to remember that somewhere (in a seperate db, for example) to prevent from asking the second time

Hope this helps

Hello Harjo -

Thank you very much for your help.

My problem is that I need to provide for thie situation that occurs if a
user has forgotten a password. The goal is to avoid having the user
pick up the telephone. As a result, I have to provide a “forgot your
password link” at the same time that the user is prompted to provide
username and password. Because of this it will not do for me to
come later to ask the user if he has forgotten his password..

I am imagining that I can write my own LoginDialog and substitute it
for the the LoginDialog that is provided as part of Servoy Security.
However I can not seem to find the place where the LoginDialog is
linked in.

Is there anyway to substitute my own LoginDialog in place of the default
LoginDialog that is provided by Servoy?

You would have to build you own system, possibly on top of the servoy security. There is no way to log a user into servoy security other than with the login screen as far as i know…