Where are servoy users?

I am trying to design a password reset solution for our helpdesk. I don’t want to give them access to servoy application server. What db and table do I get the users from? I can see the users fine on the back end in the servoy_users table. When I try to access that table in a solution it’s not available. It seems the only thing visible are the views from the servoy_repository db. Thanks for your help.

Matt

Hmm, I would certainly read the docs ;)

Check the ‘security’ node in Developer. That is your friend when you want to work with users and groups…

Hi Matt,

The repository tables (servoy_xyz) are hidden from you in developer because it is not recommended that directly interact with them.

As Marcel pointed out, you can interact with the security settings from the security node in Servoy Developer.

You can also interact with the security from the web admin page for administering your server:
http://localhost:8080/servoy-admin/users

Hope this helps.

Thanks for all your help. I’ll check out the security node in developer.

Matt