Help with login_generator security level

Hello,

I used the login_generator and need to know how to allow access to parts
of my web app based on security level.

I want logged in users to add/edit account records, but do not want them
to add/edit users to the system.

Thanks
Frank

I figured it out.
I added a security level field in my database and test it in the
controller for the correct level.

Thanks

Frank