Page 1 of 1

Feature Request: User Attributes

Posted: Mon Dec 05, 2016 11:54 pm
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.

Re: Feature Request: User Attributes

Posted: Tue Jan 24, 2017 4:24 am
by admin
mobilemcclintic,

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

Steven

Re: Feature Request: User Attributes

Posted: Thu Apr 13, 2017 5:37 pm
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.