Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Feature Request: User Attributes

Post Reply
mobilemcclintic
Posts: 54
Joined: Fri Oct 23, 2015 12:34 am

Feature Request: User Attributes

Unread post by mobilemcclintic »

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.
admin
Site Admin
Posts: 2813
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Feature Request: User Attributes

Unread post by admin »

mobilemcclintic,

Why don't you just change the passwords' of the old users?

Steven
mobilemcclintic
Posts: 54
Joined: Fri Oct 23, 2015 12:34 am

Re: Feature Request: User Attributes

Unread post by mobilemcclintic »

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.
Post Reply