Creating users without servoy admin

Hi

I am converting a solution to web client and i want new users to be able to create a user account (button/method). How is this possible without using servoy admin server ?

I know this can be done programmatically using the security functions within servoy but doesn’t the user have to log into the solution first before these functions become available?

Since Servoy 3 you can create your own login form (see solution settings) and log the user in using methods from the security node. In your login form you can implement something like “new account”.

Hi Patrick

Thanks for your reply.

I am new to version 3x so will play around with a new custom login form.