Topic: Customer Number
plexiglas

Noob
Noob
Posts: 1

Posted:
Sep 22, 2004

I request a field for users that can only be altered by the Admin. In my case I would like to define a student number (like a customer No) that connects the PN Tables with tables containing exam results that come from another data base. So I need this field.

This field should be displayed in the User Details
Name maybe: "website operators sorting criteria"
Chestnut
avatar
Site Admin
Posts: 1320

Posted:
Sep 22, 2004

This should be a user add Dynamic field...

And even so, if you getting information from any 3rd party mod, database or information, I think it should have a special mod. This is too outside of what the user management scope is.

Even if the special mod save this data in the user information :

Code
  1. pnUserSetVar('_STUDENTID', 149883);
  2.  


You'll have the hability to modify the user profile template so it is shown.

As for the read only, it is something that I was thinking about. :wink:

Chestnut ! Cool
Site Admin