Hello,
can i modify the table "mydbr_userlogin" and added new column or will it be overwrite on the next update?!
Which procedure is called if i click on "systemsettings->user"?
Nice Greetings,
Jonathan
Hello,
can i modify the table "mydbr_userlogin" and added new column or will it be overwrite on the next update?!
Which procedure is called if i click on "systemsettings->user"?
Nice Greetings,
Jonathan
Hi,
you should not modify myDBR tables as we cannot quarantee that updates would work after.
What is it that you want to do?
--
myDBR Team
I just want to add some more information to an user. I think i will do a join for that now.
Procedure "systemsettings->user", just want to have a look inside(no editing).
If you want to add more information to an user, just create your own table for it and use the username+authentication as a key. This way you can connect it to logins. Userlist is fetched using sp_MyDBR_UserLogins.
--
myDBR Team
You must log in to post.