Hello,
I was wondering if it would be possible to allow addition of custom fields to user profiles.
I was just looking at my user lists and see user names for people who aren't around anymore.
I don't want to delete them because then I will lose the name of who did what if they aren't around anymore. A field for active/inactive would be nice and keep queries easy when doing lookups based on people.
It would be easier to query select zzzsys_user_id, sus_name from zzzsys_user where active = '1', than having an additional join on a separate table and managing users on a separate form.
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Feature Request: User Attributes
Re: Feature Request: User Attributes
mobilemcclintic,
Why don't you just change the passwords' of the old users?
Steven
Why don't you just change the passwords' of the old users?
Steven
-
- Posts: 54
- Joined: Fri Oct 23, 2015 12:34 am
Re: Feature Request: User Attributes
My intent is not to disallow someone from logging in, it is so that if I am picking users i can easily filter a lookup or dropdown based on user accounts. I can build another table to do essentially the same thing but it requires more manual background work to maintain.